HomeSort by relevance Sort by last modified time
    Searched refs:image_points (Results 1 - 3 of 3) sorted by null

  /external/opencv3/modules/calib3d/include/opencv2/calib3d/
calib3d_c.h 69 CVAPI(void) cvPOSIT( CvPOSITObject* posit_object, CvPoint2D32f* image_points,
184 const CvMat* distortion_coeffs, CvMat* image_points,
193 const CvMat* image_points,
203 const CvMat* image_points,
251 const CvMat* image_points,
  /external/opencv/cv/include/
cvcompat.h 591 CvMat image_points, object_points; local
600 image_points = cvMat( total, 1, CV_32FC2, _image_points );
603 cvCalibrateCamera2( &object_points, &image_points, &point_counts, image_size,
616 CvMat image_points, object_points; local
625 image_points = cvMat( total, 1, CV_64FC2, _image_points );
628 cvCalibrateCamera2( &object_points, &image_points, &point_counts, image_size,
643 CvMat image_points = cvMat( point_count, 1, CV_32FC2, _image_points ); local
656 cvFindExtrinsicCameraParams2( &object_points, &image_points, &camera_matrix,
668 CvMat image_points = cvMat( point_count, 1, CV_64FC2, _image_points ); local
681 cvFindExtrinsicCameraParams2( &object_points, &image_points, &camera_matrix
713 CvMat image_points = cvMat( point_count, 1, CV_64FC2, _image_points ); local
742 CvMat image_points = cvMat( point_count, 1, CV_64FC2, _image_points ); local
    [all...]
cv.h     [all...]

Completed in 431 milliseconds