RecognitionContextStartFrameSequence Method |
Start a new frame sequence
Namespace:
Scandit.Recognition
Assembly:
Scandit.Recognition (in Scandit.Recognition.dll) Version: 5.18.0.10 (5.18.0.10)
Syntax public FrameSequence StartFrameSequence()
Public Function StartFrameSequence As FrameSequence
public:
FrameSequence^ StartFrameSequence()
member StartFrameSequence : unit -> FrameSequence
Return Value
Type:
FrameSequenceA new frame sequence
Remarks
The recognition context processes frames in sequences. Frames within a frame sequence are temporally
consistent, e.g. they are consecutive frames from the same video stream. The recognition context will
use that information to optimize the recognition. To process individual images that were recorded
separately, a new frame sequence should be used for correct behavior.
Version Information
Supported in: 1.0
See Also