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

  /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 107 milliseconds