algorithms for image processing
algorithms for image processing
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.
- anthony
- Posts: 8883
- Joined: 2004-05-31T19:27:03-07:00
- Authentication code: 8675308
- Location: Brisbane, Australia
Re: algorithms for image processing
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
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/
https://imagemagick.org/Usage/