opencv_contrib.LevMarqSparse |
opencv_contrib.LevMarqSparse.criteria(opencv_core.CvTermCriteria criteria) |
opencv_calib3d.CvLevMarq |
opencv_calib3d.CvLevMarq.criteria(opencv_core.CvTermCriteria criteria) |
static void |
opencv_video.cvCalcAffineFlowPyrLK(opencv_core.CvArr prev,
opencv_core.CvArr curr,
opencv_core.CvArr prev_pyr,
opencv_core.CvArr curr_pyr,
float[] prev_features,
float[] curr_features,
float[] matrices,
int count,
opencv_core.CvSize win_size,
int level,
byte[] status,
float[] track_error,
opencv_core.CvTermCriteria criteria,
int flags) |
static void |
opencv_video.cvCalcAffineFlowPyrLK(opencv_core.CvArr prev,
opencv_core.CvArr curr,
opencv_core.CvArr prev_pyr,
opencv_core.CvArr curr_pyr,
FloatBuffer prev_features,
FloatBuffer curr_features,
FloatBuffer matrices,
int count,
opencv_core.CvSize win_size,
int level,
ByteBuffer status,
FloatBuffer track_error,
opencv_core.CvTermCriteria criteria,
int flags) |
static void |
opencv_video.cvCalcAffineFlowPyrLK(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,
FloatPointer matrices,
int count,
opencv_core.CvSize win_size,
int level,
BytePointer status,
FloatPointer track_error,
opencv_core.CvTermCriteria criteria,
int flags) |
static void |
opencv_legacy.cvCalcEigenObjects(int nObjects,
Pointer input,
Pointer output,
int ioFlags,
int ioBufSize,
Pointer userData,
opencv_core.CvTermCriteria calcLimit,
opencv_core.IplImage avg,
float[] eigVals) |
static void |
opencv_legacy.cvCalcEigenObjects(int nObjects,
Pointer input,
Pointer output,
int ioFlags,
int ioBufSize,
Pointer userData,
opencv_core.CvTermCriteria calcLimit,
opencv_core.IplImage avg,
FloatBuffer eigVals) |
static void |
opencv_legacy.cvCalcEigenObjects(int nObjects,
Pointer input,
Pointer output,
int ioFlags,
int ioBufSize,
Pointer userData,
opencv_core.CvTermCriteria calcLimit,
opencv_core.IplImage avg,
FloatPointer eigVals) |
static void |
opencv_legacy.cvCalcOpticalFlowHS(opencv_core.CvArr prev,
opencv_core.CvArr curr,
int use_previous,
opencv_core.CvArr velx,
opencv_core.CvArr vely,
double lambda,
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,
BytePointer status,
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) |
static opencv_core.CvSeq |
opencv_legacy.cvContourFromContourTree(opencv_legacy.CvContourTree tree,
opencv_core.CvMemStorage storage,
opencv_core.CvTermCriteria criteria) |
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) |
static void |
opencv_legacy.cvKMeans(int num_clusters,
float[] samples,
int num_samples,
int vec_size,
opencv_core.CvTermCriteria termcrit,
int[] cluster_idx) |
static void |
opencv_legacy.cvKMeans(int num_clusters,
FloatBuffer samples,
int num_samples,
int vec_size,
opencv_core.CvTermCriteria termcrit,
IntBuffer cluster_idx) |
static void |
opencv_legacy.cvKMeans(int num_clusters,
FloatPointer samples,
int num_samples,
int vec_size,
opencv_core.CvTermCriteria termcrit,
IntPointer cluster_idx) |
static void |
opencv_legacy.cvKMeans(int num_clusters,
PointerPointer samples,
int num_samples,
int vec_size,
opencv_core.CvTermCriteria termcrit,
IntPointer cluster_idx) |
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,
LongPointer rng,
int flags,
opencv_core.CvArr _centers,
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,
FloatPointer rotation_matrix,
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) |
static void |
opencv_legacy.cvSnakeImage(opencv_core.IplImage image,
int[] points,
int length,
float[] alpha,
float[] beta,
float[] gamma,
int coeff_usage,
opencv_core.CvSize win,
opencv_core.CvTermCriteria criteria) |
static void |
opencv_legacy.cvSnakeImage(opencv_core.IplImage image,
int[] points,
int length,
float[] alpha,
float[] beta,
float[] gamma,
int coeff_usage,
opencv_core.CvSize win,
opencv_core.CvTermCriteria criteria,
int calc_gradient) |
static void |
opencv_legacy.cvSnakeImage(opencv_core.IplImage image,
IntBuffer points,
int length,
FloatBuffer alpha,
FloatBuffer beta,
FloatBuffer gamma,
int coeff_usage,
opencv_core.CvSize win,
opencv_core.CvTermCriteria criteria) |
static void |
opencv_legacy.cvSnakeImage(opencv_core.IplImage image,
IntBuffer points,
int length,
FloatBuffer alpha,
FloatBuffer beta,
FloatBuffer gamma,
int coeff_usage,
opencv_core.CvSize win,
opencv_core.CvTermCriteria criteria,
int calc_gradient) |
static void |
opencv_legacy.cvSnakeImage(opencv_core.IplImage image,
opencv_core.CvPoint points,
int length,
FloatPointer alpha,
FloatPointer beta,
FloatPointer gamma,
int coeff_usage,
opencv_core.CvSize win,
opencv_core.CvTermCriteria criteria) |
static void |
opencv_legacy.cvSnakeImage(opencv_core.IplImage image,
opencv_core.CvPoint points,
int length,
FloatPointer alpha,
FloatPointer beta,
FloatPointer gamma,
int coeff_usage,
opencv_core.CvSize win,
opencv_core.CvTermCriteria criteria,
int calc_gradient) |
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,
opencv_core.CvTermCriteria term_crit,
int flags) |
void |
opencv_calib3d.CvLevMarq.init(int nparams,
int nerrs,
opencv_core.CvTermCriteria criteria,
boolean completeSymmFlag) |
void |
opencv_stitching.BundleAdjusterBase.setTermCriteria(opencv_core.CvTermCriteria term_criteria) |
opencv_contrib.CvMeanShiftTrackerParams |
opencv_contrib.CvMeanShiftTrackerParams.term_crit(opencv_core.CvTermCriteria term_crit) |
opencv_legacy.CvEMParams |
opencv_legacy.CvEMParams.term_crit(opencv_core.CvTermCriteria term_crit) |
opencv_ml.CvSVMParams |
opencv_ml.CvSVMParams.term_crit(opencv_core.CvTermCriteria term_crit) |
opencv_ml.CvRTParams |
opencv_ml.CvRTParams.term_crit(opencv_core.CvTermCriteria term_crit) |
opencv_ml.CvANN_MLP_TrainParams |
opencv_ml.CvANN_MLP_TrainParams.term_crit(opencv_core.CvTermCriteria term_crit) |