You are here: Start » FILDL.DL_ClassifyObject Method

FILDL.DL_ClassifyObject Method

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

Syntax

public static void DL_ClassifyObject
(
	FilNet.Image inImage,
	FilNet.ClassifyObjectModelId inModelId,
	bool inCreateHeatmap,
	IList<FilNet.ClassConfidence> outConfidences,
	out string outClassName,
	out int outClassIndex,
	out float outScore,
	FilNet.Heatmap outRelevanceHeatmap
)

Parameters

Name Type Range Default Description
inImageFilNet.Image
inModelIdFilNet.ClassifyObjectModelId
inCreateHeatmapbool
outConfidencesSystem.Collections.Generic.IList<FilNet.ClassConfidence>
outClassNamestring
outClassIndexint
outScorefloat
outRelevanceHeatmapFilNet.Heatmap

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

Function Overrides

See also