Home
last modified time | relevance | path

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

/external/opencv/cv/include/
Dcvcompat.h482 ((float)cvGetReal2D( (hist)->bins, (idx0), (idx1)))
/external/opencv/cxcore/include/
Dcxcore.h359 CVAPI(double) cvGetReal2D( const CvArr* arr, int idx0, int idx1 );
/external/opencv/cxcore/src/
Dcxarray.cpp2379 cvGetReal2D( const CvArr* arr, int y, int x ) in cvGetReal2D() function