| Package | Description |
|---|---|
| org.bytedeco.javacpp |
| Modifier and Type | Method and Description |
|---|---|
opencv_objdetect.DetectionROI |
opencv_objdetect.DetectionROI.confidences(org.bytedeco.javacpp.DoublePointer confidences) |
opencv_objdetect.DetectionROI |
opencv_objdetect.DetectionROI.locations(opencv_core.PointVector locations) |
opencv_objdetect.DetectionROI |
opencv_objdetect.DetectionROI.position(long position) |
opencv_objdetect.DetectionROI |
opencv_objdetect.DetectionROI.scale(double scale) |
| Modifier and Type | Method and Description |
|---|---|
void |
opencv_objdetect.HOGDescriptor.detectMultiScaleROI(opencv_core.Mat img,
opencv_core.RectVector foundLocations,
opencv_objdetect.DetectionROI locations) |
void |
opencv_objdetect.HOGDescriptor.detectMultiScaleROI(opencv_core.Mat img,
opencv_core.RectVector foundLocations,
opencv_objdetect.DetectionROI locations,
double hitThreshold,
int groupThreshold)
\brief evaluate specified ROI and return confidence value for each location in multiple scales
|
Copyright © 2018. All rights reserved.