Ask Your Question

TerryJ's profile - activity

2015-08-03 11:24:19 -0600 received badge  Student (source)
2015-08-03 11:21:18 -0600 asked a question Opencv 2 and 3 coexist?

Hi, Both opencv2 and opencv3 modules are named cv2.pyd.
Since, they both work on Py 2.7, can I have opencv2 and opencv3 coexist in same python installation. Somehow just copy them to lib/site-packages.

I should be able to do "import cv2" or "import cv3". Is it possible? Thanks T

2015-08-03 11:15:33 -0600 commented question opencv in pypi

Wow. Thanks. Will do.

2015-08-03 09:52:46 -0600 asked a question opencv in pypi

Hi, I did : pip search opencv.

I get ctypes-opencv , opencv-cython , pyopencv, opencv_engine and few others.

Could you clarify which is the right one.

Thanks

2015-08-01 02:51:55 -0600 commented question Python and C++ : different compilers ok?

I see. So, the best thing is to build opencv, python, numpy and everything. Glad I asked this one at an early stage. Thanks.

2015-07-31 11:01:59 -0600 received badge  Editor (source)
2015-07-31 11:00:33 -0600 asked a question Python and C++ : different compilers ok?

Hi all, I have been looking at opencv (3.0) closely. I haven't decided whether I will have a C++ application or a Python application.

I am wondering what sort of environment C++ developers have? Do you folks mix C++ and Python code? I mean is there any reason for you to pass data structures around from Python to your own C++ extension module? Or perhaps call some simple Python script from my C++ executable?.

In Windows, I plan the following opencv 3 environment: For C++: Use Visual Studio 2012, and get pre built x64 opencv 3.0 build.
For Python : Get the 64 bit anaconda distribution which has everything for opencv bundled. (basically they are not from the same compiler )

Would this pose any problems? Are there situations due to which, later I would have to build Python, numpy, opencv everything later from one common compiler?.
Thanks T

2015-07-28 10:19:24 -0600 commented answer Which VStudio version for pre-built?

Ah! I see. If I downloaded it, I would have known. Alright. Thank you very much for the clear answer. Since, I have vc10, guess I have to build it using cmake.

2015-07-28 09:40:26 -0600 asked a question Which VStudio version for pre-built?

Hi, I would like to use the prebuilt binaries for opencv 3.0. The documentation says, the latest Visual studio version must be used. So, is it VS 2015?

Pardon me, but I have searched all over the place. I can't find a line that says "which version of Visual studio goes with prebuilt opencv 3.0?" . Could you clarify please? (Still better please let me know where this is specified as I am curious to know how I could have missed this in the docs.) Best T