Simple Image Proceesing Viewer. There are various functions for image processing.
You can do various things by importing an image file.
You can image scaling, image rotation, and you can get a histogram. You can also apply four filters to the image.
You can add two kinds of noise to the image.
Noise can be eliminated by applying Mean filter or Order-statistics filter.
Also, The PSNR of the original image and the reconstructed image result can be obtained.
- Interpolation
- Bilinear interpolation
- Bicubic interpolation
- Histogram Equalization
- Histogram Matching
- Filter
- Average Filter
- Gaussian Filter
- Smooth Filter
- Sharpen Filter
- Noise
- Gaussian Noise
- Salt & Pepper Noise
- Noise Filtering
- Mean Filter
- Order-statistics Filter
- Contraharmonic Filter
- Adaptive median Filter
- Get PSNR
- Visual Studio 2015
- MFC
- opencv 3.1.0