Home | History | Annotate | Download | only in src

Lines Matching refs:CV_32S

81     min_depth = CV_32S;
93 min_depth = CV_32S;
126 min_depth = CV_MAT_DEPTH(_src_type) == CV_8U ? CV_32S : CV_64F;
152 else if( CV_MAT_DEPTH(dst_type) == CV_32S )