Skip to content

mshr-h/Color_Transferring

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Transfer color to grayscale image

travis-ci license

Description

This is an implementation of color transferring using C/C++ on Qt platform. The algorithm is entirely written in C.

What's the Colorization

Colorization is a technique to convert a grayscale image into a colored image.

Example

target reference output
  • Window size: 5x5 pixels
  • Sampling method: regular sampling

Requirement

  • Qt 5.3 or newer (probably works on older than 5.3 but not tested)

Directory tree

include/      header files
inImg_db/     sample input images
lib_c/        C code
lib_qc/       C structure <-> C++ data conversion
outImg_db/    sample output images

Reference

About

Transfer color to grayscale image

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors