Opencv in Windows Subsystem for Linux (WSL) is a compatibility layer designed to run Linux binary executables (in ELF format) natively on Windows 10. I love it. Th…
Deep learning by Yolo Darknet vs HAAR and LBP cascades in people detection
I just performed people detection by the Yolo model in the Opencv 4 DNN module. I analyzed my old dataset, which was used for the same task performed by Haar, LBP a…
Opencv 4 Linux application in visual studio 2017- Ubuntu Linux subsystem on windows 10
This tutorial is a step-by-step guide for the development of the Opencv 4 Linux application in Visual Studio 2017 under Windows. The motivation is simple. I would l…