Emgu.CV.HOGDescriptor.HOGDescriptor C# (CSharp) Метод

HOGDescriptor() публичный Метод

Create a new HOGDescriptor
public HOGDescriptor ( ) : System
Результат System
        public HOGDescriptor()
        {
            _ptr = CvInvoke.CvHOGDescriptorCreateDefault();
        }

Same methods

HOGDescriptor::HOGDescriptor ( Byte>.Image template ) : System
HOGDescriptor::HOGDescriptor ( Byte>.Image template, Size blockSize, Size blockStride, Size cellSize, int nbins, int derivAperture, double winSigma, double L2HysThreshold, bool gammaCorrection ) : System
HOGDescriptor::HOGDescriptor ( Size winSize, Size blockSize, Size blockStride, Size cellSize, int nbins, int derivAperture, double winSigma, double L2HysThreshold, bool gammaCorrection ) : System