public interface ImageMatrix
| 限定符和类型 | 方法和说明 |
|---|---|
int |
getHeight() |
byte[] |
getMatrixBGR()
对图像解码返回BGR格式矩阵数据
|
byte[] |
getMatrixData(MatType matrixType)
对图像解码返回指定格式数据
|
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
UnsupportedFormatExceptionbyte[] getMatrixData(MatType matrixType) throws UnsupportedFormatException
matrixType - 矩阵类型UnsupportedFormatExceptionCopyright © 2023. All Rights Reserved.