Ask Your Question

Revision history [back]

click to hide/show revision 1
initial version

Visual Studio libraries

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

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!

Visual Studio and libraries

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

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!

Visual Studio and libraries

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

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!

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 LNK1181 - cannot open input file 'opencv_calib3d300d.lib'".'opencv_calib3d300d.lib.

If I understand this correctly, the libraries should be located at $(OPENCV_DIR)\lib. $(OPENCV_DIR)\lib. However, at that folder I only see opencv_world430.lib and opencv_world430.lib, 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!