EngLab provides the englab-cimg toolbox for loading, saving and manipulating an image.
You can
download the toolbox from
hereYou can access the online
documentation about this toolbox
hereEngLab cimg toolbox uses CImg library so CImg development files must be installed before compiling the toolbox.
The toolbox adds the following functionality:
- Add noise. Gausian, uniform or salt & pepper to an image
- Blur an image on any axis
- Crop an image
- Cut pixel values which are smaller or grater than a value
- Equalize an image using histograms
- Load any gray scale or color image
- Linear normalization
- Quantize pixels
- Resize an image
- Rotate an image
- Save an image
- Display an image
- Threshold an image