/AHK-OpenCV

OpenCV 2.4 support for AutoHotkey.

Primary LanguageAutoHotkey

#OpenCV 2.4 for AutoHotkey

Preview

#How to use

; Create OpenCV instance.
cv := new OpenCV()	
pImg := cv.LoadImage("2.png") ; Load IPL type image
cv.ShowImage("Preview", pImg) ; Display input image inside window

For general OpenCV capabilities check out the official OpenCV documentation:

OpenCV 2.4.13.6 documentation

Note: Not all methods are translated to this AHK library.

#OpenCV 4+ for AutoHotkey?

IT IS POSSIBLE.

Check out autohotkey.com - OpenCV COM or node-autoit-opencv-com.

#Credits

AutoIT Community