Ask Your Question

jmbldwn's profile - activity

2017-12-14 10:31:10 -0600 received badge  Notable Question (source)
2015-11-26 04:10:22 -0600 received badge  Popular Question (source)
2012-09-17 23:48:40 -0600 received badge  Student (source)
2012-09-17 23:27:16 -0600 asked a question 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!