ImageObjectExtractor.GetSoftwareBitmapObjectMask Metodo
Definizione
Importante
Alcune informazioni sono relative alla release non definitiva del prodotto, che potrebbe subire modifiche significative prima della release definitiva. Microsoft non riconosce alcuna garanzia, espressa o implicita, in merito alle informazioni qui fornite.
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
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.