You are here: Start » FILDL.DL_DetectAnomalies2_WithThresholds Method

FILDL.DL_DetectAnomalies2_WithThresholds Method

Namespace:FilNet.DeepLearning
Assembly:FilDl.Net.dll

Syntax

public static void DL_DetectAnomalies2_WithThresholds
(
	FilNet.Image inImage,
	FilNet.DetectAnomalies2ModelId inModelId,
	float inT1,
	FilNet.Heatmap outHeatmap,
	out bool outIsValid,
	out float outScore,
	out bool outIsConfident,
	INullable<FilNet.Region> outRoi
)

Parameters

Name Type Range Default Description
inImageFilNet.Image
inModelIdFilNet.DetectAnomalies2ModelId
inT1float
outHeatmapFilNet.Heatmap
outIsValidbool
outScorefloat
outIsConfidentbool
outRoiFilNet.INullable<FilNet.Region>

Function Overrides

See also