Gtkmm software using IMAGE C++ library
To compilate :
&g++ -g Fenetre.cpp main.cpp Image2D.cpp -o Image_App
To launch :
pkg-config gtkmm-3.0 --cflags --libs
&./Image_App
Content :
- Create and read .bmp images.
- Rotation
- Translation
- Thresholding
- Salt and pepper noise
- Mask
- Convolution :
- Low Pass
- High Pass
- Gaussien
- Median
- Sobel
- Prewitt
- ...
- Histogramme
- ..