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);
        }