Home | History | Annotate | Download | only in src

Lines Matching defs:dcn

849     int dtype = _dst.type(), ddepth = CV_MAT_DEPTH(dtype), dcn = CV_MAT_CN(dtype);
851 CV_Assert( _src.sameSize(_dst) && dcn == scn );
934 int dtype = _dst.type(), ddepth = CV_MAT_DEPTH(dtype), dcn = CV_MAT_CN(dtype);
936 CV_Assert( _src.sameSize(_dst) && dcn == scn );
1018 int dtype = _dst.type(), ddepth = CV_MAT_DEPTH(dtype), dcn = CV_MAT_CN(dtype);
1021 CV_Assert( _src1.sameSize(_dst) && dcn == scn );
1106 int dtype = _dst.type(), ddepth = CV_MAT_DEPTH(dtype), dcn = CV_MAT_CN(dtype);
1108 CV_Assert( _src.sameSize(_dst) && dcn == scn );