You are here: Start » DLInvoke.DL_LocateObjects
Performs locating objects using a pretrained deep learning model.
Namespace: | Avl |
---|---|
Assembly: | AvlNet.DL.Cpu.dll |
Syntax
C++
C#
public static void DL_LocateObjects ( Avl.Image inImage, Optional<Avl.Region> inRoi, Avl.LocateObjectsModelId inModelId, float inMinDetectionScore, float inMaxOverlap, List<Avl.ClassifiedRectangle> outObjects )
Parameters
Name | Type | Range | Default | Description | |
---|---|---|---|---|---|
![]() | inImage | Avl.Image | Input image. | ||
![]() | inRoi | Atl.Optional<Avl.Region> | Limits the area where objects may be located. Default value: atl::NIL. | ||
![]() | inModelId | Avl.LocateObjectsModelId | Identifier of a LocateObjects model. | ||
![]() | inMinDetectionScore | float | Sets a minimum required score for an object to be returned. Default value: 0.5f. | ||
![]() | inMaxOverlap | float | Maximum overlap factor of two object allowed. Default value: 0.2f. | ||
![]() | outObjects | System.Collections.Generic.List<Avl.ClassifiedRectangle> |