OpenCvSharp.CascadeClassifier.GetFeatureType C# (CSharp) 메소드

GetFeatureType() 공개 메소드

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