Skip to content

anishakd4/DesaturationFilter

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commits
 
 
 
 
 
 
 
 

Repository files navigation

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

How to run C++ code

Change to cPlusPlusCode folder

cd cPlusPlusCode

make build directory

mkdir build

Change to the build folder

cd build

Configure CMAKE

cmake ..

BUILD project

cmake --build . --config Release

come out of the build directory

cd ..

Execute programs

./build/destaurationFilter

How to run Python Code

Change to the pythonCode folder

cd pythonCode

Run the code

python3 destaurationFilter.py

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published