algorithms for image processing

Discuss digital image processing techniques and algorithms. We encourage its application to ImageMagick but you can discuss any software solutions here.
Post Reply
priyanka
Posts: 1
Joined: 2012-02-07T10:55:08-07:00
Authentication code: 8675308

algorithms for image processing

Post by priyanka »

i want to need logic and algorithms for resize,rotation,indexing,flip,flop,solerizing,colorizing,gamma paint of image.my project is "image processing" in the linux platform using shall script.and i performing above such function in this. so i need algorithms and logic behind such functions.please help me to find logic and algorithms of those function.
User avatar
anthony
Posts: 8883
Joined: 2004-05-31T19:27:03-07:00
Authentication code: 8675308
Location: Brisbane, Australia

Re: algorithms for image processing

Post by anthony »

You are asking for enough information to fill a whole library of books, and full University Degree!

For specifics, many operators described in IM Examples, also contain alternatives and examples that try to explain exactly what that operation does to an image.

Solarise for example, is just a direct color value modifier. It basically starts to subtract color values that are larger than some threshold.
http://www.imagemagick.org/Usage/color_mods/#solarize

Distorting images is very complex, but a explanation starting from simple 'novice' distortions to complex EWA distortions are also explained...
http://www.imagemagick.org/Usage/distorts/

resize filters are harder still to explain.
http://www.imagemagick.org/Usage/resize/#filter

A good introduct is on the web in, these are my bookmarks on them...
http://www.ict.griffith.edu.au/anthony/ ... html#Image Processing
Anthony Thyssen -- Webmaster for ImageMagick Example Pages
https://imagemagick.org/Usage/
Post Reply