void |
opencv_legacy.OneWayDescriptor.Allocate(int pose_count,
opencv_core.CvSize size,
int nChannels) |
void |
opencv_legacy.CvImage.create(opencv_core.CvSize _size,
int _depth,
int _channels) |
static byte |
opencv_legacy.cv3dTrackerCalibrateCameras(int num_cameras,
opencv_legacy.Cv3dTrackerCameraIntrinsics camera_intrinsics,
opencv_core.CvSize etalon_size,
float square_size,
opencv_core.IplImage samples,
opencv_legacy.Cv3dTrackerCameraInfo camera_info) |
static byte |
opencv_legacy.cv3dTrackerCalibrateCameras(int num_cameras,
opencv_legacy.Cv3dTrackerCameraIntrinsics camera_intrinsics,
opencv_core.CvSize etalon_size,
float square_size,
PointerPointer samples,
opencv_legacy.Cv3dTrackerCameraInfo camera_info) |
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_imgproc.cvCalcArrBackProjectPatch(opencv_core.CvArr image,
opencv_core.CvArr dst,
opencv_core.CvSize range,
opencv_core.CvHistogram hist,
int method,
double factor) |
static void |
opencv_imgproc.cvCalcArrBackProjectPatch(PointerPointer image,
opencv_core.CvArr dst,
opencv_core.CvSize range,
opencv_core.CvHistogram hist,
int method,
double factor) |
static void |
opencv_imgproc.cvCalcBackProjectPatch(opencv_core.IplImage image,
opencv_core.CvArr dst,
opencv_core.CvSize range,
opencv_core.CvHistogram hist,
int method,
double factor) |
static void |
opencv_imgproc.cvCalcBackProjectPatch(PointerPointer image,
opencv_core.CvArr dst,
opencv_core.CvSize range,
opencv_core.CvHistogram hist,
int method,
double factor) |
static void |
opencv_legacy.cvCalcOpticalFlowBM(opencv_core.CvArr prev,
opencv_core.CvArr curr,
opencv_core.CvSize block_size,
opencv_core.CvSize shift_size,
opencv_core.CvSize max_range,
int use_previous,
opencv_core.CvArr velx,
opencv_core.CvArr vely) |
static void |
opencv_legacy.cvCalcOpticalFlowLK(opencv_core.CvArr prev,
opencv_core.CvArr curr,
opencv_core.CvSize win_size,
opencv_core.CvArr velx,
opencv_core.CvArr vely) |
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 void |
opencv_legacy.cvCalibrateCamera_64d(int image_count,
int[] _point_counts,
opencv_core.CvSize image_size,
double[] _image_points,
double[] _object_points,
double[] _distortion_coeffs,
double[] _camera_matrix,
double[] _translation_vectors,
double[] _rotation_matrices,
int flags) |
static void |
opencv_legacy.cvCalibrateCamera_64d(int image_count,
IntBuffer _point_counts,
opencv_core.CvSize image_size,
DoubleBuffer _image_points,
DoubleBuffer _object_points,
DoubleBuffer _distortion_coeffs,
DoubleBuffer _camera_matrix,
DoubleBuffer _translation_vectors,
DoubleBuffer _rotation_matrices,
int flags) |
static void |
opencv_legacy.cvCalibrateCamera_64d(int image_count,
IntPointer _point_counts,
opencv_core.CvSize image_size,
opencv_core.CvPoint2D64f _image_points,
opencv_core.CvPoint3D64f _object_points,
DoublePointer _distortion_coeffs,
DoublePointer _camera_matrix,
DoublePointer _translation_vectors,
DoublePointer _rotation_matrices,
int flags) |
static void |
opencv_legacy.cvCalibrateCamera(int image_count,
int[] _point_counts,
opencv_core.CvSize image_size,
float[] _image_points,
float[] _object_points,
float[] _distortion_coeffs,
float[] _camera_matrix,
float[] _translation_vectors,
float[] _rotation_matrices,
int flags) |
static void |
opencv_legacy.cvCalibrateCamera(int image_count,
IntBuffer _point_counts,
opencv_core.CvSize image_size,
FloatBuffer _image_points,
FloatBuffer _object_points,
FloatBuffer _distortion_coeffs,
FloatBuffer _camera_matrix,
FloatBuffer _translation_vectors,
FloatBuffer _rotation_matrices,
int flags) |
static void |
opencv_legacy.cvCalibrateCamera(int image_count,
IntPointer _point_counts,
opencv_core.CvSize image_size,
opencv_core.CvPoint2D32f _image_points,
opencv_core.CvPoint3D32f _object_points,
FloatPointer _distortion_coeffs,
FloatPointer _camera_matrix,
FloatPointer _translation_vectors,
FloatPointer _rotation_matrices,
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) |
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 void |
opencv_calib3d.cvCalibrationMatrixValues(opencv_core.CvMat camera_matrix,
opencv_core.CvSize image_size) |
static void |
opencv_calib3d.cvCalibrationMatrixValues(opencv_core.CvMat camera_matrix,
opencv_core.CvSize image_size,
double aperture_width,
double aperture_height,
double[] fovx,
double[] fovy,
double[] focal_length,
double[] principal_point,
double[] pixel_aspect_ratio) |
static void |
opencv_calib3d.cvCalibrationMatrixValues(opencv_core.CvMat camera_matrix,
opencv_core.CvSize image_size,
double aperture_width,
double aperture_height,
DoubleBuffer fovx,
DoubleBuffer fovy,
DoubleBuffer focal_length,
DoubleBuffer principal_point,
DoubleBuffer pixel_aspect_ratio) |
static void |
opencv_calib3d.cvCalibrationMatrixValues(opencv_core.CvMat camera_matrix,
opencv_core.CvSize image_size,
double aperture_width,
double aperture_height,
DoublePointer fovx,
DoublePointer fovy,
DoublePointer focal_length,
opencv_core.CvPoint2D64f principal_point,
DoublePointer pixel_aspect_ratio) |
static int |
opencv_calib3d.cvCheckChessboard(opencv_core.IplImage src,
opencv_core.CvSize size) |
static int |
opencv_core.cvClipLine(opencv_core.CvSize img_size,
int[] pt1,
int[] pt2) |
static int |
opencv_core.cvClipLine(opencv_core.CvSize img_size,
IntBuffer pt1,
IntBuffer pt2) |
static int |
opencv_core.cvClipLine(opencv_core.CvSize img_size,
opencv_core.CvPoint pt1,
opencv_core.CvPoint pt2) |
static opencv_highgui.CvVideoWriter |
opencv_highgui.cvCreateAVIWriter(BytePointer arg1,
int arg2,
double arg3,
opencv_core.CvSize arg4,
int arg5) |
static opencv_highgui.CvVideoWriter |
opencv_highgui.cvCreateAVIWriter(String arg1,
int arg2,
double arg3,
opencv_core.CvSize arg4,
int arg5) |
static opencv_core.IplImage |
opencv_core.cvCreateImage(opencv_core.CvSize size,
int depth,
int channels) |
static opencv_core.IplImage |
opencv_core.cvCreateImageHeader(opencv_core.CvSize size,
int depth,
int channels) |
static opencv_legacy.CvImgObsInfo |
opencv_legacy.cvCreateObsInfo(opencv_core.CvSize numObs,
int obsSize) |
static PointerPointer |
opencv_imgproc.cvCreatePyramid(opencv_core.CvArr img,
int extra_layers,
double rate,
opencv_core.CvSize layer_sizes,
opencv_core.CvArr bufarr,
int calc,
int filter) |
static opencv_highgui.CvVideoWriter |
opencv_highgui.cvCreateVideoWriter(BytePointer filename,
int fourcc,
double fps,
opencv_core.CvSize frame_size) |
static opencv_highgui.CvVideoWriter |
opencv_highgui.cvCreateVideoWriter(BytePointer filename,
int fourcc,
double fps,
opencv_core.CvSize frame_size,
int is_color) |
static opencv_highgui.CvVideoWriter |
opencv_highgui.cvCreateVideoWriter(String filename,
int fourcc,
double fps,
opencv_core.CvSize frame_size) |
static opencv_highgui.CvVideoWriter |
opencv_highgui.cvCreateVideoWriter(String filename,
int fourcc,
double fps,
opencv_core.CvSize frame_size,
int is_color) |
static void |
opencv_calib3d.cvDrawChessboardCorners(opencv_core.CvArr image,
opencv_core.CvSize pattern_size,
float[] corners,
int count,
int pattern_was_found) |
static void |
opencv_calib3d.cvDrawChessboardCorners(opencv_core.CvArr image,
opencv_core.CvSize pattern_size,
FloatBuffer corners,
int count,
int pattern_was_found) |
static void |
opencv_calib3d.cvDrawChessboardCorners(opencv_core.CvArr image,
opencv_core.CvSize pattern_size,
opencv_core.CvPoint2D32f corners,
int count,
int pattern_was_found) |
static void |
opencv_core.cvDrawEllipse(opencv_core.CvArr arg1,
int[] arg2,
opencv_core.CvSize arg3,
double arg4,
double arg5,
double arg6,
opencv_core.CvScalar arg7,
int arg8,
int arg9,
int arg10) |
static void |
opencv_core.cvDrawEllipse(opencv_core.CvArr arg1,
IntBuffer arg2,
opencv_core.CvSize arg3,
double arg4,
double arg5,
double arg6,
opencv_core.CvScalar arg7,
int arg8,
int arg9,
int arg10) |
static void |
opencv_core.cvDrawEllipse(opencv_core.CvArr arg1,
opencv_core.CvPoint arg2,
opencv_core.CvSize arg3,
double arg4,
double arg5,
double arg6,
opencv_core.CvScalar arg7,
int arg8,
int arg9,
int arg10) |
static void |
opencv_core.cvEllipse(opencv_core.CvArr img,
int[] center,
opencv_core.CvSize axes,
double angle,
double start_angle,
double end_angle,
opencv_core.CvScalar color) |
static void |
opencv_core.cvEllipse(opencv_core.CvArr img,
int[] center,
opencv_core.CvSize axes,
double angle,
double start_angle,
double end_angle,
opencv_core.CvScalar color,
int thickness,
int line_type,
int shift) |
static void |
opencv_core.cvEllipse(opencv_core.CvArr img,
IntBuffer center,
opencv_core.CvSize axes,
double angle,
double start_angle,
double end_angle,
opencv_core.CvScalar color) |
static void |
opencv_core.cvEllipse(opencv_core.CvArr img,
IntBuffer center,
opencv_core.CvSize axes,
double angle,
double start_angle,
double end_angle,
opencv_core.CvScalar color,
int thickness,
int line_type,
int shift) |
static void |
opencv_core.cvEllipse(opencv_core.CvArr img,
opencv_core.CvPoint center,
opencv_core.CvSize axes,
double angle,
double start_angle,
double end_angle,
opencv_core.CvScalar color) |
static void |
opencv_core.cvEllipse(opencv_core.CvArr img,
opencv_core.CvPoint center,
opencv_core.CvSize axes,
double angle,
double start_angle,
double end_angle,
opencv_core.CvScalar color,
int thickness,
int line_type,
int shift) |
static int |
opencv_core.cvEllipse2Poly(int[] center,
opencv_core.CvSize axes,
int angle,
int arc_start,
int arc_end,
int[] pts,
int delta) |
static int |
opencv_core.cvEllipse2Poly(IntBuffer center,
opencv_core.CvSize axes,
int angle,
int arc_start,
int arc_end,
IntBuffer pts,
int delta) |
static int |
opencv_core.cvEllipse2Poly(opencv_core.CvPoint center,
opencv_core.CvSize axes,
int angle,
int arc_start,
int arc_end,
opencv_core.CvPoint pts,
int delta) |
static void |
opencv_legacy.cvEllipseAA(opencv_core.CvArr img,
int[] center,
opencv_core.CvSize axes,
double angle,
double start_angle,
double end_angle,
double color) |
static void |
opencv_legacy.cvEllipseAA(opencv_core.CvArr img,
int[] center,
opencv_core.CvSize axes,
double angle,
double start_angle,
double end_angle,
double color,
int scale) |
static void |
opencv_legacy.cvEllipseAA(opencv_core.CvArr img,
IntBuffer center,
opencv_core.CvSize axes,
double angle,
double start_angle,
double end_angle,
double color) |
static void |
opencv_legacy.cvEllipseAA(opencv_core.CvArr img,
IntBuffer center,
opencv_core.CvSize axes,
double angle,
double start_angle,
double end_angle,
double color,
int scale) |
static void |
opencv_legacy.cvEllipseAA(opencv_core.CvArr img,
opencv_core.CvPoint center,
opencv_core.CvSize axes,
double angle,
double start_angle,
double end_angle,
double color) |
static void |
opencv_legacy.cvEllipseAA(opencv_core.CvArr img,
opencv_core.CvPoint center,
opencv_core.CvSize axes,
double angle,
double start_angle,
double end_angle,
double color,
int scale) |
static int |
opencv_legacy.cvFindChessBoardCornerGuesses(Pointer arr,
Pointer thresharr,
opencv_core.CvMemStorage storage,
opencv_core.CvSize pattern_size,
float[] corners,
int[] corner_count) |
static int |
opencv_legacy.cvFindChessBoardCornerGuesses(Pointer arr,
Pointer thresharr,
opencv_core.CvMemStorage storage,
opencv_core.CvSize pattern_size,
FloatBuffer corners,
IntBuffer corner_count) |
static int |
opencv_legacy.cvFindChessBoardCornerGuesses(Pointer arr,
Pointer thresharr,
opencv_core.CvMemStorage storage,
opencv_core.CvSize pattern_size,
opencv_core.CvPoint2D32f corners,
IntPointer corner_count) |
static int |
opencv_calib3d.cvFindChessboardCorners(Pointer image,
opencv_core.CvSize pattern_size,
float[] corners) |
static int |
opencv_calib3d.cvFindChessboardCorners(Pointer image,
opencv_core.CvSize pattern_size,
float[] corners,
int[] corner_count,
int flags) |
static int |
opencv_calib3d.cvFindChessboardCorners(Pointer image,
opencv_core.CvSize pattern_size,
FloatBuffer corners) |
static int |
opencv_calib3d.cvFindChessboardCorners(Pointer image,
opencv_core.CvSize pattern_size,
FloatBuffer corners,
IntBuffer corner_count,
int flags) |
static int |
opencv_calib3d.cvFindChessboardCorners(Pointer image,
opencv_core.CvSize pattern_size,
opencv_core.CvPoint2D32f corners) |
static int |
opencv_calib3d.cvFindChessboardCorners(Pointer image,
opencv_core.CvSize pattern_size,
opencv_core.CvPoint2D32f corners,
IntPointer corner_count,
int flags) |
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.cvFindExtrinsicCameraParams_64d(int point_count,
opencv_core.CvSize image_size,
double[] _image_points,
double[] _object_points,
double[] focal_length,
double[] principal_point,
double[] _distortion_coeffs,
double[] _rotation_vector,
double[] _translation_vector) |
static void |
opencv_legacy.cvFindExtrinsicCameraParams_64d(int point_count,
opencv_core.CvSize image_size,
DoubleBuffer _image_points,
DoubleBuffer _object_points,
DoubleBuffer focal_length,
DoubleBuffer principal_point,
DoubleBuffer _distortion_coeffs,
DoubleBuffer _rotation_vector,
DoubleBuffer _translation_vector) |
static void |
opencv_legacy.cvFindExtrinsicCameraParams_64d(int point_count,
opencv_core.CvSize image_size,
opencv_core.CvPoint2D64f _image_points,
opencv_core.CvPoint3D64f _object_points,
DoublePointer focal_length,
opencv_core.CvPoint2D64f principal_point,
DoublePointer _distortion_coeffs,
DoublePointer _rotation_vector,
DoublePointer _translation_vector) |
static void |
opencv_legacy.cvFindExtrinsicCameraParams(int point_count,
opencv_core.CvSize image_size,
float[] _image_points,
float[] _object_points,
float[] focal_length,
float[] principal_point,
float[] _distortion_coeffs,
float[] _rotation_vector,
float[] _translation_vector) |
static void |
opencv_legacy.cvFindExtrinsicCameraParams(int point_count,
opencv_core.CvSize image_size,
FloatBuffer _image_points,
FloatBuffer _object_points,
FloatBuffer focal_length,
FloatBuffer principal_point,
FloatBuffer _distortion_coeffs,
FloatBuffer _rotation_vector,
FloatBuffer _translation_vector) |
static void |
opencv_legacy.cvFindExtrinsicCameraParams(int point_count,
opencv_core.CvSize image_size,
opencv_core.CvPoint2D32f _image_points,
opencv_core.CvPoint3D32f _object_points,
FloatPointer focal_length,
opencv_core.CvPoint2D32f principal_point,
FloatPointer _distortion_coeffs,
FloatPointer _rotation_vector,
FloatPointer _translation_vector) |
static void |
opencv_legacy.cvGetImageRawData(opencv_core.CvArr arg1,
byte[] arg2,
int[] arg3,
opencv_core.CvSize arg4) |
static void |
opencv_legacy.cvGetImageRawData(opencv_core.CvArr arg1,
ByteBuffer arg2,
IntBuffer arg3,
opencv_core.CvSize arg4) |
static void |
opencv_legacy.cvGetImageRawData(opencv_core.CvArr arg1,
BytePointer arg2,
IntPointer arg3,
opencv_core.CvSize arg4) |
static void |
opencv_legacy.cvGetImageRawData(opencv_core.CvArr arg1,
PointerPointer arg2,
IntPointer arg3,
opencv_core.CvSize arg4) |
static void |
opencv_calib3d.cvGetOptimalNewCameraMatrix(opencv_core.CvMat camera_matrix,
opencv_core.CvMat dist_coeffs,
opencv_core.CvSize image_size,
double alpha,
opencv_core.CvMat new_camera_matrix) |
static void |
opencv_calib3d.cvGetOptimalNewCameraMatrix(opencv_core.CvMat camera_matrix,
opencv_core.CvMat dist_coeffs,
opencv_core.CvSize image_size,
double alpha,
opencv_core.CvMat new_camera_matrix,
opencv_core.CvSize new_imag_size,
opencv_core.CvRect valid_pixel_ROI,
int center_principal_point) |
static void |
opencv_core.cvGetRawData(opencv_core.CvArr arr,
byte[] data,
int[] step,
opencv_core.CvSize roi_size) |
static void |
opencv_core.cvGetRawData(opencv_core.CvArr arr,
ByteBuffer data,
IntBuffer step,
opencv_core.CvSize roi_size) |
static void |
opencv_core.cvGetRawData(opencv_core.CvArr arr,
BytePointer data,
IntPointer step,
opencv_core.CvSize roi_size) |
static void |
opencv_core.cvGetRawData(opencv_core.CvArr arr,
PointerPointer data,
IntPointer step,
opencv_core.CvSize roi_size) |
static void |
opencv_core.cvGetTextSize(BytePointer text_string,
opencv_core.CvFont font,
opencv_core.CvSize text_size,
int[] baseline) |
static void |
opencv_core.cvGetTextSize(BytePointer text_string,
opencv_core.CvFont font,
opencv_core.CvSize text_size,
IntBuffer baseline) |
static void |
opencv_core.cvGetTextSize(BytePointer text_string,
opencv_core.CvFont font,
opencv_core.CvSize text_size,
IntPointer baseline) |
static void |
opencv_core.cvGetTextSize(String text_string,
opencv_core.CvFont font,
opencv_core.CvSize text_size,
int[] baseline) |
static void |
opencv_core.cvGetTextSize(String text_string,
opencv_core.CvFont font,
opencv_core.CvSize text_size,
IntBuffer baseline) |
static void |
opencv_core.cvGetTextSize(String text_string,
opencv_core.CvFont font,
opencv_core.CvSize text_size,
IntPointer baseline) |
static opencv_core.CvSeq |
opencv_objdetect.cvHaarDetectObjects(opencv_core.CvArr image,
opencv_objdetect.CvHaarClassifierCascade cascade,
opencv_core.CvMemStorage storage,
double scale_factor,
int min_neighbors,
int flags,
opencv_core.CvSize min_size,
opencv_core.CvSize max_size) |
static opencv_core.CvSeq |
opencv_objdetect.cvHaarDetectObjectsForROC(opencv_core.CvArr image,
opencv_objdetect.CvHaarClassifierCascade cascade,
opencv_core.CvMemStorage storage,
int[] rejectLevels,
double[] levelWeightds,
double scale_factor,
int min_neighbors,
int flags,
opencv_core.CvSize min_size,
opencv_core.CvSize max_size,
boolean outputRejectLevels) |
static opencv_core.CvSeq |
opencv_objdetect.cvHaarDetectObjectsForROC(opencv_core.CvArr image,
opencv_objdetect.CvHaarClassifierCascade cascade,
opencv_core.CvMemStorage storage,
IntBuffer rejectLevels,
DoubleBuffer levelWeightds,
double scale_factor,
int min_neighbors,
int flags,
opencv_core.CvSize min_size,
opencv_core.CvSize max_size,
boolean outputRejectLevels) |
static opencv_core.CvSeq |
opencv_objdetect.cvHaarDetectObjectsForROC(opencv_core.CvArr image,
opencv_objdetect.CvHaarClassifierCascade cascade,
opencv_core.CvMemStorage storage,
IntPointer rejectLevels,
DoublePointer levelWeightds,
double scale_factor,
int min_neighbors,
int flags,
opencv_core.CvSize min_size,
opencv_core.CvSize max_size,
boolean outputRejectLevels) |
static void |
opencv_legacy.cvImgToObs_DCT(opencv_core.CvArr arr,
float[] obs,
opencv_core.CvSize dctSize,
opencv_core.CvSize obsSize,
opencv_core.CvSize delta) |
static void |
opencv_legacy.cvImgToObs_DCT(opencv_core.CvArr arr,
FloatBuffer obs,
opencv_core.CvSize dctSize,
opencv_core.CvSize obsSize,
opencv_core.CvSize delta) |
static void |
opencv_legacy.cvImgToObs_DCT(opencv_core.CvArr arr,
FloatPointer obs,
opencv_core.CvSize dctSize,
opencv_core.CvSize obsSize,
opencv_core.CvSize delta) |
static opencv_core.IplImage |
opencv_core.cvInitImageHeader(opencv_core.IplImage image,
opencv_core.CvSize size,
int depth,
int channels) |
static opencv_core.IplImage |
opencv_core.cvInitImageHeader(opencv_core.IplImage image,
opencv_core.CvSize size,
int depth,
int channels,
int origin,
int align) |
static void |
opencv_calib3d.cvInitIntrinsicParams2D(opencv_core.CvMat object_points,
opencv_core.CvMat image_points,
opencv_core.CvMat npoints,
opencv_core.CvSize image_size,
opencv_core.CvMat camera_matrix) |
static void |
opencv_calib3d.cvInitIntrinsicParams2D(opencv_core.CvMat object_points,
opencv_core.CvMat image_points,
opencv_core.CvMat npoints,
opencv_core.CvSize image_size,
opencv_core.CvMat camera_matrix,
double aspect_ratio) |
static void |
opencv_legacy.cvInitPerspectiveTransform(opencv_core.CvSize size,
float[] vertex,
double[] matrix,
opencv_core.CvArr rectMap) |
static void |
opencv_legacy.cvInitPerspectiveTransform(opencv_core.CvSize size,
FloatBuffer vertex,
DoubleBuffer matrix,
opencv_core.CvArr rectMap) |
static void |
opencv_legacy.cvInitPerspectiveTransform(opencv_core.CvSize size,
opencv_core.CvPoint2D32f vertex,
DoublePointer matrix,
opencv_core.CvArr rectMap) |
static opencv_objdetect.CvHaarClassifierCascade |
opencv_objdetect.cvLoadHaarClassifierCascade(BytePointer directory,
opencv_core.CvSize orig_window_size) |
static opencv_objdetect.CvHaarClassifierCascade |
opencv_objdetect.cvLoadHaarClassifierCascade(String directory,
opencv_core.CvSize orig_window_size) |
static void |
opencv_legacy.cvMakeScanlines(opencv_legacy.CvMatrix3 matrix,
opencv_core.CvSize img_size,
int[] scanlines1,
int[] scanlines2,
int[] lengths1,
int[] lengths2,
int[] line_count) |
static void |
opencv_legacy.cvMakeScanlines(opencv_legacy.CvMatrix3 matrix,
opencv_core.CvSize img_size,
IntBuffer scanlines1,
IntBuffer scanlines2,
IntBuffer lengths1,
IntBuffer lengths2,
IntBuffer line_count) |
static void |
opencv_legacy.cvMakeScanlines(opencv_legacy.CvMatrix3 matrix,
opencv_core.CvSize img_size,
IntPointer scanlines1,
IntPointer scanlines2,
IntPointer lengths1,
IntPointer lengths2,
IntPointer line_count) |
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) |
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) |
static void |
opencv_calib3d.cvStereoRectify(opencv_core.CvMat camera_matrix1,
opencv_core.CvMat camera_matrix2,
opencv_core.CvMat dist_coeffs1,
opencv_core.CvMat dist_coeffs2,
opencv_core.CvSize image_size,
opencv_core.CvMat R,
opencv_core.CvMat T,
opencv_core.CvMat R1,
opencv_core.CvMat R2,
opencv_core.CvMat P1,
opencv_core.CvMat P2) |
static void |
opencv_calib3d.cvStereoRectify(opencv_core.CvMat camera_matrix1,
opencv_core.CvMat camera_matrix2,
opencv_core.CvMat dist_coeffs1,
opencv_core.CvMat dist_coeffs2,
opencv_core.CvSize image_size,
opencv_core.CvMat R,
opencv_core.CvMat T,
opencv_core.CvMat R1,
opencv_core.CvMat R2,
opencv_core.CvMat P1,
opencv_core.CvMat P2,
opencv_core.CvMat Q,
int flags,
double alpha,
opencv_core.CvSize new_image_size,
opencv_core.CvRect valid_pix_ROI1,
opencv_core.CvRect valid_pix_ROI2) |
static int |
opencv_calib3d.cvStereoRectifyUncalibrated(opencv_core.CvMat points1,
opencv_core.CvMat points2,
opencv_core.CvMat F,
opencv_core.CvSize img_size,
opencv_core.CvMat H1,
opencv_core.CvMat H2) |
static int |
opencv_calib3d.cvStereoRectifyUncalibrated(opencv_core.CvMat points1,
opencv_core.CvMat points2,
opencv_core.CvMat F,
opencv_core.CvSize img_size,
opencv_core.CvMat H1,
opencv_core.CvMat H2,
double threshold) |
static int |
opencv_legacy.icvGetAngleLine(double[] startPoint,
opencv_core.CvSize imageSize,
double[] point1,
double[] point2) |
static int |
opencv_legacy.icvGetAngleLine(DoubleBuffer startPoint,
opencv_core.CvSize imageSize,
DoubleBuffer point1,
DoubleBuffer point2) |
static int |
opencv_legacy.icvGetAngleLine(opencv_core.CvPoint2D64f startPoint,
opencv_core.CvSize imageSize,
opencv_core.CvPoint2D64f point1,
opencv_core.CvPoint2D64f point2) |
static void |
opencv_legacy.icvGetCrossRectDirect(opencv_core.CvSize imageSize,
double a,
double b,
double c,
double[] start,
double[] end,
int[] result) |
static void |
opencv_legacy.icvGetCrossRectDirect(opencv_core.CvSize imageSize,
double a,
double b,
double c,
DoubleBuffer start,
DoubleBuffer end,
IntBuffer result) |
static void |
opencv_legacy.icvGetCrossRectDirect(opencv_core.CvSize imageSize,
double a,
double b,
double c,
opencv_core.CvPoint2D64f start,
opencv_core.CvPoint2D64f end,
IntPointer result) |
static void |
opencv_legacy.icvGetCutPiece(double[] areaLineCoef1,
double[] areaLineCoef2,
double[] epipole,
opencv_core.CvSize imageSize,
double[] point11,
double[] point12,
double[] point21,
double[] point22,
int[] result) |
static void |
opencv_legacy.icvGetCutPiece(DoubleBuffer areaLineCoef1,
DoubleBuffer areaLineCoef2,
DoubleBuffer epipole,
opencv_core.CvSize imageSize,
DoubleBuffer point11,
DoubleBuffer point12,
DoubleBuffer point21,
DoubleBuffer point22,
IntBuffer result) |
static void |
opencv_legacy.icvGetCutPiece(DoublePointer areaLineCoef1,
DoublePointer areaLineCoef2,
opencv_core.CvPoint2D64f epipole,
opencv_core.CvSize imageSize,
opencv_core.CvPoint2D64f point11,
opencv_core.CvPoint2D64f point12,
opencv_core.CvPoint2D64f point21,
opencv_core.CvPoint2D64f point22,
IntPointer result) |
static void |
opencv_legacy.icvGetQuadsTransform(opencv_core.CvSize imageSize,
double[] camMatr1,
double[] rotMatr1,
double[] transVect1,
double[] camMatr2,
double[] rotMatr2,
double[] transVect2,
opencv_core.CvSize warpSize,
double[] quad1,
double[] quad2,
double[] fundMatr,
double[] epipole1,
double[] epipole2) |
static void |
opencv_legacy.icvGetQuadsTransform(opencv_core.CvSize imageSize,
DoubleBuffer camMatr1,
DoubleBuffer rotMatr1,
DoubleBuffer transVect1,
DoubleBuffer camMatr2,
DoubleBuffer rotMatr2,
DoubleBuffer transVect2,
opencv_core.CvSize warpSize,
DoubleBuffer quad1,
DoubleBuffer quad2,
DoubleBuffer fundMatr,
DoubleBuffer epipole1,
DoubleBuffer epipole2) |
static void |
opencv_legacy.icvGetQuadsTransform(opencv_core.CvSize imageSize,
DoublePointer camMatr1,
DoublePointer rotMatr1,
DoublePointer transVect1,
DoublePointer camMatr2,
DoublePointer rotMatr2,
DoublePointer transVect2,
opencv_core.CvSize warpSize,
DoublePointer quad1,
DoublePointer quad2,
DoublePointer fundMatr,
opencv_core.CvPoint3D64f epipole1,
opencv_core.CvPoint3D64f epipole2) |
static int |
opencv_legacy.icvStereoCalibration(int numImages,
int[] nums,
opencv_core.CvSize imageSize,
float[] imagePoints1,
float[] imagePoints2,
float[] objectPoints,
opencv_legacy.CvStereoCamera stereoparams) |
static int |
opencv_legacy.icvStereoCalibration(int numImages,
IntBuffer nums,
opencv_core.CvSize imageSize,
FloatBuffer imagePoints1,
FloatBuffer imagePoints2,
FloatBuffer objectPoints,
opencv_legacy.CvStereoCamera stereoparams) |
static int |
opencv_legacy.icvStereoCalibration(int numImages,
IntPointer nums,
opencv_core.CvSize imageSize,
opencv_core.CvPoint2D32f imagePoints1,
opencv_core.CvPoint2D32f imagePoints2,
opencv_core.CvPoint3D32f objectPoints,
opencv_legacy.CvStereoCamera stereoparams) |
opencv_objdetect.CvHaarClassifierCascade |
opencv_objdetect.CvHaarClassifierCascade.orig_window_size(opencv_core.CvSize orig_window_size) |
opencv_objdetect.CvHaarClassifierCascade |
opencv_objdetect.CvHaarClassifierCascade.real_window_size(opencv_core.CvSize real_window_size) |
opencv_core.CvNArrayIterator |
opencv_core.CvNArrayIterator.size(opencv_core.CvSize size) |
opencv_legacy.CvBGCodeBookModel |
opencv_legacy.CvBGCodeBookModel.size(opencv_core.CvSize size) |
opencv_legacy.CvStereoCamera |
opencv_legacy.CvStereoCamera.warpSize(opencv_core.CvSize warpSize) |