Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Relayx/Gradient-parser

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

The program searches for a gradient in the picture and replaces it with white colors. The entrance requires a folder with pictures. At the output, the program will generate new images in the same folder with the gradients found.

How to run the program?

You need to write the following lines:

Linux:

  1. mkdir build
  2. cd build
  3. cmake ../
  4. make
  5. ./Gradient-Parser
  6. Select the folder with pictures where we want to find the gradient. \
  • For tests, we write at this stage ../tests

Examples:

Before:

alt text

After:

alt text

Before:

alt text

After:

alt text

Before:

alt text

After:

alt text

About

Search for a gradient in the image

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published