Ask Your Question

Revision history [back]

Please help! error link calib3d300d.lib

Hello guys,

I'm new to OpenCV and I have a problem by including OpenCV.

I already set my envirnoment variables (OPENCV_DIR C:\OpenCV\opencv\build\x64\vc12) and created my property sheets for Debug and Release (Additional Include Directories $(C/C++ OPENCV_DIR)....\include and Linker Additional Library Directories $(OPENCV_DIR)\lib and also added Linker>Input Additional Dependencies opencv_calib3d300d.lib;opencv_core300d;...;opencv_videostab300d.lib;).

So my problem is: When I want to run the standard test for OpenCV (http://docs.opencv.org/3.0-beta/_downloads/introduction_windows_vs.cpp) I always get the error message "LNK1104 Can not open file "opencv_calib3d300d.lib"".

I am using VS15 and OpenCV3.

click to hide/show revision 2
No.2 Revision

updated 2015-11-02 08:26:53 -0600

berak gravatar image

Please help! error link calib3d300d.lib

Hello guys,

I'm new to OpenCV and I have a problem by including OpenCV.linking to OpenCV libs.

I already set my envirnoment variables (OPENCV_DIR C:\OpenCV\opencv\build\x64\vc12) and created my property sheets for Debug and Release (Additional Include Directories $(C/C++ OPENCV_DIR)....\include and Linker Additional Library Directories $(OPENCV_DIR)\lib and also added Linker>Input Additional Dependencies opencv_calib3d300d.lib;opencv_core300d;...;opencv_videostab300d.lib;).

So my problem is: When I want to run the standard test for OpenCV (http://docs.opencv.org/3.0-beta/_downloads/introduction_windows_vs.cpp) I always get the error message "LNK1104 Can not open file "opencv_calib3d300d.lib"".

I am using VS15 and OpenCV3.