You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
It includes small projects on various computer vision topics, such as object detection, object tracking, classical computer vision techniques, image segmentation, image classification, feature extraction algorithms, and more.
Each project includes an article that explains how the algorithm works, how the code is structured, provides general information about the algorithms, and much more.
Right now, you can find all articles on my personal website. I recommend reading them here: https://visionbrick.com/
Most of the projects have both C++ and Python implementations.
To test these projects in your local environment with C++, delete the build folder and rebuild it. This is necessary because the folder paths will change, because of that you need to rebuild the project.
For python you can execute files directly
About
Computer vision projects focused on object detection, object tracking, classical computer vision techniques, image segmentation, feature extraction algorithms, and more. Python and C++ implementations available.