Lines Matching full:point_counts
590 CvMat point_counts = cvMat( image_count, 1, CV_32SC1, _point_counts );
603 cvCalibrateCamera2( &object_points, &image_points, &point_counts, image_size,
615 CvMat point_counts = cvMat( image_count, 1, CV_32SC1, _point_counts );
628 cvCalibrateCamera2( &object_points, &image_points, &point_counts, image_size,