You are here: Start » FIL.NET » Invoke.CreateGoldenTemplate_Intensity
Creates golden template for application in CompareGoldenTemplate_Intensity filter.
Namespace: | Fil |
---|---|
Assembly: | FilNet.dll |
Syntax
C++
C#
public static void CreateGoldenTemplate_Intensity ( Fil.Image inTemplateImage, Optional<Fil.Rectangle2D> inTemplateArea, Optional<Fil.Region> inMask, Optional<Fil.CoordinateSystem2D> inTemplateAreaAlignment, float inEdgeThreshold, int inEdgeDilation, Fil.GrayGoldenTemplate outGoldenTemplate, Diagnostic<Fil.Image> diagCroppedImage, Diagnostic<Fil.Region> diagCroppedEdgeRegion, Diagnostic<Fil.Region> diagEdgeRegion )
Parameters
Name | Type | Range | Default | Description | |
---|---|---|---|---|---|
![]() | inTemplateImage | Fil.Image | Template image containing an object with no defects. | ||
![]() | inTemplateArea | Ftl.Optional<Fil.Rectangle2D> | Desired area to compare. Default value: ftl::NIL. | ||
![]() | inMask | Ftl.Optional<Fil.Region> | Range of pixels to compare. Default value: ftl::NIL. | ||
![]() | inTemplateAreaAlignment | Ftl.Optional<Fil.CoordinateSystem2D> | Alignment of template bounded by inTemplateArea. Default value: ftl::NIL. | ||
![]() | inEdgeThreshold | float | <0.0f, INF> | 10.0f | Minimum strength of edges on the golden image near which comparison is NOT performed. Default value: 10.0f. |
![]() | inEdgeDilation | int | <0, 1000000> | 1 | Defines for how far from the detected edges comparison is NOT performed. Default value: 1. |
![]() | outGoldenTemplate | Fil.GrayGoldenTemplate | The output golden template structure. | ||
![]() | diagCroppedImage | Fil.Diagnostic<Fil.Image> | Cropped image to be analyzed. | ||
![]() | diagCroppedEdgeRegion | Fil.Diagnostic<Fil.Region> | Region of pixels that will not be compared. | ||
![]() | diagEdgeRegion | Fil.Diagnostic<Fil.Region> | Edges projected onto the input image. |