HomeSort by relevance Sort by last modified time
    Searched refs:cvGetCol (Results 1 - 13 of 13) sorted by null

  /external/opencv3/modules/ml/src/
gbt.cpp 375 cvGetCol( data->train_data, &x, idx);
382 cvGetCol( missing, &x_miss, idx);
543 cvGetCol( data->train_data, &x, idx);
550 cvGetCol( missing, &miss_x, idx);
    [all...]
  /external/opencv/ml/src/
ml_inner_functions.cpp 306 CV_CALL(cvGetCol (data, &data_comp, i));
308 CV_CALL(cvGetCol (centers, &centers_comp, i));
    [all...]
mlcnn.cpp     [all...]
  /external/opencv3/apps/traincascade/
old_ml_inner_functions.cpp 306 CV_CALL(cvGetCol (data, &data_comp, i));
308 CV_CALL(cvGetCol (centers, &centers_comp, i));
    [all...]
old_ml_data.cpp 609 cvGetCol( values, response_out, response_idx );
  /external/opencv3/modules/calib3d/test/
test_fundam.cpp 174 cvGetCol( &_dRdm1, &_dRdm1_part, 1 );
179 cvGetCol( &_dRdm1, &_dRdm1_part, 2 );
    [all...]
  /external/opencv/cvaux/src/
cvlevmarprojbandle.cpp 866 cvGetCol(points4D,&point4D,currPoint);
    [all...]
  /external/opencv/cv/src/
cvcalibration.cpp     [all...]
cvimgwarp.cpp     [all...]
  /external/opencv3/modules/calib3d/src/
calibration.cpp     [all...]
  /external/opencv/cxcore/include/
cxcore.h 217 CV_INLINE CvMat* cvGetCol( const CvArr* arr, CvMat* submat, int col )
    [all...]
  /external/opencv/cvaux/include/
cvmat.hpp     [all...]
  /external/opencv3/modules/core/include/opencv2/core/
core_c.h 391 If you need to copy the columns, use cvCloneMat. cvGetCol(arr, submat, col) is a shortcut for
406 CV_INLINE CvMat* cvGetCol( const CvArr* arr, CvMat* submat, int col )
    [all...]

Completed in 442 milliseconds