You are here: Start » FIL.NET » FIS.CreateGoldenTemplate_Intensity Method

FIS.CreateGoldenTemplate_Intensity Method

Creates golden template for application in CompareGoldenTemplate_Intensity filter.

Namespace:FilNet
Assembly:FIL.NET.dll

Syntax

public static void CreateGoldenTemplate_Intensity
(
	FilNet.Image inTemplateImage,
	FilNet.Rectangle2D? inTemplateArea,
	NullableRef<FilNet.Region> inMask,
	FilNet.CoordinateSystem2D? inTemplateAreaAlignment,
	float inEdgeThreshold,
	int inEdgeDilation,
	FilNet.GrayGoldenTemplate outGoldenTemplate
)

Parameters

Name Type Range Default Description
inTemplateImageFilNet.ImageTemplate image containing an object with no defects.
inTemplateAreaFilNet.Rectangle2D?Desired area to compare. Default value: ftl::NIL.
inMaskFilNet.NullableRef<FilNet.Region>Range of pixels to compare. Default value: ftl::NIL.
inTemplateAreaAlignmentFilNet.CoordinateSystem2D?Alignment of template bounded by inTemplateArea. Default value: ftl::NIL.
inEdgeThresholdfloat<0.0f, INF>10.0fMinimum strength of edges on the golden image near which comparison is NOT performed. Default value: 10.0f.
inEdgeDilationint<0, 1000000>1Defines for how far from the detected edges comparison is NOT performed. Default value: 1.
outGoldenTemplateFilNet.GrayGoldenTemplateThe output golden template structure.

Function Overrides

See also