| Package | Description |
|---|---|
| org.opencv.aruco | |
| org.opencv.calib3d | |
| org.opencv.core | |
| org.opencv.features2d | |
| org.opencv.imgproc | |
| org.opencv.ml | |
| org.opencv.video |
| Modifier and Type | Method and Description |
|---|---|
static double |
Aruco.calibrateCameraAruco(List<Mat> corners,
Mat ids,
Mat counter,
Board board,
Size imageSize,
Mat cameraMatrix,
Mat distCoeffs,
List<Mat> rvecs,
List<Mat> tvecs,
int flags,
TermCriteria criteria) |
static double |
Aruco.calibrateCameraArucoExtended(List<Mat> corners,
Mat ids,
Mat counter,
Board board,
Size imageSize,
Mat cameraMatrix,
Mat distCoeffs,
List<Mat> rvecs,
List<Mat> tvecs,
Mat stdDeviationsIntrinsics,
Mat stdDeviationsExtrinsics,
Mat perViewErrors,
int flags,
TermCriteria criteria) |
static double |
Aruco.calibrateCameraCharuco(List<Mat> charucoCorners,
List<Mat> charucoIds,
CharucoBoard board,
Size imageSize,
Mat cameraMatrix,
Mat distCoeffs,
List<Mat> rvecs,
List<Mat> tvecs,
int flags,
TermCriteria criteria) |
static double |
Aruco.calibrateCameraCharucoExtended(List<Mat> charucoCorners,
List<Mat> charucoIds,
CharucoBoard board,
Size imageSize,
Mat cameraMatrix,
Mat distCoeffs,
List<Mat> rvecs,
List<Mat> tvecs,
Mat stdDeviationsIntrinsics,
Mat stdDeviationsExtrinsics,
Mat perViewErrors,
int flags,
TermCriteria criteria) |
| Modifier and Type | Method and Description |
|---|---|
static double |
Calib3d.calibrateCamera(List<Mat> objectPoints,
List<Mat> imagePoints,
Size imageSize,
Mat cameraMatrix,
Mat distCoeffs,
List<Mat> rvecs,
List<Mat> tvecs,
int flags,
TermCriteria criteria) |
static double |
Calib3d.calibrateCameraExtended(List<Mat> objectPoints,
List<Mat> imagePoints,
Size imageSize,
Mat cameraMatrix,
Mat distCoeffs,
List<Mat> rvecs,
List<Mat> tvecs,
Mat stdDeviationsIntrinsics,
Mat stdDeviationsExtrinsics,
Mat perViewErrors,
int flags,
TermCriteria criteria) |
static double |
Calib3d.fisheye_calibrate(List<Mat> objectPoints,
List<Mat> imagePoints,
Size image_size,
Mat K,
Mat D,
List<Mat> rvecs,
List<Mat> tvecs,
int flags,
TermCriteria criteria) |
static double |
Calib3d.fisheye_stereoCalibrate(List<Mat> objectPoints,
List<Mat> imagePoints1,
List<Mat> imagePoints2,
Mat K1,
Mat D1,
Mat K2,
Mat D2,
Size imageSize,
Mat R,
Mat T,
int flags,
TermCriteria criteria) |
static double |
Calib3d.stereoCalibrate(List<Mat> objectPoints,
List<Mat> imagePoints1,
List<Mat> imagePoints2,
Mat cameraMatrix1,
Mat distCoeffs1,
Mat cameraMatrix2,
Mat distCoeffs2,
Size imageSize,
Mat R,
Mat T,
Mat E,
Mat F,
int flags,
TermCriteria criteria) |
static double |
Calib3d.stereoCalibrateExtended(List<Mat> objectPoints,
List<Mat> imagePoints1,
List<Mat> imagePoints2,
Mat cameraMatrix1,
Mat distCoeffs1,
Mat cameraMatrix2,
Mat distCoeffs2,
Size imageSize,
Mat R,
Mat T,
Mat E,
Mat F,
Mat perViewErrors,
int flags,
TermCriteria criteria) |
| Modifier and Type | Method and Description |
|---|---|
TermCriteria |
TermCriteria.clone() |
| Modifier and Type | Method and Description |
|---|---|
static double |
Core.kmeans(Mat data,
int K,
Mat bestLabels,
TermCriteria criteria,
int attempts,
int flags) |
static double |
Core.kmeans(Mat data,
int K,
Mat bestLabels,
TermCriteria criteria,
int attempts,
int flags,
Mat centers) |
| Constructor and Description |
|---|
BOWKMeansTrainer(int clusterCount,
TermCriteria termcrit) |
BOWKMeansTrainer(int clusterCount,
TermCriteria termcrit,
int attempts) |
BOWKMeansTrainer(int clusterCount,
TermCriteria termcrit,
int attempts,
int flags) |
| Modifier and Type | Method and Description |
|---|---|
static void |
Imgproc.cornerSubPix(Mat image,
Mat corners,
Size winSize,
Size zeroZone,
TermCriteria criteria) |
static void |
Imgproc.pyrMeanShiftFiltering(Mat src,
Mat dst,
double sp,
double sr,
int maxLevel,
TermCriteria termcrit) |
static void |
Imgproc.undistortPointsIter(Mat src,
Mat dst,
Mat cameraMatrix,
Mat distCoeffs,
Mat R,
Mat P,
TermCriteria criteria) |
| Modifier and Type | Method and Description |
|---|---|
TermCriteria |
SVM.getTermCriteria() |
TermCriteria |
ANN_MLP.getTermCriteria() |
TermCriteria |
EM.getTermCriteria() |
TermCriteria |
RTrees.getTermCriteria() |
TermCriteria |
SVMSGD.getTermCriteria() |
TermCriteria |
LogisticRegression.getTermCriteria() |
| Modifier and Type | Method and Description |
|---|---|
void |
SVM.setTermCriteria(TermCriteria val) |
void |
ANN_MLP.setTermCriteria(TermCriteria val) |
void |
EM.setTermCriteria(TermCriteria val) |
void |
RTrees.setTermCriteria(TermCriteria val) |
void |
SVMSGD.setTermCriteria(TermCriteria val) |
void |
LogisticRegression.setTermCriteria(TermCriteria val) |
| Modifier and Type | Method and Description |
|---|---|
TermCriteria |
SparsePyrLKOpticalFlow.getTermCriteria() |
| Modifier and Type | Method and Description |
|---|---|
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) |
static RotatedRect |
Video.CamShift(Mat probImage,
Rect window,
TermCriteria criteria) |
static SparsePyrLKOpticalFlow |
SparsePyrLKOpticalFlow.create(Size winSize,
int maxLevel,
TermCriteria crit) |
static SparsePyrLKOpticalFlow |
SparsePyrLKOpticalFlow.create(Size winSize,
int maxLevel,
TermCriteria crit,
int flags) |
static SparsePyrLKOpticalFlow |
SparsePyrLKOpticalFlow.create(Size winSize,
int maxLevel,
TermCriteria crit,
int flags,
double minEigThreshold) |
static double |
Video.findTransformECC(Mat templateImage,
Mat inputImage,
Mat warpMatrix,
int motionType,
TermCriteria criteria) |
static double |
Video.findTransformECC(Mat templateImage,
Mat inputImage,
Mat warpMatrix,
int motionType,
TermCriteria criteria,
Mat inputMask) |
static int |
Video.meanShift(Mat probImage,
Rect window,
TermCriteria criteria) |
void |
SparsePyrLKOpticalFlow.setTermCriteria(TermCriteria crit) |
Copyright © 2018. All rights reserved.