Image processing Question

Previous Topic Next Topic
 
classic Classic list List threaded Threaded
1 message Options
Reply | Threaded
Open this post in threaded view
|

Image processing Question

Sebastian Rhode-2
Hi, thanks for the help!

I alreday solved the problem by using FloatProcessor allowing for negative
Pixel Values. Othetwise the difference image PIC1 - PIC2 = DIFF contained
Zeros instead of negative values. And therefore stdDev (DIFF) was wrong.
The other workaround using an artificial offset (PIC1+OFFSET) - PIC2 =
DIFF works as well.

Cheers,

Sebi