HomeSort by relevance Sort by last modified time
    Searched full:templf (Results 1 - 2 of 2) sorted by null

  /external/opencv3/modules/imgproc/src/
generalized_hough.cpp 781 Feature templF = templRow[j];
787 const double angle = clampAngle(imF.p1.theta - templF.p1.theta);
830 Feature templF = templRow[j];
832 templF.p1.theta += angle;
838 if (angleEq(imF.p1.theta, templF.p1.theta, angleEpsilon_))
840 const double scale = imF.d12 / templF.d12;
887 Feature templF = templRow[j];
889 templF.p1.theta += angle;
891 templF.r1 *= scale;
892 templF.r2 *= scale
    [all...]
templmatch.cpp 302 UMat imagef, templf; local
306 templ.convertTo(templf, CV_32F);
307 return(convolve_32F(imagef, templf, _result));
    [all...]

Completed in 121 milliseconds