Image / Video Subtraction techniques
Posted: 2015-03-06T04:35:54-07:00
I am new to Image processing and have learnt only few bits using Octave + net resources.
I am trying to subtract two images A & B. A contains noise and B doesn't. Both of these images are gray (blank shaded of gray white image) and the noise looks like a a few dark shaded pixels runnnig horizontally in image A which can be distinguished visually.
Using imsubtract method deosn't give me the result I want, so I am looking for advanced techniques / steps that can help this issue.
The noise on the image is due to flicker on LCD screen which is captured by camera. I also plan to apply this subtraction technique(s) on the video of under same conditions.
In tutorials I found people subtracting videos but those are rich in color, my input image is lacks color. But definitely running through pixel values will result in some differences.
Aany ideas? Am I thinking correctly about this problem by utlizing FFT and pixel subtraction based techniques?
I am trying to subtract two images A & B. A contains noise and B doesn't. Both of these images are gray (blank shaded of gray white image) and the noise looks like a a few dark shaded pixels runnnig horizontally in image A which can be distinguished visually.
Using imsubtract method deosn't give me the result I want, so I am looking for advanced techniques / steps that can help this issue.
The noise on the image is due to flicker on LCD screen which is captured by camera. I also plan to apply this subtraction technique(s) on the video of under same conditions.
In tutorials I found people subtracting videos but those are rich in color, my input image is lacks color. But definitely running through pixel values will result in some differences.
Aany ideas? Am I thinking correctly about this problem by utlizing FFT and pixel subtraction based techniques?