CWIMAQInspectionOptions

NI Vision for Visual Basic

CWIMAQInspectionOptions

CWIMAQInspectionOptions specifies the options used by CWIMAQVision.CompareGoldenTemplate.

Properties

BinarySpecifies whether the method should return a binary image giving the location of defects, or a grayscale image giving the intensity of defects.
BrightThresholdSpecifies the threshold for areas where the inspection image is brighter than the template.
DarkThresholdSpecifies the threshold for areas where the inspection image is darker than the template.
EdgeThicknessToIgnoreSpecifies desired thickness of edges to be ignored. A value of 0 specifies that the algorithm will not ignore edges.
NormalizationMethodSpecifies how the function normalizes the golden template to the inspection image.
RegistrationMethodSpecifies how the function registers the golden template and the inspection image.

See Also

CWIMAQVision.CompareGoldenTemplate