This class holds data that describes a single run within a run length encoded image (CogRLEBuffer). Note that a run is limited to a maximum length of 255 pixels, so an actual run may be represented by several adjacent instances of this object. A default constructed CogRLERun (value and length both zero) is used to denote the end of each row within a CogRLEBuffer.
Namespace: Cognex.VisionProAssembly: Cognex.VisionPro.Core (in Cognex.VisionPro.Core.dll) Version: 69.0.0.0
Syntax
The CogRLERun type exposes the following members.
Methods
| Name | Description | |
|---|---|---|
| Equals | Indicates whether this instance and a specified object are equal. (Inherited from ValueType.) | |
| GetHashCode | Returns the hash code for this instance. (Inherited from ValueType.) | |
| GetType | Gets the Type of the current instance. (Inherited from Object.) | |
| ToString | Returns the fully qualified type name of this instance. (Inherited from ValueType.) |
Fields
| Name | Description | |
|---|---|---|
| Length | The length in pixels of this run. Maximum value is 255. | |
| Value | The greyscale value of this run. |
See Also