Interface IInstanceSegmentation

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

Définit le contrat pour un masque de segmentation d'instance, associé à une boîte englobante.

public interface IInstanceSegmentation : IBoundingBox
Inherited Members

Properties

Mask

Obtient le masque de segmentation binaire pour l'instance détectée.

float[] Mask { get; }

Property Value

float[]