You are here: Start » AVLDL.DL_LocateObjects Method

AVLDL.DL_LocateObjects Method

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

Syntax

public static void DL_LocateObjects
(
	AvlNet.Image inImage,
	NullableRef<AvlNet.Region> inRoi,
	AvlNet.LocateObjectsModelId inModelId,
	float inMinDetectionScore,
	IList<AvlNet.ClassifiedRectangle> outObjects
)

Parameters

Name Type Range Default Description
inImageAvlNet.Image
inRoiAvlNet.NullableRef<AvlNet.Region>
inModelIdAvlNet.LocateObjectsModelId
inMinDetectionScorefloat
outObjectsSystem.Collections.Generic.IList<AvlNet.ClassifiedRectangle>

Errors

List of possible exceptions:

Error type Description
DomainError Not supported inImage pixel format in AvsFilter_DL_LocateObjects. Supported formats: 1xUInt8, 3xUInt8.

Function Overrides

See also