OpenCvSharp.LatentSvmDetector.LatentSvmDetector C# (CSharp) Method

LatentSvmDetector() public method

Default constructor
public LatentSvmDetector ( ) : System
return System
        public LatentSvmDetector()
	    {
            ptr = NativeMethods.objdetect_LatentSvmDetector_new();               
	    }

Same methods

LatentSvmDetector::LatentSvmDetector ( IEnumerable fileNames, IEnumerable classNames ) : System