The CogBeadInspectDefect type exposes the following members.
Properties
| Name | Description | |
|---|---|---|
| Area |
Gets the area of the bead path where the defect was detected. The area is defined by summing the bead widths within the defect.
This area is specified in units defined by the image's
SelectedSpaceName.
| |
| Bounds |
Gets the bounding box of the defect. The bounding box encloses the
segment of the bead path where the defect is present, and all of the
calipers that compise that defect.
This box is specified in units defined by the image's
SelectedSpaceName.
| |
| CoverageAvg |
Get the average coverage ratio measured by the calipers of this defect.
| |
| CoverageMax |
Get the maximum coverage ratio measured by the calipers of this defect.
| |
| CoverageMin |
Get the minimum coverage ratio measured by the calipers of this defect.
| |
| DefectClass |
Gets the categories that describe the defect, specified as bitwise ORed flags defined by the CogBeadInspectDefectTypeConstants enumeration.
| |
| EndCaliperIndex |
Get the index of the last caliper that comprises this defect.
| |
| EndPositionX |
Gets the x-coordinate of the last point along the segment of the bead path where the defect was detected.
This coordinate is specified in units defined by the image's
SelectedSpaceName.
| |
| EndPositionY |
Gets the y-coordinate of the last point along the segment of the bead path where the defect was detected.
This coordinate is specified in units defined by the image's
SelectedSpaceName.
| |
| LeftStepMax |
Get the maximum step value measured by the calipers of this defect
along the left edge of the bead. This measurement can help you to
identify sharp fluctuations in the position of the edge.
| |
| RightStepMax |
Get the maximum step value measured by the calipers of this defect
along the right edge of the bead. This measurement can help you to
identify sharp fluctuations in the position of the edge.
| |
| Size |
Gets the length of the path between the first and last points along the segment of the bead path where the defect was detected.
This length is specified in units defined by the image's
SelectedSpaceName.
| |
| StartCaliperIndex |
Get the index of the first caliper that comprises this defect.
| |
| StartPositionX |
Gets the x-coordinate of the first point along the segment of the bead path where the defect was detected.
This coordinate is specified in units defined by the image's
SelectedSpaceName.
| |
| StartPositionY |
Gets the y-coordinate of the first point along the segment of the bead path where the defect was detected.
This coordinate is specified in units defined by the image's
SelectedSpaceName.
| |
| WidthAvg |
Get the average width ratio measured by the calipers of this defect.
For each caliper the width ratio is computed by dividing the width
measured at runtime by the width measured at train-time.
| |
| WidthMax |
Get the maximum width ratio measured by the calipers of this defect.
For each caliper the width ratio is computed by dividing the width
measured at runtime by the width measured at train-time.
| |
| WidthMin |
Get the minimum width ratio measured by the calipers of this defect.
For each caliper the width ratio is computed by dividing the width
measured at runtime by the width measured at train-time.
|
See Also