January 19, 2015

Image processing using MagickCore

This was a fun project that I worked on last weekend. I learned a lot of GTK programming with C and also worked with ImageMagick core C API for image processing/analysis.

App description:

C++ Program with GUI to capture using remotely placed camera and read uncompressed TIFF Image to perform following functions (Menu Driven) Use of Overloading and Morphism is expected. Image Frame1 is used for displaying Original Image and Image Frame 2 is used for displaying the action performed.

• Sharpen the Image
• Convolution(overloading: FFT,Other)
• Blur the Image (Programmable rectangular Seed)
• Programmable image Contrast and Brightness
• Histogram
• Mean and Standard Deviation of image
• Rotate image by programmable angle

Some screenshots:










Frameworks and libs used:

http://www.gtk.org/
http://www.imagemagick.org/script/magick-core.php

8 comments: