HOGDescriptor

Undocumented in source.

Members

Functions

compute
void compute(Mat img, float[] descriptors, Size winStride, Size padding, Point[] locations)
Undocumented in source. Be warned that the author may not have intended to support it.
detectMultiScale
Tuple!(Rect[], double[]) detectMultiScale(Mat img, double hitThreshold, Size winStride, Size padding, double scale, double finalThreshold, bool useMeanshiftGrouping)
Undocumented in source. Be warned that the author may not have intended to support it.
load
int load(string name)
Undocumented in source. Be warned that the author may not have intended to support it.
save
void save(string filename)
Undocumented in source. Be warned that the author may not have intended to support it.
setSVMDetector
void setSVMDetector(Mat det)
Undocumented in source. Be warned that the author may not have intended to support it.
winSize
Size winSize()
Undocumented in source. Be warned that the author may not have intended to support it.
winSize
void winSize(Size newSize)
Undocumented in source. Be warned that the author may not have intended to support it.

Static functions

opCall
HOGDescriptor opCall()
Undocumented in source. Be warned that the author may not have intended to support it.

Variables

p
void* p;
Undocumented in source.

Meta