Home | History | Annotate | Download | only in include

Lines Matching refs:cvReadInt

1649 CV_INLINE int cvReadInt( const CvFileNode* node, int default_value CV_DEFAULT(0) )
1660 return cvReadInt( cvGetFileNodeByName( fs, map, name ), default_value );