/external/opencv/otherlibs/highgui/ |
utils.cpp | 608 cvConvertScale( src, temp, scale, shift ); 613 cvConvertScale( src, dst, scale, shift );
|
/external/opencv/cvaux/src/ |
cvmat.cpp | 436 cvConvertScale( src, this, scale_mat.alpha, 0 ); 450 cvConvertScale( src, this, scale_shift_mat.alpha, scale_shift_mat.beta );
|
cvepilines.cpp | [all...] |
/external/opencv/ml/src/ |
mlem.cpp | 284 CV_CALL( cvConvertScale( &expo, &expo, -0.5 )); 288 CV_CALL( cvConvertScale( &expo, _probs, 1./cvSum( &expo ).val[0] )); [all...] |
mlcnn.cpp | 380 cvConvertScale( probs, probs, 1./sum.val[0] ); [all...] |
mlrtrees.cpp | 488 CV_CALL(cvConvertScale( var_importance, var_importance, 1./ntrees/nsamples ));
|
/external/opencv/cxcore/include/ |
cxcore.h | 475 CVAPI(void) cvConvertScale( const CvArr* src, CvArr* dst, 478 #define cvCvtScale cvConvertScale 479 #define cvScale cvConvertScale 480 #define cvConvert( src, dst ) cvConvertScale( (src), (dst), 1, 0 ) 487 In other cases one may use cvConvertScale + cvAbsDiffS */ [all...] |
/external/opencv/cxcore/src/ |
cxutils.cpp | 793 cvConvertScale( src, dst, scale, shift ); 799 cvConvertScale( src, tmp, scale, shift ); [all...] |
cxconvert.cpp | [all...] |
/external/opencv/cv/src/ |
cvimgwarp.cpp | [all...] |
cvcalibration.cpp | [all...] |
cvfundam.cpp | 500 cvConvertScale( &_H0, H, 1./_H0.data.db[8] ); [all...] |