Searched refs:CV_UNREFERENCED (Results 1 – 1 of 1) sorted by relevance
/external/opencv/cv/include/ |
D | cvcompat.h | 56 #define CV_UNREFERENCED(arg) macro 58 #define CV_UNREFERENCED(arg) arg macro 383 CvRect* CV_UNREFERENCED(bound_rect), in cvConvexHull() 408 int CV_UNREFERENCED(left), int CV_UNREFERENCED(bottom), in cvMinAreaRect() 409 int CV_UNREFERENCED(right), int CV_UNREFERENCED(top), in cvMinAreaRect() 425 CV_UNREFERENCED( (left, bottom, right, top) ); in cvMinAreaRect() 542 int numpoints, int CV_UNREFERENCED(method), float* matrix ) in cvFindFundamentalMatrix() 573 cvFindChessBoardCornerGuesses( const void* arr, void* CV_UNREFERENCED(thresharr), in cvFindChessBoardCornerGuesses() 574 CvMemStorage * CV_UNREFERENCED(storage), in cvFindChessBoardCornerGuesses() 638 CvSize CV_UNREFERENCED(image_size), CvPoint2D32f* _image_points, in cvFindExtrinsicCameraParams() [all …]
|