/external/opencv/cxcore/src/ |
cxdrawing.cpp | [all...] |
cxlogic.cpp | 236 CV_CALL( cvScalarToRawData( scalar, buf, type, 1 )); 307 CV_CALL( cvScalarToRawData( scalar, buf, type, 1 ));
|
cxcopy.cpp | 520 CV_CALL( cvScalarToRawData( &value, buf, type, maskarr == 0 )); 605 CV_CALL( cvScalarToRawData( &value, buf, type, 1 )); 643 CV_CALL( cvScalarToRawData( &value, buf, type, 0 )); [all...] |
cxcmp.cpp | 413 cvScalarToRawData( &lower, buf, sctype, 0 ); 414 cvScalarToRawData( &upper, (char*)buf + CV_ELEM_SIZE(sctype), sctype, 0 ); [all...] |
cxarithm.cpp | 598 CV_CALL( cvScalarToRawData( &scalar, buf, sctype, 1 )); 712 CV_CALL( cvScalarToRawData( &scalar, buf, sctype, 1 )); [all...] |
cxarray.cpp | [all...] |
cxmatrix.cpp | 113 cvScalarToRawData( &value, buf, type, 0 ); [all...] |
/external/opencv/cv/src/ |
cvutils.cpp | 529 cvScalarToRawData( &value, buf, src->type, 0 );
|
cvimgwarp.cpp | [all...] |
cvfloodfill.cpp | [all...] |
cvfilter.cpp | 193 cvScalarToRawData( &border_value, border_tab, src_type, 0 ); [all...] |
/external/opencv/cvaux/include/ |
cvmat.hpp | 968 cvScalarToRawData( &sc, ptr, type, 0 ); 995 cvScalarToRawData( &scalar, ptr, type, 0 ); [all...] |
/external/opencv/cxcore/include/ |
cxcore.h | 230 CVAPI(void) cvScalarToRawData( const CvScalar* scalar, void* data, int type, [all...] |