getting opencv to work with pydev
I'd sure like to use pydev (eclipse plugin) to develop opencv apps with python.
But, despite trying every imaginable trick I can't get pydev to do simple things like auto-complete or syntax checking on opencv calls.
I'm no expert, but it looks like the only access python has to opencv is the compiled extension cv2.so, and pydev isn't so sure about reading that file to do its thing.
Has anyone successfully gotten opencv working with pydev? In particular, opencv2?
I'm trying to do this on a mac, running Mountain Lion, but not sure if that is really the problem.
Thanks!
I also keep facing this problem in one of my Eclipse installations. I'm running opencv from Homebrew. The interesting piece is that the interpreter in Pydev does recognize the cv2 library and it even autocompletes for the cv2 methods (but that maybe because it is using the interactive python shell instead of Eclipse's content assist).
However, I notice this was working on my other macbook, but it just happened that my SSD crash so I will have to a few weeks until it's fixed to verify why it worked there.