Skip to content

Batuu13/Color-Transfer-Between-Images

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Color-Transfer-Between-Images

Color transfer between images using Ruderman method in Matlab

In this project, I implemented an algorithm using Ruderman method to transfer colors in given source image to target image. This project has two parts.

I used this project for my Image Processing Class.

Usage

  • part1.py First part is a normal transfer, source's and target's sizes are not important. Just provide the images and run.
  • part2.py Second part is partial transfer. Code will look for most similiar part between images and transfer between them. Images' sizes should be same. You need to define x and y for area's shape that will be used for comparing.

In the report, you can find my comments and my results for this implementation.

About

Color transfer between images using Ruderman method in Matlab

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published