You are here: Start » FILDL.DL_LocateObjects Method

FILDL.DL_LocateObjects Method

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

Syntax

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

Parameters

Name Type Range Default Description
inImageFilNet.Image
inRoiFilNet.NullableRef<FilNet.Region>
inModelIdFilNet.LocateObjectsModelId
inMinDetectionScorefloat
outObjectsSystem.Collections.Generic.IList<FilNet.ClassifiedRectangle>

Errors

List of possible exceptions:

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

Function Overrides

See also