MCPcopy Create free account
hub / github.com/devilsen/CZXing / HOGDescriptor

Function HOGDescriptor

czxing/src/main/cpp/include/opencv2/objdetect.hpp:426–429  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

424 @param filename The file name containing HOGDescriptor properties and coefficients for the linear SVM classifier.
425 */
426 CV_WRAP HOGDescriptor(const String& filename)
427 {
428 load(filename);
429 }
430
431 /** @overload
432 @param d the HOGDescriptor which cloned to create a new one.

Callers

nothing calls this directly

Calls 2

loadFunction · 0.85
copyToMethod · 0.45

Tested by

no test coverage detected