| Package | Description |
|---|---|
| org.bytedeco.javacpp |
| Modifier and Type | Method and Description |
|---|---|
opencv_core.CvTermCriteria |
opencv_calib3d.CvLevMarq.criteria() |
static opencv_core.CvTermCriteria |
opencv_core.cvCheckTermCriteria(opencv_core.CvTermCriteria criteria,
double default_eps,
int default_max_iters)
checks termination criteria validity and
sets eps to default_eps (if it is not set),
max_iter to default_max_iters (if it is not set)
|
static opencv_core.CvTermCriteria |
opencv_core.cvTermCriteria(int type,
int max_iter,
double epsilon) |
opencv_core.CvTermCriteria |
opencv_core.CvTermCriteria.epsilon(double epsilon) |
opencv_core.CvTermCriteria |
opencv_core.CvTermCriteria.max_iter(int max_iter) |
opencv_core.CvTermCriteria |
opencv_core.CvTermCriteria.position(long position) |
opencv_core.CvTermCriteria |
opencv_core.CvTermCriteria.type(int type) |
| Modifier and Type | Method and Description |
|---|---|
opencv_calib3d.CvLevMarq |
opencv_calib3d.CvLevMarq.criteria(opencv_core.CvTermCriteria criteria) |
static void |
opencv_video.cvCalcOpticalFlowPyrLK(opencv_core.CvArr prev,
opencv_core.CvArr curr,
opencv_core.CvArr prev_pyr,
opencv_core.CvArr curr_pyr,
float[] prev_features,
float[] curr_features,
int count,
opencv_core.CvSize win_size,
int level,
byte[] status,
float[] track_error,
opencv_core.CvTermCriteria criteria,
int flags) |
static void |
opencv_video.cvCalcOpticalFlowPyrLK(opencv_core.CvArr prev,
opencv_core.CvArr curr,
opencv_core.CvArr prev_pyr,
opencv_core.CvArr curr_pyr,
FloatBuffer prev_features,
FloatBuffer curr_features,
int count,
opencv_core.CvSize win_size,
int level,
ByteBuffer status,
FloatBuffer track_error,
opencv_core.CvTermCriteria criteria,
int flags) |
static void |
opencv_video.cvCalcOpticalFlowPyrLK(opencv_core.CvArr prev,
opencv_core.CvArr curr,
opencv_core.CvArr prev_pyr,
opencv_core.CvArr curr_pyr,
opencv_core.CvPoint2D32f prev_features,
opencv_core.CvPoint2D32f curr_features,
int count,
opencv_core.CvSize win_size,
int level,
org.bytedeco.javacpp.BytePointer status,
org.bytedeco.javacpp.FloatPointer track_error,
opencv_core.CvTermCriteria criteria,
int flags) |
static double |
opencv_calib3d.cvCalibrateCamera2(opencv_core.CvMat object_points,
opencv_core.CvMat image_points,
opencv_core.CvMat point_counts,
opencv_core.CvSize image_size,
opencv_core.CvMat camera_matrix,
opencv_core.CvMat distortion_coeffs,
opencv_core.CvMat rotation_vectors,
opencv_core.CvMat translation_vectors,
int flags,
opencv_core.CvTermCriteria term_crit) |
static int |
opencv_video.cvCamShift(opencv_core.CvArr prob_image,
opencv_core.CvRect window,
opencv_core.CvTermCriteria criteria,
opencv_imgproc.CvConnectedComp comp) |
static int |
opencv_video.cvCamShift(opencv_core.CvArr prob_image,
opencv_core.CvRect window,
opencv_core.CvTermCriteria criteria,
opencv_imgproc.CvConnectedComp comp,
opencv_core.CvBox2D box)
\
Tracking *
\
|
static opencv_core.CvTermCriteria |
opencv_core.cvCheckTermCriteria(opencv_core.CvTermCriteria criteria,
double default_eps,
int default_max_iters)
checks termination criteria validity and
sets eps to default_eps (if it is not set),
max_iter to default_max_iters (if it is not set)
|
static void |
opencv_imgproc.cvFindCornerSubPix(opencv_core.CvArr image,
float[] corners,
int count,
opencv_core.CvSize win,
opencv_core.CvSize zero_zone,
opencv_core.CvTermCriteria criteria) |
static void |
opencv_imgproc.cvFindCornerSubPix(opencv_core.CvArr image,
FloatBuffer corners,
int count,
opencv_core.CvSize win,
opencv_core.CvSize zero_zone,
opencv_core.CvTermCriteria criteria) |
static void |
opencv_imgproc.cvFindCornerSubPix(opencv_core.CvArr image,
opencv_core.CvPoint2D32f corners,
int count,
opencv_core.CvSize win,
opencv_core.CvSize zero_zone,
opencv_core.CvTermCriteria criteria)
\brief Adjust corner position using some sort of gradient search
|
static int |
opencv_core.cvKMeans2(opencv_core.CvArr samples,
int cluster_count,
opencv_core.CvArr labels,
opencv_core.CvTermCriteria termcrit) |
static int |
opencv_core.cvKMeans2(opencv_core.CvArr samples,
int cluster_count,
opencv_core.CvArr labels,
opencv_core.CvTermCriteria termcrit,
int attempts,
long[] rng,
int flags,
opencv_core.CvArr _centers,
double[] compactness) |
static int |
opencv_core.cvKMeans2(opencv_core.CvArr samples,
int cluster_count,
opencv_core.CvArr labels,
opencv_core.CvTermCriteria termcrit,
int attempts,
LongBuffer rng,
int flags,
opencv_core.CvArr _centers,
DoubleBuffer compactness) |
static int |
opencv_core.cvKMeans2(opencv_core.CvArr samples,
int cluster_count,
opencv_core.CvArr labels,
opencv_core.CvTermCriteria termcrit,
int attempts,
org.bytedeco.javacpp.LongPointer rng,
int flags,
opencv_core.CvArr _centers,
org.bytedeco.javacpp.DoublePointer compactness) |
static int |
opencv_video.cvMeanShift(opencv_core.CvArr prob_image,
opencv_core.CvRect window,
opencv_core.CvTermCriteria criteria,
opencv_imgproc.CvConnectedComp comp) |
static void |
opencv_calib3d.cvPOSIT(opencv_calib3d.CvPOSITObject posit_object,
float[] image_points,
double focal_length,
opencv_core.CvTermCriteria criteria,
float[] rotation_matrix,
float[] translation_vector) |
static void |
opencv_calib3d.cvPOSIT(opencv_calib3d.CvPOSITObject posit_object,
FloatBuffer image_points,
double focal_length,
opencv_core.CvTermCriteria criteria,
FloatBuffer rotation_matrix,
FloatBuffer translation_vector) |
static void |
opencv_calib3d.cvPOSIT(opencv_calib3d.CvPOSITObject posit_object,
opencv_core.CvPoint2D32f image_points,
double focal_length,
opencv_core.CvTermCriteria criteria,
org.bytedeco.javacpp.FloatPointer rotation_matrix,
org.bytedeco.javacpp.FloatPointer translation_vector) |
static void |
opencv_imgproc.cvPyrMeanShiftFiltering(opencv_core.CvArr src,
opencv_core.CvArr dst,
double sp,
double sr,
int max_level,
opencv_core.CvTermCriteria termcrit)
\brief Filters image using meanshift algorithm
|
static double |
opencv_calib3d.cvStereoCalibrate(opencv_core.CvMat object_points,
opencv_core.CvMat image_points1,
opencv_core.CvMat image_points2,
opencv_core.CvMat npoints,
opencv_core.CvMat camera_matrix1,
opencv_core.CvMat dist_coeffs1,
opencv_core.CvMat camera_matrix2,
opencv_core.CvMat dist_coeffs2,
opencv_core.CvSize image_size,
opencv_core.CvMat R,
opencv_core.CvMat T,
opencv_core.CvMat E,
opencv_core.CvMat F,
int flags,
opencv_core.CvTermCriteria term_crit) |
void |
opencv_calib3d.CvLevMarq.init(int nparams,
int nerrs,
opencv_core.CvTermCriteria criteria,
boolean completeSymmFlag) |
| Constructor and Description |
|---|
CvLevMarq(int nparams,
int nerrs,
opencv_core.CvTermCriteria criteria,
boolean completeSymmFlag) |
Copyright © 2018. All rights reserved.