Home
last modified time | relevance | path

Searched refs:cvGetRow (Results 1 – 7 of 7) sorted by relevance

/dports/math/saga/saga-8.1.3/saga-gis/src/tools/imagery/imagery_opencv/
H A Dopencv.cpp248 cvGetRow(pImage, &Row, y); in Copy_Grid_To_CVImage()
284 cvGetRow(pImage, &Row, y); in Copy_CVImage_To_Grid()
/dports/graphics/opencv/opencv-4.5.3/modules/ml/src/
H A Dgbt.cpp373 cvGetRow( data->train_data, &x, idx);
380 cvGetRow( missing, &x_miss, idx);
541 cvGetRow( data->train_data, &x, idx);
548 cvGetRow( missing, &miss_x, idx);
1240 cvGetRow(samples, &x, j);
1247 cvGetRow(missing, &miss, j);
/dports/graphics/opencv/opencv-4.5.3/apps/traincascade/
H A Dold_ml_precomp.hpp234 cvGetRow( matrice, &a, 0 ); \
H A Dold_ml_boost.cpp1856 cvGetRow( values, &sample, si ); in calc_error()
1858 cvGetRow( missing, &miss, si ); in calc_error()
1873 cvGetRow( values, &sample, si ); in calc_error()
1875 cvGetRow( missing, &miss, si ); in calc_error()
H A Dold_ml_inner_functions.cpp1431 cvGetRow( predict_input, &predict_input_part, idx );
1441 cvGetRow( probs, probs1, idx );
H A Dold_ml_tree.cpp3341 cvGetRow( values, &sample, si ); in calc_error()
3343 cvGetRow( missing, &miss, si ); in calc_error()
3358 cvGetRow( values, &sample, si ); in calc_error()
3360 cvGetRow( missing, &miss, si ); in calc_error()
/dports/graphics/opencv/opencv-4.5.3/modules/core/include/opencv2/core/
H A Dcore_c.h380 CV_INLINE CvMat* cvGetRow( const CvArr* arr, CvMat* submat, int row ) in cvGetRow() function