Comments on: (Step by Step) Install OpenCV 3.3 with Visual Studio 2015 on Windows 10 x64 (2017 DIY) /step-by-step-install-opencv-3-3-with-visual-studio-2015-on-windows-10-x64-2017-diy/ Learn OpenCV, AI & Robotics with Python and C++ Mon, 15 Jan 2018 08:29:46 +0000 hourly 1 By: Editor /step-by-step-install-opencv-3-3-with-visual-studio-2015-on-windows-10-x64-2017-diy/#comment-683 Mon, 15 Jan 2018 08:29:46 +0000 http://139.59.69.46/?p=1#comment-683 were there any errors while you pressed either the configure or generate button in CMKAE-GUI? or have you correctly followed the document?

]]>
By: Hwi Yu /step-by-step-install-opencv-3-3-with-visual-studio-2015-on-windows-10-x64-2017-diy/#comment-679 Sat, 13 Jan 2018 05:27:21 +0000 http://139.59.69.46/?p=1#comment-679 I can not find a OpenCV.sln at MyBuild folder after successfully

Installed CMake and open the CMake-GUI from the Start Menu and configure it.

please advise me.

Thanks.

]]>
By: Daryl M /step-by-step-install-opencv-3-3-with-visual-studio-2015-on-windows-10-x64-2017-diy/#comment-291 Mon, 27 Nov 2017 02:16:26 +0000 http://139.59.69.46/?p=1#comment-291 I have done it now ! Thank you so much for the help!

]]>
By: Editor /step-by-step-install-opencv-3-3-with-visual-studio-2015-on-windows-10-x64-2017-diy/#comment-282 Sun, 26 Nov 2017 15:05:48 +0000 http://139.59.69.46/?p=1#comment-282 Ok i was able to reproduce your issue, you are missing almost all the Linker Input files.
The specific one that threw that error was opencv_highgui330.lib. Please make sure you have all the Linker Input files.
Following the #5. from this article and add all the relevant one’s.
Whenever you see any unresolved external symbol errors, that means you are missing on the External Dll’s or Libs.
Hope this helps

]]>
By: Editor /step-by-step-install-opencv-3-3-with-visual-studio-2015-on-windows-10-x64-2017-diy/#comment-260 Sat, 25 Nov 2017 07:55:38 +0000 http://139.59.69.46/?p=1#comment-260 If you select debug build.. You have to re link the opencv includes…

]]>
By: Editor /step-by-step-install-opencv-3-3-with-visual-studio-2015-on-windows-10-x64-2017-diy/#comment-259 Sat, 25 Nov 2017 07:54:15 +0000 http://139.59.69.46/?p=1#comment-259 Are you using x64 project build and also debug build since you are not using release binaries?

]]>
By: Daryl M /step-by-step-install-opencv-3-3-with-visual-studio-2015-on-windows-10-x64-2017-diy/#comment-258 Sat, 25 Nov 2017 06:20:36 +0000 http://139.59.69.46/?p=1#comment-258 sorry for asking again, i have found the problem from my last comment. But then it showed another error. i got error code “LNK2001 unresolved external symbol “void __cdecl cv::imshow(class cv::String const &,class cv::_InputArray const &)” (?imshow@cv@@YAXAEBVString@1@AEBV_InputArray@1@@Z) opencv test2 C:\Users\Lenovo\Documents\Visual Studio 2015\Projects\opencv test2\opencv test2\Source.obj 1 ”

do you know how to solve this problem?

]]>
By: Daryl M /step-by-step-install-opencv-3-3-with-visual-studio-2015-on-windows-10-x64-2017-diy/#comment-257 Sat, 25 Nov 2017 05:38:04 +0000 http://139.59.69.46/?p=1#comment-257 Hey thank you for this tutorial! i have a little bit of problem though. i tried the test code for live feed webcam that you gave, but then an error showed up saying cannot open input file ‘opencv_core330.lib’. I have open “C:\opencv_git\mybuild\install\x64\vc14\lib” and there i found ‘opencv_core330d.lib’. i do not know what’s wrong.

]]>
By: Editor /step-by-step-install-opencv-3-3-with-visual-studio-2015-on-windows-10-x64-2017-diy/#comment-228 Fri, 24 Nov 2017 07:06:37 +0000 http://139.59.69.46/?p=1#comment-228 Checkout our latest Support Vector Machines Tutorial @ (Best and Easy) Support Vector Machines(SVM) + HOG Tutorial | OpenCV 3.0, 3.1, 3.2, 3.3 | Windows 10 | Visual Studio 2015 | x64 | Train & Test @ /best-and-easy-support-vector-machinessvm-hog-tutorial-opencv-3-0-3-1-3-2-3-3-windows-10-visual-studio-2015-x64-train-test/

]]>
By: Editor /step-by-step-install-opencv-3-3-with-visual-studio-2015-on-windows-10-x64-2017-diy/#comment-37 Fri, 03 Nov 2017 08:59:59 +0000 http://139.59.69.46/?p=1#comment-37 can you navigate to “C:\opencv_git\mybuild\install\x86\vc14\lib” and check what all Lib files you have in there? Do you see any file with core in it?

]]>