Skip to content

An Editor to perform rotation,conversion of the color model,Histogram equalization,Histogram chart,Mean filtering,and converting to the binary color of an image.

Notifications You must be signed in to change notification settings

MusharratTabassum/Image-Editor

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 

Repository files navigation

Image-Processing

Overview : This project is developed by using java, image processing concept and basic mathematical formula.

Basic :

1.Rotation-->Left Rotate ,Right Rotate

RL

RR

2.RGB To Gray-->I have used Average algorithm for converting the image from RGB to Gray scale.

Rgb_To_Gray

Histogram :

1.Histogram Equalization--> It processes images in order to adjust the contrast of an image by modifying the intensity distribution of the histogram.

Histogram_Equalize

2.Histogram Chart--> It shows frequencies for intervals of values of a metric variable of an image.

Histogram_chart

Thresholding :

Otsu's Method--> The algorithm to convert an image to binary color (Separates pixels in an image into a foreground and background).

Otsu's

Filter : Mean Filter--> It is a method of smoothing images and reducing the amount of intensity variation between one pixel and the next.

MeanFoltering

About

An Editor to perform rotation,conversion of the color model,Histogram equalization,Histogram chart,Mean filtering,and converting to the binary color of an image.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages