09-29-2017 01:50 AM
Dear Forum,
How can I create an accumulated histogram from a sequence of images (100) with different exposures?
need help ![]()
10-02-2017 04:42 AM
10-02-2017 03:47 PM
Have you looked at the IMAQdx "Low-level Ring Rolling Average" example? That one does a rolling average of N images. You could probably modify it easily to do some operation on the last 100 images.
Note that if you don't want to do it "live", then you can just do a fixed sequence and don't need the complexity of this code.