opencv_tutorials icon indicating copy to clipboard operation
opencv_tutorials copied to clipboard

Tutorials for learning OpenCV by making a video game bot.

Results 11 opencv_tutorials issues
Sort by recently updated
recently updated
newest added

Using a test game (Big Farm) installed as windows application from the Microsoft Store, I only capture a black screen. I know in a browser like google it is due...

Hello, have problem "Train dataset for temp stage can not be filled. Branch training terminated. Cascade classifier can't be trained. Check the used training parameters."

See https://docs.microsoft.com/en-us/windows/win32/hidpi/high-dpi-desktop-application-development-on-windows?redirectedfrom=MSDN

Did anyone figured out how to only use OpenCv - Template Matching instead of classifier I'm trying to multi object detect with OpenCv and use threads, But I can't figured...

I'm working in Jupiter notebooks. When I tried to import win32ui, I received a DLLs Error. Can someone tell me how to fix this issue?

so i used the code from vid #4 and when i run it with Albion Online Client it shows only a black screen . when i use other screens like...

Not a bug just wondering if you have tried https://python-mss.readthedocs.io/examples.html#advanced it's cross platform also.

Code from 'window_capture' and 'real_time' returns this error 'win32ui.error: CreateCompatibleDC failed'

win32gui.GetDC() function retrieves a handle to a display device context for the client area of a specified window or for the entire screen. You can use the returned handle in...

I am following the tutorial for cascade classifier. When I run the command to create the pos.txt and draw the rectangles around images, the window opens but it shows only...