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

/external/opencv/cxcore/include/
H A Dcxcore.h1664 CV_INLINE double cvReadReal( const CvFileNode* node, double default_value CV_DEFAULT(0.) ) function
1675 return cvReadReal( cvGetFileNodeByName( fs, map, name ), default_value );

Completed in 1386 milliseconds