| Package | Description |
|---|---|
| org.opencv.aruco | |
| org.opencv.core | |
| org.opencv.dnn | |
| org.opencv.face | |
| org.opencv.features2d | |
| org.opencv.imgcodecs | |
| org.opencv.imgproc | |
| org.opencv.objdetect | |
| org.opencv.xfeatures2d |
| Modifier and Type | Method and Description |
|---|---|
MatOfInt |
Board.get_ids() |
| Modifier and Type | Method and Description |
|---|---|
static MatOfInt |
MatOfInt.fromNativeAddr(long addr) |
| Modifier and Type | Method and Description |
|---|---|
static void |
Core.mixChannels(List<Mat> src,
List<Mat> dst,
MatOfInt fromTo) |
| Modifier and Type | Method and Description |
|---|---|
MatOfInt |
Net.getUnconnectedOutLayers() |
| Modifier and Type | Method and Description |
|---|---|
long |
Net.getFLOPS(int layerId,
MatOfInt netInputShape) |
long |
Net.getFLOPS(MatOfInt netInputShape) |
void |
Net.getMemoryConsumption(int layerId,
MatOfInt netInputShape,
long[] weights,
long[] blobs) |
void |
Net.getMemoryConsumption(MatOfInt netInputShape,
long[] weights,
long[] blobs) |
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 |
|---|---|
long |
Net.getFLOPS(int layerId,
List<MatOfInt> netInputShapes) |
long |
Net.getFLOPS(List<MatOfInt> netInputShapes) |
void |
Net.getMemoryConsumption(int layerId,
List<MatOfInt> netInputShapes,
long[] weights,
long[] blobs) |
| Modifier and Type | Method and Description |
|---|---|
MatOfInt |
FaceRecognizer.getLabelsByString(String str) |
| Modifier and Type | Method and Description |
|---|---|
static BRISK |
BRISK.create(int thresh,
int octaves,
MatOfFloat radiusList,
MatOfInt numberList) |
static BRISK |
BRISK.create(int thresh,
int octaves,
MatOfFloat radiusList,
MatOfInt numberList,
float dMax) |
static BRISK |
BRISK.create(int thresh,
int octaves,
MatOfFloat radiusList,
MatOfInt numberList,
float dMax,
float dMin) |
static BRISK |
BRISK.create(int thresh,
int octaves,
MatOfFloat radiusList,
MatOfInt numberList,
float dMax,
float dMin,
MatOfInt indexChange) |
static BRISK |
BRISK.create(MatOfFloat radiusList,
MatOfInt numberList) |
static BRISK |
BRISK.create(MatOfFloat radiusList,
MatOfInt numberList,
float dMax) |
static BRISK |
BRISK.create(MatOfFloat radiusList,
MatOfInt numberList,
float dMax,
float dMin) |
static BRISK |
BRISK.create(MatOfFloat radiusList,
MatOfInt numberList,
float dMax,
float dMin,
MatOfInt indexChange) |
| Modifier and Type | Method and Description |
|---|---|
static boolean |
Imgcodecs.imencode(String ext,
Mat img,
MatOfByte buf,
MatOfInt params) |
static boolean |
Imgcodecs.imwrite(String filename,
Mat img,
MatOfInt params) |
| Modifier and Type | Method and Description |
|---|---|
static void |
Imgproc.calcBackProject(List<Mat> images,
MatOfInt channels,
Mat hist,
Mat dst,
MatOfFloat ranges,
double scale) |
static void |
Imgproc.calcHist(List<Mat> images,
MatOfInt channels,
Mat mask,
Mat hist,
MatOfInt histSize,
MatOfFloat ranges) |
static void |
Imgproc.calcHist(List<Mat> images,
MatOfInt channels,
Mat mask,
Mat hist,
MatOfInt histSize,
MatOfFloat ranges,
boolean accumulate) |
static void |
Imgproc.convexHull(MatOfPoint points,
MatOfInt hull) |
static void |
Imgproc.convexHull(MatOfPoint points,
MatOfInt hull,
boolean clockwise) |
static void |
Imgproc.convexityDefects(MatOfPoint contour,
MatOfInt convexhull,
MatOfInt4 convexityDefects) |
void |
Subdiv2D.getLeadingEdgeList(MatOfInt leadingEdgeList) |
void |
Subdiv2D.getVoronoiFacetList(MatOfInt idx,
List<MatOfPoint2f> facetList,
MatOfPoint2f facetCenters) |
| Modifier and Type | Method and Description |
|---|---|
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 |
|---|---|
MatOfInt |
PCTSignatures.getInitSeedIndexes() |
| Modifier and Type | Method and Description |
|---|---|
static FREAK |
FREAK.create(boolean orientationNormalized,
boolean scaleNormalized,
float patternScale,
int nOctaves,
MatOfInt selectedPairs) |
static PCTSignatures |
PCTSignatures.create(MatOfPoint2f initSamplingPoints,
MatOfInt initClusterSeedIndexes) |
void |
PCTSignatures.setInitSeedIndexes(MatOfInt initSeedIndexes) |
Copyright © 2018. All rights reserved.