Udostępnij za pośrednictwem


ImageWriter Class

Definition

Represents the ability to write image data, for use as input to Vision AI operations.

public sealed class ImageWriter : IDisposable
type ImageWriter = class
    interface IDisposable
Public NotInheritable Class ImageWriter
Implements IDisposable
Inheritance
ImageWriter
Implements

Methods

Dispose()

Disposes the current object. It is safe to call this multiple times.

GetMemory(Int32)

Not implemented

GetSpan(Int32)

Not implemented.

Write(Image)

Copy a new input image to the internal buffer.

Write(Memory<Byte>)

Writes a single image to the internal buffer.

Applies to