Searched refs:cvReadInt (Results 1 - 3 of 3) sorted by relevance

/external/opencv/cxcore/include/
H A Dcxcore.h1649 CV_INLINE int cvReadInt( const CvFileNode* node, int default_value CV_DEFAULT(0) ) function
1660 return cvReadInt( cvGetFileNodeByName( fs, map, name ), default_value );
/external/opencv/ml/src/
H A Dmlboost.cpp1515 params.boost_type = cvReadInt( temp, -1 );
1530 params.split_criteria = cvReadInt( temp, -1 );
H A Dmlsvm.cpp2130 svm_type = cvReadInt( tmp_node, -1 );
2154 kernel_type = cvReadInt( tmp_node, -1 );

Completed in 229 milliseconds