sikuli-driver team mailing list archive
-
sikuli-driver team
-
Mailing list archive
-
Message #02287
Re: [Question #152915]: sikuli native code explanation
Question #152915 on Sikuli changed:
https://answers.launchpad.net/sikuli/+question/152915
Status: Open => Answered
RaiMan proposed the following answer:
Pyramidmatching is only an internal modul naming.
They are stepping through some levels of trying to find the target in
downsampled (smaller) and grayscaled images first, to be faster.
The name Pyramid might come from the fact, that they planned to us
pyrDown (http://www710.univ-
lyon1.fr/~bouakaz/OpenCV-0.9.5/docs/ref/OpenCVRef_ImageProcessing.htm#ch2_pyramids)
for template matching. But this is currently switched of (resize is used
for downsampling currently)
But finally it is openCV template matching still.
--
You received this question notification because you are a member of
Sikuli Drivers, which is an answer contact for Sikuli.