OpenCV in GHPython

Is it possible to get OpenCV to work in the ghpython component?

Tried getting Emgu CV but I don’t know how to properly install it into the Rhino IronPython.

Any help is greatly appreciated!

Figured out how to install EmguCV to IronPython and access it through GHPython.

I am kind of confused about how to use EmguCV. How do i translate a python OpenCV script to a python EmguCV script ?

Since it is a .NET you can run it.
Did you follow this:

http://www.emgu.com/wiki/index.php/Tutorial

hi @vbl, are you able to do VideoCapture in GHPython? I managed to get imshow(img) but not able to do cv2.VideoCapture. So just wondering how did you get yours to work with GHPython. I’m on EmguCV4.2

Thanks