You are here: Start » AVLDL.DL_ClassifyObject Method

AVLDL.DL_ClassifyObject Method

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

Syntax

public static void DL_ClassifyObject
(
	AvlNet.Image inImage,
	AvlNet.Rectangle2D? inRoi,
	AvlNet.CoordinateSystem2D? inRoiAlignment,
	AvlNet.ClassifyObjectModelId inModelId,
	bool inCreateHeatmap,
	IList<AvlNet.ClassConfidence> outConfidences,
	out string outClassName,
	out int outClassIndex,
	out float outScore,
	AvlNet.Heatmap outRelevanceHeatmap,
	out AvlNet.Rectangle2D outAlignedRoi
)

Parameters

Name Type Range Default Description
inImageAvlNet.Image
inRoiAvlNet.Rectangle2D?
inRoiAlignmentAvlNet.CoordinateSystem2D?
inModelIdAvlNet.ClassifyObjectModelId
inCreateHeatmapbool
outConfidencesSystem.Collections.Generic.IList<AvlNet.ClassConfidence>
outClassNamestring
outClassIndexint
outScorefloat
outRelevanceHeatmapAvlNet.Heatmap
outAlignedRoiAvlNet.Rectangle2D

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

Function Overrides

See also