Click or drag to resize
ImageDescription Class
Describes dimensions as well as internal memory layout of an image buffer.
Inheritance Hierarchy
SystemObject
  Scandit.RecognitionImageDescription

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

The ImageDescription type exposes the following members.

Constructors
  NameDescription
Public methodImageDescription
Constructs and empty image description with the image layout set to Unknown
Public methodImageDescription(Guid, Int32, Int32)
Construct from the Media Foundation's subtype & size.
Top
Properties
Methods
  NameDescription
Public methodDispose
Dispose the image description.
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 methodGetStride
Get line size, in bytes, for the internal representation of the image.
Public methodStatic membergetSupportedMfSubtypes
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Public methodStatic memberisMfSubtypeSupported
True if video frames of the specified MF subtypes are compatible with this version of Scandit recognition SDK.
Protected methodMemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
Public methodToString
Returns a string that represents the current object.
(Inherited from Object.)
Top
Fields
  NameDescription
Public fieldmediaFoundationSubtype
If this descriptor was constructed from a MF subtype, will contain that subtype.
Top
Remarks
Depending on the image layout different properties must be set. All image layouts require at least width, height and memory size. Bi-planar formats YpCrCb8U, YpCbCr8Uadditionally require bytes per row as well as data plane offsets for both planes.
See Also