Home
last modified time | relevance | path

Searched refs:cvReadByName (Results 1 – 4 of 4) sorted by relevance

/dports/graphics/opencv/opencv-4.5.3/apps/traincascade/
H A Dold_ml_tree.cpp1395 priors = (CvMat*)cvReadByName( fs, tparams_node, "priors" ); in read_params()
1404 CV_CALL( var_idx = (CvMat*)cvReadByName( fs, node, "var_idx" )); in read_params()
1453 CV_CALL( cat_count = (CvMat*)cvReadByName( fs, node, "cat_count" )); in read_params()
1454 CV_CALL( cat_map = (CvMat*)cvReadByName( fs, node, "cat_map" )); in read_params()
/dports/graphics/opencv/opencv-4.5.3/modules/ml/src/
H A Dgbt.cpp1083 class_labels = (CvMat*)cvReadByName( fs, fnode, "class_labels" );
/dports/graphics/opencv/opencv-4.5.3/modules/core/include/opencv2/core/
H A Dcore_c.h2447 CV_INLINE void* cvReadByName( CvFileStorage* fs, const CvFileNode* map, in cvReadByName() function
/dports/graphics/opencv/opencv-4.5.3/modules/imgproc/src/
H A Dhistogram.cpp3531 CvMatND* mat = (CvMatND*)cvReadByName( fs, node, "mat" );
3554 h->bins = cvReadByName( fs, node, "bins" );