/Cpp_Projects

List of C++ projects in Machine Vision domain.

Primary LanguageC++

C++ projects

These are Computer/Machine Vision related projects.

The files can be run in either any code editors, which contains C++ compiler, or in Visual Studio platform.

The project folders need to be connected to the OpenCV library directories.

Connecting OpenCV to Visual Studio: https://www.youtube.com/watch?v=p-6rG6Zgu4U

Project 1: Motion Segmentation

Here, any change in the environment is detected and the new object is identified using Background Subtraction and contour properties.

Project 2: Lane detection

Road lanes are detected using RANSAC.