calculating noise in video or image

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
manit
Posts: 123
Joined: 2009-01-30T22:31:26-07:00

calculating noise in video or image

Post by manit »

When our cable telivision signal is weak then we see grains on screen otherwise the picture is sharp . Can we calculate that ?
Actually I am trying to differentiate between good & bad video (obtained in desktop using tv tuner card) using imagemagick.
User avatar
fmw42
Posts: 25562
Joined: 2007-07-02T17:14:51-07:00
Authentication code: 1152
Location: Sunnyvale, California, USA

Re: calculating noise in video or image

Post by fmw42 »

calculate what? what image format?
manit
Posts: 123
Joined: 2009-01-30T22:31:26-07:00

Re: calculating noise in video or image

Post by manit »

I can extract jpg frames from video obtained.
Is there a difference in brightness,contrast (or any pother parameter) when image blurs so that I can use to quantify the jpg as sharp or blurred.
User avatar
fmw42
Posts: 25562
Joined: 2007-07-02T17:14:51-07:00
Authentication code: 1152
Location: Sunnyvale, California, USA

Re: calculating noise in video or image

Post by fmw42 »

No technique that I know about of the top of my head. Perhaps someone else might know a way.
User avatar
anthony
Posts: 8883
Joined: 2004-05-31T19:27:03-07:00
Authentication code: 8675308
Location: Brisbane, Australia

Re: calculating noise in video or image

Post by anthony »

There are many forms of noise, and you can get some idea of how much a specific type of noise there is, but only in the general case.

For example 'snow' or 'salt and pepper pixel noise' can be figured out by looking for isolated pixels.


However in general it is difficult to get a qualitative indication of how much noise their is. I mean is that 'fuzzy square' an artifact of JPEG compression (in low quality MPEG video), or is it really part of the scene?
Anthony Thyssen -- Webmaster for ImageMagick Example Pages
https://imagemagick.org/Usage/
Post Reply