Skip to content

mgdavisxvs/ColorTransfer

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 

Repository files navigation

ColorTransfer

An OpenCV project to change the image's color space from one to another. Given a source and target image, the program modifies the image's color space and displays the output image with the new color space. It makes use of the mean and standard deviation of the pixel intensities in the Lab* color space to transfer color from source to target. alt text

Thanks to Adrian at PyImageSearch and his blogs

About

An OpenCV project to change the image's color space from one to another. Given a source and target image, the program modifies the image's color space and displays the output image with the new color space. It makes use of the mean and standard deviation of the pixel intensities in the L*a*b* color space to transfer color from source to target.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages

  • Python 100.0%