Vision pipeline for Ultimate Goal
Currently depends on C++20 and Python 3.6 Needs natively built OpenCV with Python 3.6 and C++ packages along with Eigen for some operations.
- Open up the project in CLion and set the respective CMake paths for proper compilation of the library
- Start with the
ColorTuningHSV.pyand replace the path with the absolute path of one of the images from theassetsfolder - Slide the values till the rings are left
- Store these values and redo with
ColorTuningYCrCb.pyand store these values as well. - Finally, replace the values in either
webcam.cppormain.cppand it should work.