| Package | Description |
|---|---|
| org.opencv.core | |
| org.opencv.dnn | |
| org.opencv.features2d | |
| org.opencv.imgproc | |
| org.opencv.objdetect | |
| org.opencv.photo | |
| org.opencv.text | |
| org.opencv.video | |
| org.opencv.xfeatures2d |
| Modifier and Type | Method and Description |
|---|---|
static MatOfFloat |
MatOfFloat.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 |
|---|---|
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 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) |
| Modifier and Type | Method and Description |
|---|---|
MatOfFloat |
HOGDescriptor.get_svmDetector() |
static MatOfFloat |
HOGDescriptor.getDaimlerPeopleDetector() |
static MatOfFloat |
HOGDescriptor.getDefaultPeopleDetector() |
| Modifier and Type | Method and Description |
|---|---|
void |
HOGDescriptor.compute(Mat img,
MatOfFloat descriptors) |
void |
HOGDescriptor.compute(Mat img,
MatOfFloat descriptors,
Size winStride) |
void |
HOGDescriptor.compute(Mat img,
MatOfFloat descriptors,
Size winStride,
Size padding) |
void |
HOGDescriptor.compute(Mat img,
MatOfFloat descriptors,
Size winStride,
Size padding,
MatOfPoint locations) |
| Modifier and Type | Method and Description |
|---|---|
static void |
Photo.fastNlMeansDenoising(Mat src,
Mat dst,
MatOfFloat h) |
static void |
Photo.fastNlMeansDenoising(Mat src,
Mat dst,
MatOfFloat h,
int templateWindowSize) |
static void |
Photo.fastNlMeansDenoising(Mat src,
Mat dst,
MatOfFloat h,
int templateWindowSize,
int searchWindowSize) |
static void |
Photo.fastNlMeansDenoising(Mat src,
Mat dst,
MatOfFloat h,
int templateWindowSize,
int searchWindowSize,
int normType) |
static void |
Photo.fastNlMeansDenoisingMulti(List<Mat> srcImgs,
Mat dst,
int imgToDenoiseIndex,
int temporalWindowSize,
MatOfFloat h) |
static void |
Photo.fastNlMeansDenoisingMulti(List<Mat> srcImgs,
Mat dst,
int imgToDenoiseIndex,
int temporalWindowSize,
MatOfFloat h,
int templateWindowSize) |
static void |
Photo.fastNlMeansDenoisingMulti(List<Mat> srcImgs,
Mat dst,
int imgToDenoiseIndex,
int temporalWindowSize,
MatOfFloat h,
int templateWindowSize,
int searchWindowSize) |
static void |
Photo.fastNlMeansDenoisingMulti(List<Mat> srcImgs,
Mat dst,
int imgToDenoiseIndex,
int temporalWindowSize,
MatOfFloat h,
int templateWindowSize,
int searchWindowSize,
int normType) |
| Modifier and Type | Method and Description |
|---|---|
void |
TextDetector.detect(Mat inputImage,
MatOfRect Bbox,
MatOfFloat confidence) |
void |
TextDetectorCNN.detect(Mat inputImage,
MatOfRect Bbox,
MatOfFloat confidence) |
| Modifier and Type | Method and Description |
|---|---|
static void |
Video.calcOpticalFlowPyrLK(Mat prevImg,
Mat nextImg,
MatOfPoint2f prevPts,
MatOfPoint2f nextPts,
MatOfByte status,
MatOfFloat err) |
static void |
Video.calcOpticalFlowPyrLK(Mat prevImg,
Mat nextImg,
MatOfPoint2f prevPts,
MatOfPoint2f nextPts,
MatOfByte status,
MatOfFloat err,
Size winSize) |
static void |
Video.calcOpticalFlowPyrLK(Mat prevImg,
Mat nextImg,
MatOfPoint2f prevPts,
MatOfPoint2f nextPts,
MatOfByte status,
MatOfFloat err,
Size winSize,
int maxLevel) |
static void |
Video.calcOpticalFlowPyrLK(Mat prevImg,
Mat nextImg,
MatOfPoint2f prevPts,
MatOfPoint2f nextPts,
MatOfByte status,
MatOfFloat err,
Size winSize,
int maxLevel,
TermCriteria criteria) |
static void |
Video.calcOpticalFlowPyrLK(Mat prevImg,
Mat nextImg,
MatOfPoint2f prevPts,
MatOfPoint2f nextPts,
MatOfByte status,
MatOfFloat err,
Size winSize,
int maxLevel,
TermCriteria criteria,
int flags) |
static void |
Video.calcOpticalFlowPyrLK(Mat prevImg,
Mat nextImg,
MatOfPoint2f prevPts,
MatOfPoint2f nextPts,
MatOfByte status,
MatOfFloat err,
Size winSize,
int maxLevel,
TermCriteria criteria,
int flags,
double minEigThreshold) |
| Modifier and Type | Method and Description |
|---|---|
void |
PCTSignaturesSQFD.computeQuadraticFormDistances(Mat sourceSignature,
List<Mat> imageSignatures,
MatOfFloat distances) |
void |
PCTSignatures.setTranslations(MatOfFloat translations) |
void |
PCTSignatures.setWeights(MatOfFloat weights) |
Copyright © 2018. All rights reserved.