Searched defs:CV_UNREFERENCED (Results 1 - 1 of 1) sorted by relevance

/external/opencv/cv/include/
H A Dcvcompat.h56 #define CV_UNREFERENCED(arg) macro
58 #define CV_UNREFERENCED(arg) arg macro
383 CvRect* CV_UNREFERENCED(bound_rect),
408 int CV_UNREFERENCED(left), int CV_UNREFERENCED(bottom),
409 int CV_UNREFERENCED(right), int CV_UNREFERENCED(top),
425 CV_UNREFERENCED( (left, bottom, right, top) );
542 int numpoints, int CV_UNREFERENCED(method), float* matrix )
573 cvFindChessBoardCornerGuesses( const void* arr, void* CV_UNREFERENCED(threshar argument
382 cvConvexHull( CvPoint* points, int num_points, CvRect* CV_UNREFERENCED(bound_rect), int orientation, int* hull, int* hullsize ) argument
407 cvMinAreaRect( CvPoint* points, int n, int CV_UNREFERENCED(left), int CV_UNREFERENCED(bottom), int CV_UNREFERENCED(right), int CV_UNREFERENCED(top), CvPoint2D32f* anchor, CvPoint2D32f* vect1, CvPoint2D32f* vect2 ) argument
541 cvFindFundamentalMatrix( int* points1, int* points2, int numpoints, int CV_UNREFERENCED(method), float* matrix ) argument
637 cvFindExtrinsicCameraParams( int point_count, CvSize CV_UNREFERENCED(image_size), CvPoint2D32f* _image_points, CvPoint3D32f* _object_points, float* focal_length, CvPoint2D32f principal_point, float* _distortion_coeffs, float* _rotation_vector, float* _translation_vector ) argument
662 cvFindExtrinsicCameraParams_64d( int point_count, CvSize CV_UNREFERENCED(image_size), CvPoint2D64f* _image_points, CvPoint3D64f* _object_points, double* focal_length, CvPoint2D64f principal_point, double* _distortion_coeffs, double* _rotation_vector, double* _translation_vector ) argument
770 int CV_UNREFERENCED(interpolate) ) function
[all...]

Completed in 60 milliseconds