Is it possible to do the arithmetic operation (addition) of the more than two images ?
I have 100 images of the same size, I want to normalize the image by adding all the images and by doing further some arithmetic operations (dividing by maximum gray value) .
0
Best Answer
-
Hi Raviraj,
If all your images are in a sequence, you can do sequence operations (Max,Min, Sum, Average):
You can also check the Normalize function, it's specially designed to normalize intensity on sequences.
Also, our Math tools can handle operations between sequences and single images:
Yuri0