CWIMAQInspectionOptions
CWIMAQInspectionOptions specifies the options used by CWIMAQVision.CompareGoldenTemplate.
Properties
| Binary | Specifies whether the method should return a binary image giving the location of defects, or a grayscale image giving the intensity of defects. |
| BrightThreshold | Specifies the threshold for areas where the inspection image is brighter than the template. |
| DarkThreshold | Specifies the threshold for areas where the inspection image is darker than the template. |
| EdgeThicknessToIgnore | Specifies desired thickness of edges to be ignored. A value of 0 specifies that the algorithm will not ignore edges. |
| NormalizationMethod | Specifies how the function normalizes the golden template to the inspection image. |
| RegistrationMethod | Specifies how the function registers the golden template and the inspection image. |