Lines Matching full:channels
201 matchTemplateNaive_CCORR_32F(image, templ, result, image.channels(), stream);
205 if (image.channels() == 1)
212 extractFirstChannel_32F(result_, result, image.channels(), stream);
249 matchTemplateNaive_CCORR_8U(image, templ, result, image.channels(), StreamAccessor::getStream(stream));
294 normalize_8U(templ.cols, templ.rows, image_sqsums_, templ_sqsum, result, image.channels(), StreamAccessor::getStream(stream));
320 matchTemplateNaive_SQDIFF_32F(image, templ, result, image.channels(), StreamAccessor::getStream(stream));
356 matchTemplateNaive_SQDIFF_8U(image, templ, result, image.channels(), StreamAccessor::getStream(stream));
367 matchTemplatePrepared_SQDIFF_8U(templ.cols, templ.rows, image_sqsums_, templ_sqsum, result, image.channels(), StreamAccessor::getStream(stream));
405 matchTemplatePrepared_SQDIFF_NORMED_8U(templ.cols, templ.rows, image_sqsums_, templ_sqsum, result, image.channels(), StreamAccessor::getStream(stream));
440 if (image.channels() == 1)
454 for (int i = 0; i < image.channels(); ++i)
459 switch (image.channels())
480 CV_Error(Error::StsBadArg, "unsupported number of channels");
522 if (image.channels() == 1)
543 for (int i = 0; i < image.channels(); ++i)
552 switch (image.channels())
588 CV_Error(Error::StsBadArg, "unsupported number of channels");