| Package | Description |
|---|---|
| org.opencv.contrib | |
| org.opencv.core | |
| org.opencv.imgproc | |
| org.opencv.objdetect | |
| org.opencv.video |
| Modifier and Type | Method and Description |
|---|---|
static int |
Contrib.chamerMatching(Mat img,
Mat templ,
List<MatOfPoint> results,
MatOfFloat cost) |
static int |
Contrib.chamerMatching(Mat img,
Mat templ,
List<MatOfPoint> results,
MatOfFloat cost,
double templScale,
int maxMatches,
double minMatchDistance,
int padX,
int padY,
int scales,
double minScale,
double maxScale,
double orientationWeight,
double truncate) |
| Modifier and Type | Method and Description |
|---|---|
static MatOfFloat |
MatOfFloat.fromNativeAddr(long addr) |
| Modifier and Type | Method and Description |
|---|---|
static void |
Imgproc.calcBackProject(List<Mat> images,
MatOfInt channels,
Mat hist,
Mat dst,
MatOfFloat ranges,
double scale)
Calculates the back projection of a histogram.
|
static void |
Imgproc.calcHist(List<Mat> images,
MatOfInt channels,
Mat mask,
Mat hist,
MatOfInt histSize,
MatOfFloat ranges)
Calculates a histogram of a set of arrays.
|
static void |
Imgproc.calcHist(List<Mat> images,
MatOfInt channels,
Mat mask,
Mat hist,
MatOfInt histSize,
MatOfFloat ranges,
boolean accumulate)
Calculates a histogram of a set of arrays.
|
| 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,
Size padding,
MatOfPoint locations) |
| Modifier and Type | Method and Description |
|---|---|
static void |
Video.calcOpticalFlowPyrLK(Mat prevImg,
Mat nextImg,
MatOfPoint2f prevPts,
MatOfPoint2f nextPts,
MatOfByte status,
MatOfFloat err)
Calculates an optical flow for a sparse feature set using the iterative
Lucas-Kanade method with pyramids.
|
static void |
Video.calcOpticalFlowPyrLK(Mat prevImg,
Mat nextImg,
MatOfPoint2f prevPts,
MatOfPoint2f nextPts,
MatOfByte status,
MatOfFloat err,
Size winSize,
int maxLevel)
Calculates an optical flow for a sparse feature set using the iterative
Lucas-Kanade method with pyramids.
|
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)
Calculates an optical flow for a sparse feature set using the iterative
Lucas-Kanade method with pyramids.
|
Copyright © 2014. All rights reserved.