Home |
Menu
Image Processing tool
A image processing tool was build in C++. This tool operates on Raster images and capable of performing following image processing operations:
- Smoothening/Averaging a image
- Converting a grey scale image to a Black&White image
- Bit reducing in a image
- Contrast Enhancement in a image
- Median filtering of noise in a image
- Gradient operators (Robert's and Laplacian )
- Constructing image pyramid and storing a image in different resolutions and retreiving them
- Component Labelling in a image
Click here for results
Click here for the source code