Image signal processor

Questions and postings pertaining to the usage of ImageMagick regardless of the interface. This includes the command-line utilities, as well as the C and C++ APIs. Usage questions are like "How do I use ImageMagick to create drop shadows?".
Post Reply
vkvictor1989
Posts: 1
Joined: 2017-08-02T04:51:40-07:00
Authentication code: 1151

Image signal processor

Post by vkvictor1989 »

Hi all,

I want to know about Image Signal Processors. How does they work? How does they implements different functions such as de-mosacing, noise reduction, color correction. Is there any software component which perform these functions?

Thanks in advance!

Best regards,
Vincent
User avatar
fmw42
Posts: 25562
Joined: 2007-07-02T17:14:51-07:00
Authentication code: 1152
Location: Sunnyvale, California, USA

Re: Image signal processor

Post by fmw42 »

ImageMagick has some basic functionality regarding those topics. But you may need to combine them into a script. If you are on a Unix-like systems, then see my scripts at my scripts link below.

Also see
viewtopic.php?f=1&t=9620http://http://w ... essing.php
http://www.imagemagick.org/Usage/reference.html
http://www.imagemagick.org/Usage/

If you want to know how they work, then I would recommend you buy a good book on digital image processing.
User avatar
fmw42
Posts: 25562
Joined: 2007-07-02T17:14:51-07:00
Authentication code: 1152
Location: Sunnyvale, California, USA

Re: Image signal processor

Post by fmw42 »

Also see snibgo's page http://im.snibgo.com/demosaic.htm for de-mosaic
Post Reply