You are here: Start » FILDL.DL_DetectAnomalies2 Method

FILDL.DL_DetectAnomalies2 Method

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

Syntax

public static void DL_DetectAnomalies2
(
	FilNet.Image inImage,
	FilNet.DetectAnomalies2ModelId inModelId,
	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
outHeatmapFilNet.Heatmap
outIsValidbool
outScorefloat
outIsConfidentbool
outRoiFilNet.INullable<FilNet.Region>

Remarks

This filter should not be executed along with running Deep Learning Service as it may result in degraded performance or even out-of-memory errors.

Errors

List of possible exceptions:

Error type Description
DomainError Not supported inImage pixel format in FisFilter_DL_DetectAnomalies2. Supported formats: 1xUInt8, 3xUInt8.

See also