How to build and install OpenCV 4 on Windows
Time to learn how to build and install OpenCV 4 on Windows!
Computer Vision/Machine Learning Specialist
Time to learn how to build and install OpenCV 4 on Windows!
A new version of OpenCV has been released so… Time to update!
This week, in my spare time, I decided to learn a little more about Haar Cascade. Specifically, how some face detection works and it’s implementation with C++ OpenCV. (more…)
Recently I decided to update my OpenCV from 2.4 up to 3.2. I went through problems, and errors since am coding with C++ in Eclipse and using MinGW on Windows 10. After a little struggle, I finally got it running. Here is the step by step I used.