Skip to content

Latest commit

 

History

History
23 lines (21 loc) · 972 Bytes

README.md

File metadata and controls

23 lines (21 loc) · 972 Bytes

KomischesCAIPProjekt

CAIP 3 Benotetes Projekt

Features

Basics
  • Open common image formats
  • Have multiple images open simultaniously, switch between active images with Left-Click. Open an image viewer with Right-Click
  • Generate multiple sample images (graygradient, noise, perlinnoise)
  • Save any generated image to disk
Processing
  • Histogram function (color and grayscale)
  • Basic image manipulation (Rotate, Resize, Crop, Invert)
  • Conversion to grayscale
  • Gamma correction
  • Contrast adjustment
  • Binarising grayscale images (single threshold, double threshold, adaptive)
  • Multiple Morphology options (Erode, dilate, open, close, gradient)
  • Filtering (Mean, Median, Gauss, Edge)
Other
  • Magnifier window with multiple "zoom" levels
  • Option to measure elapsed time for all operations

Please note that the custom filter mask option - while already implemented - does not work (and thus is disabled) and still needs some love.