ImageObjectExtractor.GetImageBufferObjectMask 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, ottimizzata per AI Foundry in Windows, come maschera Gray8 usata per estrarre elementi da un'immagine.
public:
virtual ImageBuffer ^ GetImageBufferObjectMask(ImageObjectExtractorHint ^ hint) = GetImageBufferObjectMask;
ImageBuffer GetImageBufferObjectMask(ImageObjectExtractorHint const& hint);
public ImageBuffer GetImageBufferObjectMask(ImageObjectExtractorHint hint);
function getImageBufferObjectMask(hint)
Public Function GetImageBufferObjectMask (hint As ImageObjectExtractorHint) As ImageBuffer
Parametri
Consente di identificare l'artefatto desiderato da estrarre.
Restituisce
Oggetto ImageBuffer come Gray8 maschera utilizzata per estrarre gli artefatti da un'immagine.
Commenti
Usare GetSoftwareBitmapObjectMask per i formati pixel non supportati da ImageBuffer.