public interface ImageMatrix
| Modifier and Type | Method and Description |
|---|---|
int |
getHeight() |
byte[] |
getMatrixBGR()
对图像解码返回BGR格式矩阵数据
|
byte[] |
getMatrixGray()
对图像数据指定的区域解码返回灰度图像矩阵
|
byte[] |
getMatrixRGB()
对图像解码返回RGB格式矩阵数据
|
byte[] |
getMatrixRGBA()
对图像解码返回RGBA格式矩阵数据
|
int |
getWidth() |
int getHeight()
int getWidth()
byte[] getMatrixGray() throws UnsupportedFormatException
UnsupportedFormatExceptionbyte[] getMatrixBGR() throws UnsupportedFormatException
UnsupportedFormatExceptionbyte[] getMatrixRGB() throws UnsupportedFormatException
UnsupportedFormatExceptionbyte[] getMatrixRGBA() throws UnsupportedFormatException
UnsupportedFormatExceptionCopyright © 2019. All rights reserved.