You are here: Start » AVLDL.DL_DetectFeatures Method

AVLDL.DL_DetectFeatures Method

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

Syntax

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

Parameters

Name Type Range Default Description
inImageAvlNet.Image
inRoiAvlNet.NullableRef<AvlNet.Region>
inModelIdAvlNet.DetectFeaturesModelId
inOverlapbool
outHeatmapsSystem.Collections.Generic.IList<AvlNet.Heatmap>
outFeature1AvlNet.Heatmap
outFeature2AvlNet.Heatmap
outFeature3AvlNet.Heatmap
outFeature4AvlNet.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 AvsFilter_DL_DetectFeatures. Supported formats: 1xUInt8, 3xUInt8.

Function Overrides

See also