| Package | Description |
|---|---|
| org.bytedeco.javacpp |
| Modifier and Type | Method and Description |
|---|---|
opencv_core.TermCriteria |
opencv_core.TermCriteria.epsilon(double epsilon) |
opencv_core.TermCriteria |
opencv_core.TermCriteria.maxCount(int maxCount) |
opencv_core.TermCriteria |
opencv_core.TermCriteria.position(int position) |
opencv_core.TermCriteria |
opencv_core.TermCriteria.type(int type) |
| Modifier and Type | Method and Description |
|---|---|
static void |
opencv_contrib.LevMarqSparse.bundleAdjust(opencv_core.Point3d points,
opencv_core.Point2dVectorVector imagePoints,
opencv_core.IntVectorVector visibility,
opencv_core.MatVector cameraMatrix,
opencv_core.MatVector R,
opencv_core.MatVector T,
opencv_core.MatVector distCoeffs,
opencv_core.TermCriteria criteria,
opencv_contrib.BundleAdjustCallback cb,
Pointer user_data) |
static void |
opencv_video.calcOpticalFlowPyrLK(opencv_core.Mat prevImg,
opencv_core.Mat nextImg,
opencv_core.Mat prevPts,
opencv_core.Mat nextPts,
opencv_core.Mat status,
opencv_core.Mat err,
opencv_core.Size winSize,
int maxLevel,
opencv_core.TermCriteria criteria,
int flags,
double minEigThreshold)
computes sparse optical flow using multi-scale Lucas-Kanade algorithm
|
static double |
opencv_calib3d.calibrateCamera(opencv_core.MatVector objectPoints,
opencv_core.MatVector imagePoints,
opencv_core.Size imageSize,
opencv_core.Mat cameraMatrix,
opencv_core.Mat distCoeffs,
opencv_core.MatVector rvecs,
opencv_core.MatVector tvecs,
int flags,
opencv_core.TermCriteria criteria)
finds intrinsic and extrinsic camera parameters from several fews of a known calibration pattern.
|
static opencv_core.RotatedRect |
opencv_video.CamShift(opencv_core.Mat probImage,
opencv_core.Rect window,
opencv_core.TermCriteria criteria)
updates the object tracking window using CAMSHIFT algorithm
|
static void |
opencv_imgproc.cornerSubPix(opencv_core.Mat image,
opencv_core.Mat corners,
opencv_core.Size winSize,
opencv_core.Size zeroZone,
opencv_core.TermCriteria criteria)
adjusts the corner locations with sub-pixel accuracy to maximize the certain cornerness criteria
|
static double |
opencv_core.kmeans(opencv_core.Mat data,
int K,
opencv_core.Mat bestLabels,
opencv_core.TermCriteria criteria,
int attempts,
int flags) |
static double |
opencv_core.kmeans(opencv_core.Mat data,
int K,
opencv_core.Mat bestLabels,
opencv_core.TermCriteria criteria,
int attempts,
int flags,
opencv_core.Mat centers)
clusters the input data using k-Means algorithm
|
static int |
opencv_video.meanShift(opencv_core.Mat probImage,
opencv_core.Rect window,
opencv_core.TermCriteria criteria)
updates the object tracking window using meanshift algorithm
|
static void |
opencv_imgproc.pyrMeanShiftFiltering(opencv_core.Mat src,
opencv_core.Mat dst,
double sp,
double sr,
int maxLevel,
opencv_core.TermCriteria termcrit)
filters image using meanshift algorithm
|
void |
opencv_contrib.LevMarqSparse.run(int npoints,
int ncameras,
int nPointParams,
int nCameraParams,
int nErrParams,
opencv_core.Mat visibility,
opencv_core.Mat P0,
opencv_core.Mat X,
opencv_core.TermCriteria criteria,
opencv_contrib.LevMarqSparse.Fjac_int_int_Mat_Mat_Mat_Mat_Pointer fjac,
opencv_contrib.LevMarqSparse.Func_int_int_Mat_Mat_Mat_Pointer func,
Pointer data) |
static double |
opencv_calib3d.stereoCalibrate(opencv_core.MatVector objectPoints,
opencv_core.MatVector imagePoints1,
opencv_core.MatVector imagePoints2,
opencv_core.Mat cameraMatrix1,
opencv_core.Mat distCoeffs1,
opencv_core.Mat cameraMatrix2,
opencv_core.Mat distCoeffs2,
opencv_core.Size imageSize,
opencv_core.Mat R,
opencv_core.Mat T,
opencv_core.Mat E,
opencv_core.Mat F,
opencv_core.TermCriteria criteria,
int flags)
finds intrinsic and extrinsic parameters of a stereo camera
|
| Constructor and Description |
|---|
opencv_contrib.LevMarqSparse(int npoints,
int ncameras,
int nPointParams,
int nCameraParams,
int nErrParams,
opencv_core.Mat visibility,
opencv_core.Mat P0,
opencv_core.Mat X,
opencv_core.TermCriteria criteria,
opencv_contrib.LevMarqSparse.Fjac_int_int_Mat_Mat_Mat_Mat_Pointer fjac,
opencv_contrib.LevMarqSparse.Func_int_int_Mat_Mat_Mat_Pointer func,
Pointer data,
opencv_contrib.BundleAdjustCallback cb,
Pointer user_data) |
opencv_features2d.BOWKMeansTrainer(int clusterCount,
opencv_core.TermCriteria termcrit,
int attempts,
int flags) |
opencv_ml.EM(int nclusters,
int covMatType,
opencv_core.TermCriteria termCrit) |
Copyright © 2014. All Rights Reserved.