Searched refs:cvGetRealND (Results 1 - 4 of 4) sorted by relevance

/external/opencv/cvaux/include/
H A Dcvaux.hpp115 { return m_hist ? (float)cvGetRealND(m_hist->bins, bin) : 0.f; }
/external/opencv/cv/include/
H A Dcvcompat.h486 ((float)cvGetRealND( (hist)->bins, (idx)))
/external/opencv/cxcore/include/
H A Dcxcore.h361 CVAPI(double) cvGetRealND( const CvArr* arr, const int* idx );
/external/opencv/cxcore/src/
H A Dcxarray.cpp2460 cvGetRealND( const CvArr* arr, const int* idx ) function
2464 CV_FUNCNAME( "cvGetRealND" );

Completed in 145 milliseconds