Skip to content

I wrote an code that manipulate the RGB values of images

Notifications You must be signed in to change notification settings

nurdiloyd/image_processing

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

image_processing

I wrote an code that manipulate the RGB values of images

In this code, I used image sequences from DAVIS Challenge which is a dataset originally created for semantic segmentation. You can download the TrainVal set which contains image sets and their semantic annotations.

In the part 1, Code masks the segmented area of the image and changes its RGB value
In the part 2, By "Histogram Matching" the original images' histogram are fitted to the target images' histogram.
In the part 3, Also by "Histogram Matching" different segments of images are fitted to different target images by using image mask.

About

I wrote an code that manipulate the RGB values of images

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages