Skip to content

shining-love/ColorTransferBetweenImages

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 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/colorTransferBetweenImage

How to run Python Code

Change to the pythonCode folder

cd pythonCode

Run the code

python3 colorTransferBetweenImage.py

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C++ 52.3%
  • Python 31.0%
  • CMake 16.7%