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_calib3d.cvDecomposeProjectionMatrix(opencv_core.CvMat projMatr,
opencv_core.CvMat calibMatr,
opencv_core.CvMat rotMatr,
opencv_core.CvMat posVect,
opencv_core.CvMat rotMatrX,
opencv_core.CvMat rotMatrY,
opencv_core.CvMat rotMatrZ,
opencv_core.CvPoint3D64f eulerAngles) |
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.cvProjectPoints(int point_count,
opencv_core.CvPoint3D64f _object_points,
DoublePointer _rotation_vector,
DoublePointer _translation_vector,
DoublePointer focal_length,
opencv_core.CvPoint2D64f principal_point,
DoublePointer _distortion,
opencv_core.CvPoint2D64f _image_points,
DoublePointer _deriv_points_rotation_matrix,
DoublePointer _deriv_points_translation_vect,
DoublePointer _deriv_points_focal,
DoublePointer _deriv_points_principal_point,
DoublePointer _deriv_points_distortion_coeffs) |
static void |
opencv_legacy.cvProjectPointsSimple(int point_count,
opencv_core.CvPoint3D64f _object_points,
DoublePointer _rotation_matrix,
DoublePointer _translation_vector,
DoublePointer _camera_matrix,
DoublePointer _distortion,
opencv_core.CvPoint2D64f _image_points) |
static void |
opencv_calib3d.cvRQDecomp3x3(opencv_core.CvMat matrixM,
opencv_core.CvMat matrixR,
opencv_core.CvMat matrixQ,
opencv_core.CvMat matrixQx,
opencv_core.CvMat matrixQy,
opencv_core.CvMat matrixQz,
opencv_core.CvPoint3D64f eulerAngles) |
static int |
opencv_legacy.icvCompute3DPoint(double alpha,
double betta,
opencv_legacy.CvStereoLineCoeff coeffs,
opencv_core.CvPoint3D64f point) |
static int |
opencv_legacy.icvComputeStereoLineCoeffs(opencv_core.CvPoint3D64f pointA,
opencv_core.CvPoint3D64f pointB,
opencv_core.CvPoint3D64f pointCam1,
double gamma,
opencv_legacy.CvStereoLineCoeff coeffs) |
static int |
opencv_legacy.icvConvertPointSystem(opencv_core.CvPoint3D64f M2,
opencv_core.CvPoint3D64f M1,
DoublePointer rotMatr,
DoublePointer transVect) |
static int |
opencv_legacy.icvGetCrossLines(opencv_core.CvPoint3D64f point11,
opencv_core.CvPoint3D64f point12,
opencv_core.CvPoint3D64f point21,
opencv_core.CvPoint3D64f point22,
opencv_core.CvPoint3D64f midPoint) |
static int |
opencv_legacy.icvGetDirectionForPoint(opencv_core.CvPoint2D64f point,
DoublePointer camMatr,
opencv_core.CvPoint3D64f direct) |
static void |
opencv_legacy.icvGetPieceLength3D(opencv_core.CvPoint3D64f point1,
opencv_core.CvPoint3D64f point2,
DoublePointer dist) |
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.icvGetSymPoint3D(opencv_core.CvPoint3D64f pointCorner,
opencv_core.CvPoint3D64f point1,
opencv_core.CvPoint3D64f point2,
opencv_core.CvPoint3D64f pointSym2) |
static void |
opencv_legacy.icvProjectPointToImage(opencv_core.CvPoint3D64f point,
DoublePointer camMatr,
DoublePointer rotMatr,
DoublePointer transVect,
opencv_core.CvPoint2D64f projPoint) |