I've several images with different color values, each value is 8-bit value. Every image represents the same frame. I'm trying to sum all images together to get a better picture. I've tried combining the colors using the average of the colors, however the combined picture is too dark. Is there a known algorithm that combines the colors?
Thanks