xobjdetect
All modules / xobjdetect
base cascade classifier value in the OpenCV API.
CascadeClassifierclassexample: samples/facedetect.cpp
CascadeClassifier_convertfunctionConvert a legacy Haar cascade file to the newer cascade serialization format in the virtual filesystem.
groupRectanglesfunctionGroups the object candidate rectangles.
HOGDescriptorclassImplementation of HOG (Histogram of Oriented Gradients) descriptor and object detector.
HOGDescriptor_DescriptorStorageFormatclassNative enum entries for hogdescriptor descriptor storage format. Pass an entry to enum-typed arguments or its .value to numeric arguments.
HOGDescriptor_getDaimlerPeopleDetectorfunctionexample: samples/hog_tapi.cpp
HOGDescriptor_getDefaultPeopleDetectorfunctionReturns coefficients of the classifier trained for people detection (for 64x128 windows).
HOGDescriptor_HistogramNormTypeclassNative enum entries for hogdescriptor histogram norm type. Pass an entry to enum-typed arguments or its .value to numeric arguments.
No matches. Try an algorithm name, a module, or a shorter phrase.
Constants
Use the named constant from cv. In particular, OpenCV 5 matrix type codes differ from OpenCV 4.
CASCADE_DO_CANNY_PRUNINGcascade do canny pruning constant (1), defined by OpenCV for cv.
CASCADE_SCALE_IMAGEcascade scale image constant (2), defined by OpenCV for cv.
CASCADE_FIND_BIGGEST_OBJECTcascade find biggest object constant (4), defined by OpenCV for cv.
CASCADE_DO_ROUGH_SEARCHcascade do rough search constant (8), defined by OpenCV for cv.
HOGDescriptor_L2HysDefault histogramNormType
HOGDESCRIPTOR_L2HYSDefault histogramNormType
HOGDescriptor_DEFAULT_NLEVELSDefault nlevels value.
HOGDESCRIPTOR_DEFAULT_NLEVELSDefault nlevels value.
HOGDescriptor_DESCR_FORMAT_COL_BY_COLhogdescriptor descr format col by col constant (0), defined by OpenCV for cv::HOGDescriptor.
HOGDESCRIPTOR_DESCR_FORMAT_COL_BY_COLhogdescriptor descr format col by col constant (0), defined by OpenCV for cv::HOGDescriptor.
HOGDescriptor_DESCR_FORMAT_ROW_BY_ROWhogdescriptor descr format row by row constant (1), defined by OpenCV for cv::HOGDescriptor.
HOGDESCRIPTOR_DESCR_FORMAT_ROW_BY_ROWhogdescriptor descr format row by row constant (1), defined by OpenCV for cv::HOGDescriptor.