An open API service indexing awesome lists of open source software.

https://github.com/manciuszz/AHK-OpenCV

OpenCV 2.4 support for AutoHotkey.
https://github.com/manciuszz/AHK-OpenCV

autohotkey computer-vision opencv2

Last synced: about 1 year ago
JSON representation

OpenCV 2.4 support for AutoHotkey.

Awesome Lists containing this project

README

          

# #OpenCV 2.4 for AutoHotkey
![Preview](https://i.imgur.com/AXHuWvE.png)

# #How to use
```AutoHotkey
; 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](https://docs.opencv.org/2.4.13.6/)

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

# #OpenCV 4+ for AutoHotkey?

IT IS POSSIBLE.

Check out [autohotkey.com - OpenCV COM](https://www.autohotkey.com/boards/viewtopic.php?t=96394) or [node-autoit-opencv-com](https://github.com/smbape/node-autoit-opencv-com).
# #Credits

[AutoIT Community](https://www.autoitscript.com/forum/topic/160732-opencv-udf/)