Lines Matching refs:root_node
454 void CvNormalBayesClassifier::read( CvFileStorage* fs, CvFileNode* root_node ) in read() argument
469 CV_CALL( var_count = cvReadIntByName( fs, root_node, "var_count", -1 )); in read()
470 CV_CALL( var_all = cvReadIntByName( fs, root_node, "var_all", -1 )); in read()
471 CV_CALL( var_idx = (CvMat*)cvReadByName( fs, root_node, "var_idx" )); in read()
472 CV_CALL( cls_labels = (CvMat*)cvReadByName( fs, root_node, "cls_labels" )); in read()
492 CV_CALL( node = cvGetFileNodeByName( fs, root_node, "count" )); in read()
503 CV_CALL( node = cvGetFileNodeByName( fs, root_node, "sum" )); in read()
514 CV_CALL( node = cvGetFileNodeByName( fs, root_node, "productsum" )); in read()
525 CV_CALL( node = cvGetFileNodeByName( fs, root_node, "avg" )); in read()
536 CV_CALL( node = cvGetFileNodeByName( fs, root_node, "inv_eigen_values" )); in read()
547 CV_CALL( node = cvGetFileNodeByName( fs, root_node, "cov_rotate_mats" )); in read()
558 CV_CALL( c = (CvMat*)cvReadByName( fs, root_node, "c" )); in read()