Overview : This project is developed by using java, image processing concept and basic mathematical formula.
Basic :
1.Rotation-->Left Rotate ,Right Rotate
2.RGB To Gray-->I have used Average algorithm for converting the image from RGB to Gray scale.
Histogram :
1.Histogram Equalization--> It processes images in order to adjust the contrast of an image by modifying the intensity distribution of the histogram.
2.Histogram Chart--> It shows frequencies for intervals of values of a metric variable of an image.
Thresholding :
Otsu's Method--> The algorithm to convert an image to binary color (Separates pixels in an image into a foreground and background).
Filter : Mean Filter--> It is a method of smoothing images and reducing the amount of intensity variation between one pixel and the next.