Ask Your Question

Revision history [back]

click to hide/show revision 1
initial version

average of some frames

Is there any possibility in opencv to get average of some frames?

average of some frames

Is there any possibility in opencv to get average of some frames?

std::list<float*> frames;

for(int i = 0; i < frames.size(); i++)
 {
     //Average of frames            

 }
click to hide/show revision 3
retagged

average of some frames

Is there any possibility in opencv to get average of some frames?

std::list<float*> frames;

for(int i = 0; i < frames.size(); i++)
 {
     //Average of frames            

 }