Comments for World of OpenCV, AI, Computer Vision and Robotics Examples and Tutorials http://pythonopencv.com Learn OpenCV, AI & Robotics with Python and C++ Mon, 15 Jan 2018 08:29:46 +0000 hourly 1 https://wordpress.org/?v=4.9.5 Comment on (Step by Step) Install OpenCV 3.3 with Visual Studio 2015 on Windows 10 x64 (2017 DIY) 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?

]]>
Comment on (Step by Step) Install OpenCV 3.3 with Visual Studio 2015 on Windows 10 x64 (2017 DIY) 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.

]]>
Comment on (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 by Editor /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/#comment-676 Mon, 08 Jan 2018 18:55:26 +0000 /?p=323#comment-676 you can configure that as per your need.

]]>
Comment on Driver Drowsiness detection using OpenCV and Python by kent /driver-drowsiness-detection-using-opencv-and-python/#comment-675 Sat, 06 Jan 2018 16:45:04 +0000 /?p=249#comment-675 i dont understand how to put and run the code

]]>
Comment on (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 by Yunus Dönmez /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/#comment-642 Sun, 31 Dec 2017 18:46:53 +0000 /?p=323#comment-642 I am wondering.The validationDataPercent value is 0.Why is not 80.I couldn’t understand it.

]]>
Comment on (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 by jiesen /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/#comment-566 Thu, 21 Dec 2017 16:47:13 +0000 /?p=323#comment-566 Hi, where is the Traffic video you used for testing? Detection of my test videos is very slow.

]]>
Comment on Driver Drowsiness detection using OpenCV and Python by Michael /driver-drowsiness-detection-using-opencv-and-python/#comment-450 Thu, 07 Dec 2017 14:02:45 +0000 /?p=249#comment-450 With thanks! I appreciate this!

]]>
Comment on (Step by Step) Install OpenCV 3.3 with Visual Studio 2015 on Windows 10 x64 (2017 DIY) 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!

]]>
Comment on (Step by Step) Install OpenCV 3.3 with Visual Studio 2015 on Windows 10 x64 (2017 DIY) 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

]]>
Comment on (Step by Step) Install OpenCV 3.3 with Visual Studio 2015 on Windows 10 x64 (2017 DIY) 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…

]]>