Back to FabImage Studio website
You are here: Start » Filter Reference » Image Analysis » CompareGoldenTemplate_Intensity_Deprecated
Compares an image with a template image considered to have no defects.
Name | Type | Range | Description | |
---|---|---|---|---|
![]() |
inImage | Image | Input image | |
![]() |
inGoldenImage | Image | Reference image containing no defects | |
![]() |
inRoi | Region* | Range of pixels to be processed | |
![]() |
inEdgeThreshold | Real | 0.0 - ![]() |
Minimum strength of edges on the golden image near which comparison is NOT performed |
![]() |
inEdgeDilation | Integer | 0 - ![]() |
Defines for how far from the detected edges comparison is NOT performed |
![]() |
inStaticModel | Bool | Flag indicating whether model should be created only in the first iteration | |
![]() |
inMaxDifference | Real | 0.0 - ![]() |
Maximal allowed difference between corresponding pixels of the input and golden images |
![]() |
inMinDefectRadius | Integer | 0 - ![]() |
Minimal radius of a defect |
![]() |
outDefects | Region | Region of detected defects | |
![]() |
outDifferenceRegion | Region | Region of pixels differing too much between the golden image and the input image | |
![]() |
outDefectsPresent | Bool | Flag indicating whether any defects were detected | |
![]() |
outEdgeRegion | Region | Region of pixels that will not be compared |
Applications
Finding general object defects by analyzing brightness deviations from a template image.
Complexity Level
This filter is available on Basic Complexity Level.
Filter Group
This filters is member of CompareGoldenTemplate_Deprecated filter group.