| Package | Description |
|---|---|
| org.bytedeco.javacpp |
| Modifier and Type | Method and Description |
|---|---|
opencv_objdetect.DetectionROI |
opencv_objdetect.DetectionROI.confidences(DoublePointer confidences) |
opencv_objdetect.DetectionROI |
opencv_objdetect.DetectionROI.locations(opencv_core.Point locations) |
opencv_objdetect.DetectionROI |
opencv_objdetect.DetectionROI.position(int 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.Rect foundLocations,
opencv_objdetect.DetectionROI locations) |
void |
opencv_objdetect.HOGDescriptor.detectMultiScaleROI(opencv_core.Mat img,
opencv_core.Rect foundLocations,
opencv_objdetect.DetectionROI locations,
double hitThreshold,
int groupThreshold) |
Copyright © 2014. All Rights Reserved.