You are here: Start » AVLDL.DL_DetectAnomalies1 Method

AVLDL.DL_DetectAnomalies1 Method

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

Syntax

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

Parameters

Name Type Range Default Description
inImageAvlNet.Image
inModelIdAvlNet.DetectAnomalies1ModelId
inReconstructbool
outHeatmapAvlNet.Heatmap
outIsValidbool
outScorefloat
outIsConfidentbool
outReconstructedImageAvlNet.NullableRef<AvlNet.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 AvsFilter_DL_DetectAnomalies1. Supported formats: 1xUInt8, 3xUInt8.

Function Overrides

See also