You are here: Start » FILDL.DL_DetectFeatures Method

FILDL.DL_DetectFeatures Method

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

Syntax

public static void DL_DetectFeatures
(
	FilNet.Image inImage,
	NullableRef<FilNet.Region> inRoi,
	FilNet.DetectFeaturesModelId inModelId,
	bool inOverlap,
	IList<FilNet.Heatmap> outHeatmaps,
	FilNet.Heatmap outFeature1,
	FilNet.Heatmap outFeature2,
	FilNet.Heatmap outFeature3,
	FilNet.Heatmap outFeature4
)

Parameters

Name Type Range Default Description
inImageFilNet.Image
inRoiFilNet.NullableRef<FilNet.Region>
inModelIdFilNet.DetectFeaturesModelId
inOverlapbool
outHeatmapsSystem.Collections.Generic.IList<FilNet.Heatmap>
outFeature1FilNet.Heatmap
outFeature2FilNet.Heatmap
outFeature3FilNet.Heatmap
outFeature4FilNet.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_DetectFeatures. Supported formats: 1xUInt8, 3xUInt8.

Function Overrides

See also