| Package | Description |
|---|---|
| org.opencv.core | |
| org.opencv.dnn | |
| org.opencv.face | |
| org.opencv.features2d | |
| org.opencv.objdetect | |
| org.opencv.text | |
| org.opencv.ximgproc |
| 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) |
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 |
|---|---|
boolean |
Facemark.fit(Mat image,
MatOfRect faces,
List<MatOfPoint2f> landmarks) |
| 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) |
void |
CascadeClassifier.detectMultiScale(Mat image,
MatOfRect objects,
double scaleFactor,
int minNeighbors) |
void |
CascadeClassifier.detectMultiScale(Mat image,
MatOfRect objects,
double scaleFactor,
int minNeighbors,
int flags) |
void |
CascadeClassifier.detectMultiScale(Mat image,
MatOfRect objects,
double scaleFactor,
int minNeighbors,
int flags,
Size minSize) |
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) |
void |
HOGDescriptor.detectMultiScale(Mat img,
MatOfRect foundLocations,
MatOfDouble foundWeights,
double hitThreshold,
Size winStride) |
void |
HOGDescriptor.detectMultiScale(Mat img,
MatOfRect foundLocations,
MatOfDouble foundWeights,
double hitThreshold,
Size winStride,
Size padding) |
void |
HOGDescriptor.detectMultiScale(Mat img,
MatOfRect foundLocations,
MatOfDouble foundWeights,
double hitThreshold,
Size winStride,
Size padding,
double scale) |
void |
HOGDescriptor.detectMultiScale(Mat img,
MatOfRect foundLocations,
MatOfDouble foundWeights,
double hitThreshold,
Size winStride,
Size padding,
double scale,
double finalThreshold) |
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) |
void |
CascadeClassifier.detectMultiScale2(Mat image,
MatOfRect objects,
MatOfInt numDetections,
double scaleFactor,
int minNeighbors) |
void |
CascadeClassifier.detectMultiScale2(Mat image,
MatOfRect objects,
MatOfInt numDetections,
double scaleFactor,
int minNeighbors,
int flags) |
void |
CascadeClassifier.detectMultiScale2(Mat image,
MatOfRect objects,
MatOfInt numDetections,
double scaleFactor,
int minNeighbors,
int flags,
Size minSize) |
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) |
void |
CascadeClassifier.detectMultiScale3(Mat image,
MatOfRect objects,
MatOfInt rejectLevels,
MatOfDouble levelWeights,
double scaleFactor,
int minNeighbors) |
void |
CascadeClassifier.detectMultiScale3(Mat image,
MatOfRect objects,
MatOfInt rejectLevels,
MatOfDouble levelWeights,
double scaleFactor,
int minNeighbors,
int flags) |
void |
CascadeClassifier.detectMultiScale3(Mat image,
MatOfRect objects,
MatOfInt rejectLevels,
MatOfDouble levelWeights,
double scaleFactor,
int minNeighbors,
int flags,
Size minSize) |
void |
CascadeClassifier.detectMultiScale3(Mat image,
MatOfRect objects,
MatOfInt rejectLevels,
MatOfDouble levelWeights,
double scaleFactor,
int minNeighbors,
int flags,
Size minSize,
Size maxSize) |
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) |
| Modifier and Type | Method and Description |
|---|---|
void |
TextDetector.detect(Mat inputImage,
MatOfRect Bbox,
MatOfFloat confidence) |
void |
TextDetectorCNN.detect(Mat inputImage,
MatOfRect Bbox,
MatOfFloat confidence) |
static void |
Text.detectRegions(Mat image,
ERFilter er_filter1,
ERFilter er_filter2,
MatOfRect groups_rects) |
static void |
Text.detectRegions(Mat image,
ERFilter er_filter1,
ERFilter er_filter2,
MatOfRect groups_rects,
int method) |
static void |
Text.detectRegions(Mat image,
ERFilter er_filter1,
ERFilter er_filter2,
MatOfRect groups_rects,
int method,
String filename) |
static void |
Text.detectRegions(Mat image,
ERFilter er_filter1,
ERFilter er_filter2,
MatOfRect groups_rects,
int method,
String filename,
float minProbability) |
static void |
Text.erGrouping(Mat image,
Mat channel,
List<MatOfPoint> regions,
MatOfRect groups_rects) |
static void |
Text.erGrouping(Mat image,
Mat channel,
List<MatOfPoint> regions,
MatOfRect groups_rects,
int method) |
static void |
Text.erGrouping(Mat image,
Mat channel,
List<MatOfPoint> regions,
MatOfRect groups_rects,
int method,
String filename) |
static void |
Text.erGrouping(Mat image,
Mat channel,
List<MatOfPoint> regions,
MatOfRect groups_rects,
int method,
String filename,
float minProbablity) |
| Modifier and Type | Method and Description |
|---|---|
void |
EdgeBoxes.getBoundingBoxes(Mat edge_map,
Mat orientation_map,
MatOfRect boxes) |
void |
SelectiveSearchSegmentation.process(MatOfRect rects) |
Copyright © 2018. All rights reserved.