void |
HOGDescriptor.detectMultiScaleROI(GpuMat img,
RectVector foundLocations,
DetectionROI locations) |
void |
HOGDescriptor.detectMultiScaleROI(GpuMat img,
RectVector foundLocations,
DetectionROI locations,
double hitThreshold,
int groupThreshold) |
void |
HOGDescriptor.detectMultiScaleROI(Mat img,
RectVector foundLocations,
DetectionROI locations) |
void |
HOGDescriptor.detectMultiScaleROI(Mat img,
RectVector foundLocations,
DetectionROI locations,
double hitThreshold,
int groupThreshold)
\brief evaluate specified ROI and return confidence value for each location in multiple scales
|
void |
HOGDescriptor.detectMultiScaleROI(UMat img,
RectVector foundLocations,
DetectionROI locations) |
void |
HOGDescriptor.detectMultiScaleROI(UMat img,
RectVector foundLocations,
DetectionROI locations,
double hitThreshold,
int groupThreshold) |