windows - Totally Lost on "Installing" OpenCV / ctypes-opencv for Python 3 -


Edit: Now it is that OpenCV supports Python 3. Stuck with an old setup.


I'm trying to work with Python 3. A friend showed me what works with Python 3. The problem is that I can not fully understand how "install" or any code is working. I have followed all the instructions which can meet some people who were mentioned to be installed on Google and none of them wanted to work or I could not even mention those fundamentals which they mention did.

I'm just hanging out with the IDE version that came with Python 3. No IDE

Get started with OpenCV:

There is only one visual studio installer I think that means it installs files that are visible Easy to use in the studio. However, does it also mean that I can not use that installer with Python 3? I tried the variant with the ctypes-opencv as below, and errors were not DLL in my way (but my path variable included OpenCV bin folder with DLS) Is this a wrong direction?

The obvious option is to create OpenCV, I tried the following and when I pressed the "Configure" button, "project files may be invalid" from the CMake GUI application. Even after the following I suspect that this is also the wrong direction because I am not currently using any device that is listed in CMake Configure. Is this also the wrong direction?

Next ctypes-opencv:

I have installed it and the installer recognizes Python 3.1 and in the site-package folder itself Puts. If I try to run the demo, then it tells that DLS is not in the path, though they are mentioned above.

Summary:

I think I usually understand each piece (code, compilation, DLL, import, ...), but I Do not know how all the pieces fit together and where am I going wrong. Can anyone tell me what step or understanding do I remember here?

I feel like I need to read a book or two to fill the hole in understanding how all of these pieces fit together. I would not even know which area of ​​books to get, although any suggestions would be appreciated there too.

"post-text" itemprop = "text">

With Python 3.x binding, the production version of OpenCV 3.0 is June 4, 2015:

Just to install, Christophel maintains Windows binaries for several Python packages of Gohlan, just download the appropriate 64-bit or 32-bit .whl file for your system, then < Run the code> pip install [filename] . Then the command import cv2 should work in your Python 3.x interpreter.


Comments