OpenCvSharp.CascadeClassifier.GetFeatureType C# (CSharp) Method

GetFeatureType() public method

public GetFeatureType ( ) : int
return int
        public int GetFeatureType()
        {
            if (disposed)
                throw new ObjectDisposedException("CascadeClassifier");
            return NativeMethods.objdetect_CascadeClassifier_getFeatureType(ptr);
        }