You are here: Start » FILDL.DL_DetectAnomalies1 Method

FILDL.DL_DetectAnomalies1 Method

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

Syntax

public static void DL_DetectAnomalies1
(
	FilNet.Image inImage,
	FilNet.DetectAnomalies1ModelId inModelId,
	bool inReconstruct,
	FilNet.Heatmap outHeatmap,
	out bool outIsValid,
	out float outScore,
	out bool outIsConfident,
	NullableRef<FilNet.Image> outReconstructedImage
)

Parameters

Name Type Range Default Description
inImageFilNet.Image
inModelIdFilNet.DetectAnomalies1ModelId
inReconstructbool
outHeatmapFilNet.Heatmap
outIsValidbool
outScorefloat
outIsConfidentbool
outReconstructedImageFilNet.NullableRef<FilNet.Image>

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_DetectAnomalies1. Supported formats: 1xUInt8, 3xUInt8.

Function Overrides

See also