python-imagesearch
python-imagesearch copied to clipboard
A wrapper around opencv2 and pyautogui to do image searching easily.
Why only primary screen is supported?
I read all of your tutorial about you wakfu-bot, and i was wondering if you used this image-search function to actually search ressources on the screen, or if you just...
After many 'call' to "imagesearch" i got the error message : **pos = imagesearch(nom_xxx, PREC_yyy) File "......", line nn, in imagesearch res = cv2.matchTemplate(img_gray, template, cv2.TM_CCOEFF_NORMED) cv2.error: OpenCV(4.1.1) C:\projects\opencv-python\opencv\modules\core\src\alloc.cpp:72: error:...
I searched for the position of an image, as your example shows, and if it is on the top-left corner the position is ok, but as it gets far from...
The `imagesearcharea` function wasn't working properly when used between a retina vs. non-retina external display on MacOS. After some basic debugging, it was due to the thumbnail not being scaled...
I'm not sure if I'm doing something wrong, but all example on the documentations works (https://brokencode.io/how-to-easily-image-search-with-python/) as expected, with the exception of the last one (imagesearch_from_folder) ``` from python_imagesearch.imagesearch import...
### I use MacBook with `Retina` display, so when I ran the simple code below: ``` from python_imagesearch import imagesearch img = "pics/testimg.png" print(imagesearch.imagesearch(img)) ``` I got this error: ```...
Is the library capable of searching images irrespective of resolution change
Progress on #53 (fixes some cases)