Gets a one dimensional array of CogRLERun objects for this CogRLEBuffer. The order of these CogRLERun objects is row major - that is, they start with the first image pixel row, progressing from the first pixel column towards the last pixel column, then continue with the second row, and so on. The end of each row is identified with a CogRLERun object whose Length value is zero.
Namespace: Cognex.VisionProAssembly: Cognex.VisionPro.Core (in Cognex.VisionPro.Core.dll) Version: 75.1.0.0
Syntax
Return Value
Type: CogRLERunA one dimensional array of CogRLERun objects.
See Also