Class SAMAnnotationSet

Namespace
NT2I.ONNX.Abstractions
Assembly
NT2I.ONNX.Abstractions.dll

Représente un ensemble d'annotations (points et labels) pour un seul objet à segmenter.

public class SAMAnnotationSet : ISAMAnnotationSet
Inheritance
SAMAnnotationSet
Implements
Inherited Members

Constructors

SAMAnnotationSet()

public SAMAnnotationSet()

Properties

Labels

Obtient la liste des labels correspondant à chaque point.

public List<float> Labels { get; }

Property Value

List<float>

Points

Obtient la liste des coordonnées des points, aplaties (ex: [x1, y1, x2, y2, ...]).

public List<float> Points { get; }

Property Value

List<float>