Click or drag to resize
FrameSequence Class
Encapsulates a sequence of frames to be processsed.
Inheritance Hierarchy
SystemObject
  Scandit.RecognitionFrameSequence

Namespace: Scandit.Recognition
Assembly: Scandit.Recognition (in Scandit.Recognition.dll) Version: 4.16.0.0 (4.16.0.0)
Syntax
public class FrameSequence : IDisposable

The FrameSequence type exposes the following members.

Methods
  NameDescription
Public methodDispose
Dispose the frame sequence.
Public methodEquals
Determines whether the specified object is equal to the current object.
(Inherited from Object.)
Protected methodFinalize
Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.
(Inherited from Object.)
Public methodGetHashCode
Serves as the default hash function.
(Inherited from Object.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Protected methodMemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
Public methodProcessFrame(ImageDescription, Byte)
Process one frame, from the managed buffer.
Public methodProcessFrame(ImageDescription, IntPtr)
Process one frame, from the native buffer.
Public methodToString
Returns a string that represents the current object.
(Inherited from Object.)
Top
Remarks
See Also