You are here: Start » AVLDL.DL_LocatePoints Method

AVLDL.DL_LocatePoints Method

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

Syntax

public static void DL_LocatePoints
(
	AvlNet.Image inImage,
	NullableRef<AvlNet.Region> inRoi,
	AvlNet.LocatePointsModelId inModelId,
	float inMinDetectionScore,
	float? inMinDistanceRatio,
	bool inOverlap,
	IList<AvlNet.Location> outLocations,
	IList<int> outClassIds,
	IList<string> outClassNames,
	IList<float> outScores
)

Parameters

Name Type Range Default Description
inImageAvlNet.Image
inRoiAvlNet.NullableRef<AvlNet.Region>
inModelIdAvlNet.LocatePointsModelId
inMinDetectionScorefloat
inMinDistanceRatiofloat?
inOverlapbool
outLocationsSystem.Collections.Generic.IList<AvlNet.Location>
outClassIdsSystem.Collections.Generic.IList<int>
outClassNamesSystem.Collections.Generic.IList<string>
outScoresSystem.Collections.Generic.IList<float>

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

Function Overrides

See also