Page 1 of 1

Image signal processor

Posted: 2017-08-03T21:32:02-07:00
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

Re: Image signal processor

Posted: 2017-08-03T21:39:38-07:00
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.

Re: Image signal processor

Posted: 2017-08-04T10:03:27-07:00
by fmw42
Also see snibgo's page http://im.snibgo.com/demosaic.htm for de-mosaic