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
Image signal processor
-
- Posts: 1
- Joined: 2017-08-02T04:51:40-07:00
- Authentication code: 1151
- fmw42
- Posts: 25562
- Joined: 2007-07-02T17:14:51-07:00
- Authentication code: 1152
- Location: Sunnyvale, California, USA
Re: Image signal processor
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.
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.
- fmw42
- Posts: 25562
- Joined: 2007-07-02T17:14:51-07:00
- Authentication code: 1152
- Location: Sunnyvale, California, USA
Re: Image signal processor
Also see snibgo's page http://im.snibgo.com/demosaic.htm for de-mosaic