Ask Your Question

NaBUru38's profile - activity

2020-06-09 07:43:13 -0600 commented answer Issues installing OpenCV-Python prebuilts for Windows 10

Thank you!

2020-06-09 07:42:51 -0600 marked best answer Issues installing OpenCV-Python prebuilts for Windows 10

Hello, I'm trying to install the OpenCV-Python prebuilts. I'm using the latest Visual Studio Code for Windows 10, and following these instructions.

The instructions say: * 5. Goto opencv/build/python/2.7 folder. * 6. Copy cv2.pyd to C:/Python27/lib/site-packages.

Since I'm using Python 3.8, I copied cv2.cp38-win_amd64.pyd from "C:\Program Files\Opencv\build\python\cv2\python-3.8\" to "C:\Program Files\Python\Python38\Lib\site-packages".

When I open a Python terminal and run "import cv2", I get an "ImportError: DLL load failed while importing cv2: The specified module could not be found."

Any suggestions? Thanks!

2020-06-09 07:42:49 -0600 received badge  Supporter (source)
2020-06-08 08:22:29 -0600 asked a question Issues installing OpenCV-Python prebuilts for Windows 10

Issues installing OpenCV-Python prebuilts for Windows 10 Hello, I'm trying to install the OpenCV-Python prebuilts. I'm u

2020-05-25 16:01:30 -0600 commented answer Visual Studio and libraries

Great, thank you!

2020-05-25 16:01:17 -0600 marked best answer Visual Studio and libraries

Hello, I'm trying to run OpenCV on Visual Studio 2019, so I followed this

However, when I add the full list of .LIB libraries and try to build, I get an error LNK1181 - cannot open input file 'opencv_calib3d300d.lib.

If I understand this correctly, the libraries should be located at $(OPENCV_DIR)\lib. However, at that folder I only see opencv_world430.lib and opencv_world430.lib, and I assume that the latter is debug.

Is that tutorial obsolete, and therefore I should just use these two libraries? Or am I missing something? Thanks!

2020-05-25 16:01:17 -0600 received badge  Scholar (source)
2020-05-25 10:13:32 -0600 asked a question Visual Studio and libraries

Visual Studio libraries Hello, I'm trying to run OpenCV on Visual Studio 2019, so I followed this and this tutorials. H