Skip to content

OpenCV 2.4 support for AutoHotkey.

Notifications You must be signed in to change notification settings

manciuszz/AHK-OpenCV

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

#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

About

OpenCV 2.4 support for AutoHotkey.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published