LabelData Class OpenCvSharp Class Library
Label values for each pixel
Inheritance Hierarchy

SystemObject
  OpenCvSharp.BlobLabelData

Namespace:  OpenCvSharp.Blob
Assembly:  OpenCvSharp.Blob (in OpenCvSharp.Blob.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax

public class LabelData : ICloneable

The LabelData type exposes the following members.

Constructors

  NameDescription
Public methodLabelData(Int32)
Initializes a new instance of the LabelData class
Public methodLabelData(Int32, Int32)
Initializes a new instance of the LabelData class
Public methodLabelData(Int32, CvRect)
Initializes a new instance of the LabelData class
Public methodLabelData(Int32, Int32, CvRect)
Initializes a new instance of the LabelData class
Top
Properties

  NameDescription
Public propertyCols
Column Length
Public propertyItem
Public propertyRoi
Region of interest
Public propertyRows
Row length
Public propertyValues
Label value
Top
Methods

  NameDescription
Public methodClone
Returns deep copied instance of this
Public methodDebugShow
Public methodEquals (Inherited from Object.)
Protected methodFinalize (Inherited from Object.)
Public methodGetHashCode (Inherited from Object.)
Public methodGetType (Inherited from Object.)
Protected methodMemberwiseClone (Inherited from Object.)
Public methodRawGetLabel
Public methodRawSetLabel
Public methodToString (Inherited from Object.)
Top
See Also

Reference