Interface ISAMAnnotationRectangle

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

Définit le contrat pour une annotation de type rectangle.

public interface ISAMAnnotationRectangle : ISAMAnnotationPoint
Inherited Members

Properties

Height

Obtient ou définit la hauteur du rectangle.

float Height { get; set; }

Property Value

float

Width

Obtient ou définit la largeur du rectangle.

float Width { get; set; }

Property Value

float