OpenCvSharp.CascadeClassifier.GetFeatureType C# (CSharp) Méthode

GetFeatureType() public méthode

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