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

/external/opencv/cxcore/src/
H A Dcxarray.cpp1207 CV_CALL( *data = cvPtr2D( img, 0, 0 ));
1940 ptr = cvPtr2D( arr, y, x, _type );
2009 cvPtr2D( const CvArr* arr, int y, int x, int* _type ) function
2013 CV_FUNCNAME( "cvPtr2D" );
2184 ptr = cvPtr2D( arr, idx[0], idx[1], _type );
2260 ptr = cvPtr2D( arr, y, x, &type );
2402 ptr = cvPtr2D( arr, y, x, &type );
2550 ptr = cvPtr2D( arr, y, x, &type );
2670 ptr = cvPtr2D( arr, y, x, &type );

Completed in 19 milliseconds