| Package | Description |
|---|---|
| org.opencv.core | |
| org.opencv.dnn | |
| org.opencv.features2d | |
| org.opencv.objdetect |
| Modifier and Type | Method and Description |
|---|---|
static MatOfRect |
MatOfRect.fromNativeAddr(long addr) |
| Modifier and Type | Method and Description |
|---|---|
static void |
Dnn.NMSBoxes(MatOfRect bboxes,
MatOfFloat scores,
float score_threshold,
float nms_threshold,
MatOfInt indices) |
static void |
Dnn.NMSBoxes(MatOfRect bboxes,
MatOfFloat scores,
float score_threshold,
float nms_threshold,
MatOfInt indices,
float eta,
int top_k) |
| Modifier and Type | Method and Description |
|---|---|
void |
MSER.detectRegions(Mat image,
List<MatOfPoint> msers,
MatOfRect bboxes) |
| Modifier and Type | Method and Description |
|---|---|
void |
CascadeClassifier.detectMultiScale(Mat image,
MatOfRect objects) |
void |
CascadeClassifier.detectMultiScale(Mat image,
MatOfRect objects,
double scaleFactor,
int minNeighbors,
int flags,
Size minSize,
Size maxSize) |
void |
HOGDescriptor.detectMultiScale(Mat img,
MatOfRect foundLocations,
MatOfDouble foundWeights) |
void |
HOGDescriptor.detectMultiScale(Mat img,
MatOfRect foundLocations,
MatOfDouble foundWeights,
double hitThreshold,
Size winStride,
Size padding,
double scale,
double finalThreshold,
boolean useMeanshiftGrouping) |
void |
CascadeClassifier.detectMultiScale2(Mat image,
MatOfRect objects,
MatOfInt numDetections) |
void |
CascadeClassifier.detectMultiScale2(Mat image,
MatOfRect objects,
MatOfInt numDetections,
double scaleFactor,
int minNeighbors,
int flags,
Size minSize,
Size maxSize) |
void |
CascadeClassifier.detectMultiScale3(Mat image,
MatOfRect objects,
MatOfInt rejectLevels,
MatOfDouble levelWeights) |
void |
CascadeClassifier.detectMultiScale3(Mat image,
MatOfRect objects,
MatOfInt rejectLevels,
MatOfDouble levelWeights,
double scaleFactor,
int minNeighbors,
int flags,
Size minSize,
Size maxSize,
boolean outputRejectLevels) |
static void |
Objdetect.groupRectangles(MatOfRect rectList,
MatOfInt weights,
int groupThreshold) |
static void |
Objdetect.groupRectangles(MatOfRect rectList,
MatOfInt weights,
int groupThreshold,
double eps) |
Copyright © 2018. All rights reserved.