Touch Wizard to achieve the image search function

Source: Internet
Author: User

function is to implement the regional Fuzzy image search function script as follows:

function Main ()-   The main function, the script will execute the function    msleep (    a)-wait 2 seconds after the execution, the purpose is to prevent the touch Wizard to open the hint mask screen, but also in the settings to set the turn off the prompt function    --click Function Apprun ("com.tencent.xin");--run, iOS bundle Idmsleep (+);    X, y = Findimageinregionfuzzy ("/var/mobile/applications/bake.bmp", 60,0,0,128,100);   --The parameter is the absolute path of the picture, please modify the picture path for you to upload    if x ~=-1 and y ~=-1 then    --if x and Y are unequal to 1, the description finds        touchDown (0, x+5, y+5)    --Finger Press position, because X and Y are the upper-left coordinates, in order to point the picture, X and Y are added 5 pixel offset        touchUp (0)--    finger lift        notifymessage ("yes")    --Show Yes    Else--    Otherwise, if        notifymessage ("no") is not found-    -shows no    endend

  

Touch Wizard to achieve the image search function

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.