ByteBufferExtractor

classe pública ByteBufferExtractor

Utilitário para extrair ByteBuffer de MlImage.

Atualmente, ele só oferece suporte a MlImage com MlImage.STORAGE_TYPE_BYTEBUFFER. Caso contrário, IllegalArgumentException será gerado.

Métodos públicos

estático ByteBuffer
extract(imagem MlImage)
Extrai um ByteBuffer de um MlImage.

Métodos herdados

boolean
equals(Objeto arg0)
final Classe<?>
getClass()
int
hashCode()
nulo final
notify()
nulo final
notifyAll()
String
toString()
nulo final
wait(long arg0, int arg1)
nulo final
wait(long arg0)
nulo final
wait()

Métodos públicos

público estático ByteBuffer extrair (MlImage)

Extrai um ByteBuffer de um MlImage.

O ByteBuffer retornado é uma visualização somente leitura, com o primeiro ImageProperties disponível, cujo tipo de armazenamento é MlImage.STORAGE_TYPE_BYTEBUFFER.

Parâmetros
imagem
Retorna
Gera
IllegalArgumentException quando a imagem não contém um armazenamento ByteBuffer.