Condividi tramite


ImageObjectExtractor.GetSoftwareBitmapObjectMask Metodo

Definizione

Recupera una bitmap non compressa come Gray8 maschera utilizzata per estrarre elementi da un'immagine.

public:
 virtual SoftwareBitmap ^ GetSoftwareBitmapObjectMask(ImageObjectExtractorHint ^ hint) = GetSoftwareBitmapObjectMask;
SoftwareBitmap GetSoftwareBitmapObjectMask(ImageObjectExtractorHint const& hint);
public SoftwareBitmap GetSoftwareBitmapObjectMask(ImageObjectExtractorHint hint);
function getSoftwareBitmapObjectMask(hint)
Public Function GetSoftwareBitmapObjectMask (hint As ImageObjectExtractorHint) As SoftwareBitmap

Parametri

hint
ImageObjectExtractorHint

Consente di identificare l'artefatto desiderato da estrarre.

Restituisce

Oggetto SoftwareBitmap come Gray8 maschera utilizzata per estrarre gli artefatti da un'immagine.

Commenti

SoftwareBitmap supporta un set fisso di formati pixel (vedere BitmapPixelFormat) non ottimizzati per AI Foundry in Windows. Usare GetImageBufferObjectMask per i formati di pixel ottimizzati per AI Foundry in Windows.

Si applica a

Vedi anche