CogBeadInspectDefect Bounds Property Cognex VisionPro 9.7
Gets the bounding box of the defect. The bounding box length is defined by the euclidean distance between the first and last points within the segment of the bead path where the defect is present. The bounding box height is defined by the largest bead width within the segment of the bead path where the defect is present. This box is specified in units defined by the space selected by the image's SelectedSpaceName.

Namespace: Cognex.VisionPro.EdgeInspect
Assembly: Cognex.VisionPro.EdgeInspect (in Cognex.VisionPro.EdgeInspect.dll) Version: 73.0.0.0
Syntax

public CogRectangleAffine Bounds { get; }

Property Value

Type: CogRectangleAffine
See Also