Question #205371 on Sikuli changed:
https://answers.launchpad.net/sikuli/+question/205371

Perkins posted a new comment:
Since you're using OpenCV, why not let it do the heavy lifting?

http://docs.opencv.org/doc/tutorials/features2d/feature_homography/feature_homography.html
#feature-homography


This is a more expensive operation computationally speaking, but once the 
object is found at its new scale/rotation Sikuli makes it easy to automatically 
grab its image for subsequent re-use with simple template matching.  Having 
this be an easily accessible function would take most of the pain out of 
dealing with multiple resolutions and/or the variations in output between 
different web browsers.

-- 
You received this question notification because you are a member of
Sikuli Drivers, which is an answer contact for Sikuli.

_______________________________________________
Mailing list: https://launchpad.net/~sikuli-driver
Post to     : [email protected]
Unsubscribe : https://launchpad.net/~sikuli-driver
More help   : https://help.launchpad.net/ListHelp

Reply via email to