You are here: Start » AVLDL.DL_DetectAnomalies2_WithThresholds Method

AVLDL.DL_DetectAnomalies2_WithThresholds Method

Namespace:AvlNet.DeepLearning
Assembly:AvlDl.Net.dll

Syntax

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

Parameters

Name Type Range Default Description
inImageAvlNet.Image
inModelIdAvlNet.DetectAnomalies2ModelId
inT1float
inT2float?
outHeatmapAvlNet.Heatmap
outIsValidbool
outScorefloat
outIsConfidentbool
outRoiAvlNet.INullable<AvlNet.Region>

Function Overrides

See also