Instructions to Run and test code
The cPlusPlusCode folder contains the cpp code and Cmakelists.txt file. The pythonCode folder contains the python code.
We will use Terminal for executing below commands
cd cPlusPlusCode
mkdir build
cd build
cmake ..
cmake --build . --config Release
cd ..
./build/destaurationFilter
cd pythonCode
python3 destaurationFilter.py