Home
last modified time | relevance | path

Searched refs:templateFloat (Results 1 – 2 of 2) sorted by relevance

/dports/astro/siril/siril/src/opencv/ecc/
H A Decc.cpp388 Mat templateFloat = Mat(hs, ws, CV_32F); // to store the (smoothed) template in findTransform_ECC() local
402 src.convertTo(templateFloat, templateFloat.type()); in findTransform_ECC()
403 GaussianBlur(templateFloat, templateFloat, Size(5, 5), 0, 0); in findTransform_ECC()
476 meanStdDev(templateFloat, tmpMean, tmpStd, imageMask); in findTransform_ECC()
481 subtract(templateFloat, tmpMean, templateZM, imageMask); //zero-mean template in findTransform_ECC()
/dports/graphics/opencv/opencv-4.5.3/modules/video/src/
H A Decc.cpp453 Mat templateFloat = Mat(hs, ws, CV_32F);// to store the (smoothed) template in findTransformECC() local
467 src.convertTo(templateFloat, templateFloat.type()); in findTransformECC()
468 GaussianBlur(templateFloat, templateFloat, Size(gaussFiltSize, gaussFiltSize), 0, 0); in findTransformECC()
538 meanStdDev(templateFloat, tmpMean, tmpStd, imageMask); in findTransformECC()
542 subtract(templateFloat, tmpMean, templateZM, imageMask);//zero-mean template in findTransformECC()