Awesome
Image Loader / Edition
Image loader focused on edge detection, using C# and image loading functions provided by Windows System, UI using Windows Forms. College Project
Edge Detection Kernels:
- Sobel (3x3, 5x5, 7x7, 9x9)
- Roberts Cross (3x3)
- Prewitt (3x3, 5x5, 7x7)
- Laplacian Gaussian (3x3, 5x5, 7x7, 9x9)
Personal Kernel: Modified Sharpen Kernel
Noise Reduction:
- Average
- Median
Image Scaling:
- Bilinear
- Nearest Neighbor
- Bicubic
Other Options:
- Free Rotation
- Horizontal / Vertical Mirror
- Brigthness and Contrast
- Negative
- Threshold
- RGB Histograms
Features:
- Cache Undo/Redo (key mapped to Ctrl+Z and Ctrl+Y respectively)
User Interface: