You are here: Start » FILDL.DL_SegmentInstances Method

FILDL.DL_SegmentInstances Method

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

Syntax

public static void DL_SegmentInstances
(
	FilNet.Image inImage,
	FilNet.SegmentInstancesModelId inModelId,
	IList<FilNet.Box> outBoundingBoxes,
	IList<int> outClassIds,
	IList<string> outClassNames,
	IList<float> outScores,
	IList<FilNet.Region> outMasks
)

Parameters

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

Function Overrides

See also