SumitBirla.com

Home » Software » Image Processing I

Image Processing I

The Imager is a Java applet that implements basic image manipulation techniques such as image smoothing,median filterting and thresholding. It is based on the Imager Framework provided by Mark Powell. This page contains the results obtained from my test runs. For information on the filtering algorithms, check out http://marathon.csee.usf.edu/~goldgof/cis4930.html

Report - 2
Report of different implementations of smoothing and median filtering.
Report - 3
Thresholding, histograms, binary images etc...
Report - 4
Various ways of using histogram equalization - global, local and selected area equalization.
Report - 5
Gaussian smoothing and edge detection using gradient and direction information. Sobel operator is applied.
Report - 6
Volume visualization. Displaying various cross sections of a 3D image.
Report - 7
Edge thinning, linking and removal of short edges.