Difference Image with offset applied
Posted: 2014-12-12T04:26:34-07:00
Hi,
I want to calculate Temporal noise between two black frames, stored as 16bit tiff files.
As far as I understand the instructions, difference results in absolute values.
So using this command will result in a difference image with absolute values:
composite frame1.tif frame2.tif -compose difference difference.tif
Of course, for SNR I don't want absolute values.
So I thought I can maybe shift the difference image to 50% luminance, to avoid negative values.
composite frame1.tif frame2.tif -compose difference -level 50%,-50% difference.tif
Anyhow stupid idea, as difference still results i absolute values.
So long story short:
Is there a way to calculate difference images without absolute values?
Thanks in advance for any informations.
Greg
I want to calculate Temporal noise between two black frames, stored as 16bit tiff files.
As far as I understand the instructions, difference results in absolute values.
So using this command will result in a difference image with absolute values:
composite frame1.tif frame2.tif -compose difference difference.tif
Of course, for SNR I don't want absolute values.
So I thought I can maybe shift the difference image to 50% luminance, to avoid negative values.
composite frame1.tif frame2.tif -compose difference -level 50%,-50% difference.tif
Anyhow stupid idea, as difference still results i absolute values.
So long story short:
Is there a way to calculate difference images without absolute values?
Thanks in advance for any informations.
Greg