; 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:
Note:
Not all methods are translated to this AHK library.
IT IS POSSIBLE.
Check out autohotkey.com - OpenCV COM or node-autoit-opencv-com.