Home
last modified time | relevance | path

Searched refs:cvGet2D (Results 1 – 3 of 3) sorted by relevance

/external/opencv/cv/include/
Dcvcompat.h348 #define cvGetAt cvGet2D
/external/opencv/cxcore/include/
Dcxcore.h353 CVAPI(CvScalar) cvGet2D( const CvArr* arr, int idx0, int idx1 );
/external/opencv/cxcore/src/
Dcxarray.cpp2237 cvGet2D( const CvArr* arr, int y, int x ) in cvGet2D() function