cxarithm.cpp | 535 int sctype, y, dy, type, depth, cn, coi = 0, cont_flag = 0; local 589 sctype = type = CV_MAT_TYPE(iterator.hdr[0]->type); 590 if( CV_MAT_DEPTH(sctype) < CV_32S ) 591 sctype = (type & CV_MAT_CN_MASK) | CV_32SC1; 598 CV_CALL( cvScalarToRawData( &scalar, buf, sctype, 1 )); 616 sctype = type = CV_MAT_TYPE(src->type); 620 sctype = (type & CV_MAT_CN_MASK) | CV_32SC1; 712 CV_CALL( cvScalarToRawData( &scalar, buf, sctype, 1 )); 1007 int sctype, y, dy, type, depth, cn, coi = 0, cont_flag = 0; local [all...] |