seqAvrg  
Top  Previous  Next

seqAvrg( integer Sequence, integer Output )

Use this function to create a single image as a result of accumulating and averaging all frames in a sequence. This is typically used for the noise reduction.

Parameters
 
Sequence  
 
An integer between 1 and 116 specifying the number of the sequence. Values in the range of 100-116 correspond to hidden sequences.  
 
Output  
An integer between 1 and 116 specifying the number of the image or sequence to be extracted. Values in the range of 100-116 correspond to hidden images.  
 
Error flags

ERR_OK  
 
The flag set if successful.  
 
ERR_FAILED  
 
The flag set if failed.  
 
Example

This set of statements grabs a sequence from the video device and extracts a sub-sequence out of it:  
 
grabSeq(1,8,100)  
seqAvrg (1,2)