InspectionOptions
Elements
| Name | Type | Description |
|---|---|---|
| registrationMethod | RegistrationMethod | Specifies how the function registers the golden template and the target image. |
| normalizationMethod | NormalizationMethod | Specifies how the function normalizes the golden template to the target image. |
| edgeThicknessToIgnore | int | Specifies desired thickness of edges to be ignored. A value of 0 specifies that the algorithm will not ignore edges. |
| brightThreshold | float | Specifies the threshold for areas where the target image is brighter than the golden template. |
| darkThreshold | float | Specifies the threshold for areas where the target image is darker than the golden template. |
| binary | int | Specifies whether the function should return a binary image giving the location of defects, or a grayscale image giving the intensity of defects. |