Awesome
Image Loader / Edition - Morphological-Operations
Image loader and editor using C# and image loading functions provided by Windows, UI using Windows Forms. Project for college
Morphological Operations: Works on Greyscale or Threshold (127) with customizable structuring element (default square)
- Dilatation
- Erosion
- Opening
- Closing
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: