public interface PlanarImage extends ImageSize, AutoCloseable
| Modifier and Type | Method and Description |
|---|---|
void |
assignTo(org.opencv.core.Mat dstImg) |
int |
channels() |
void |
close() |
int |
depth() |
int |
dims() |
long |
elemSize() |
long |
elemSize1() |
double[] |
get(int row,
int column) |
int |
get(int i,
int j,
byte[] pixelData) |
int |
get(int i,
int j,
double[] data) |
int |
get(int i,
int j,
float[] data) |
int |
get(int i,
int j,
int[] data) |
int |
get(int i,
int j,
short[] data) |
int |
height() |
void |
release() |
org.opencv.core.Size |
size() |
ImageCV |
toImageCV() |
org.opencv.core.Mat |
toMat() |
int |
type() |
int |
width() |
physicalBytesint channels()
int dims()
int depth()
long elemSize()
long elemSize1()
void release()
org.opencv.core.Size size()
int type()
int height()
int width()
double[] get(int row,
int column)
int get(int i,
int j,
byte[] pixelData)
int get(int i,
int j,
short[] data)
int get(int i,
int j,
int[] data)
int get(int i,
int j,
float[] data)
int get(int i,
int j,
double[] data)
void assignTo(org.opencv.core.Mat dstImg)
org.opencv.core.Mat toMat()
ImageCV toImageCV()
void close()
close in interface AutoCloseableCopyright © 2021. All rights reserved.