Machine Vision

cancel
Showing results for 
Search instead for 
Did you mean: 

create a cumulative histogram, accumulages Histogram

Dear Forum,

 

How can I create an accumulated histogram from a sequence of images (100) with different exposures?

 

need help Smiley Embarassed

 

0 Kudos
Message 1 of 3
(2,637 Views)
for this one it is better to change your image into array and try to create your histo function by tools that are exist in mathematical toolkit
0 Kudos
Message 2 of 3
(2,605 Views)

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.

0 Kudos
Message 3 of 3
(2,595 Views)