Understanding the basics of Support Vector Machines (SVM)
Imagine a machine that can transform what enters it into a point in a higher-dimensional space. (more…)
Computer Vision/Machine Learning Specialist
Imagine a machine that can transform what enters it into a point in a higher-dimensional space. (more…)
A new version of OpenCV has been released so… Time to update!
Last month I made a tutorial on how to build and install OpenCV 3.2 on Windows 10 using CMake and MinGW on Windows. Since then, I received some requests asking for a Linux equivalent one. So, here is the step-by-step.
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.