You are here: Start » DLInvoke.DL_SegmentInstances_Deprecated
Namespace: | Avl |
---|---|
Assembly: | AvlNet.DL.Cpu.dll |
Syntax
C++
C#
public static void DL_SegmentInstances_Deprecated ( Avl.Image inImage, Optional<Avl.Region> inRoi, Avl.SegmentInstancesModelId inModelId, Optional<float> inMinDetectionScore, Optional<int> inMaxObjectsCount, List<Avl.Box> outBoundingBoxes, List<int> outClassIds, List<string> outClassNames, List<float> outScores, List<Avl.Region> outMasks )
Parameters
Name | Type | Range | Default | Description | |
---|---|---|---|---|---|
![]() | inImage | Avl.Image | |||
![]() | inRoi | Atl.Optional<Avl.Region> | |||
![]() | inModelId | Avl.SegmentInstancesModelId | |||
![]() | inMinDetectionScore | Atl.Optional<float> | |||
![]() | inMaxObjectsCount | Atl.Optional<int> | |||
![]() | outBoundingBoxes | System.Collections.Generic.List<Avl.Box> | |||
![]() | outClassIds | System.Collections.Generic.List<int> | |||
![]() | outClassNames | System.Collections.Generic.List<string> | |||
![]() | outScores | System.Collections.Generic.List<float> | |||
![]() | outMasks | System.Collections.Generic.List<Avl.Region> |