Interface ISAMAnnotationPoint

Namespace
NT2I.ONNX.Abstractions.Interfaces.SAM
Assembly
NT2I.ONNX.Abstractions.dll

Définit le contrat pour un point d'annotation utilisé par SAM (ex: clic de souris).

public interface ISAMAnnotationPoint

Properties

Label

Obtient le type d'annotation (avant-plan/positif ou arrière-plan/négatif).

AnnotationLabelEnum Label { get; }

Property Value

AnnotationLabelEnum

X

Obtient ou définit la coordonnée X du point.

float X { get; set; }

Property Value

float

Y

Obtient ou définit la coordonnée Y du point.

float Y { get; set; }

Property Value

float