public class ImageCV extends org.opencv.core.Mat implements PlanarImage
| Constructor and Description |
|---|
ImageCV() |
ImageCV(int rows,
int cols,
int type) |
ImageCV(int rows,
int cols,
int type,
org.opencv.core.Scalar s) |
ImageCV(org.opencv.core.Mat m,
org.opencv.core.Range rowRange) |
ImageCV(org.opencv.core.Mat m,
org.opencv.core.Range rowRange,
org.opencv.core.Range colRange) |
ImageCV(org.opencv.core.Mat m,
org.opencv.core.Rect roi) |
ImageCV(org.opencv.core.Size size,
int type) |
ImageCV(org.opencv.core.Size size,
int type,
org.opencv.core.Scalar s) |
| Modifier and Type | Method and Description |
|---|---|
void |
close() |
long |
physicalBytes() |
ImageCV |
toImageCV() |
static ImageCV |
toImageCV(org.opencv.core.Mat source) |
org.opencv.core.Mat |
toMat() |
static org.opencv.core.Mat |
toMat(PlanarImage source) |
adjustROI, assignTo, assignTo, channels, checkVector, checkVector, checkVector, clone, col, colRange, colRange, cols, convertTo, convertTo, convertTo, copySize, copyTo, copyTo, create, create, create, cross, dataAddr, depth, diag, diag, diag, dims, dot, dump, elemSize, elemSize1, empty, eye, eye, finalize, get, get, get, get, get, get, get, get, get, get, get, get, getNativeObjAddr, height, inv, inv, isContinuous, isSubmatrix, locateROI, mul, mul, ones, ones, ones, push_back, put, put, put, put, put, put, put, put, put, put, put, put, release, reshape, reshape, reshape, row, rowRange, rowRange, rows, setTo, setTo, setTo, setTo, size, size, step1, step1, submat, submat, submat, submat, t, toString, total, type, width, zeros, zeros, zerospublic ImageCV()
public ImageCV(int rows,
int cols,
int type)
public ImageCV(org.opencv.core.Size size,
int type,
org.opencv.core.Scalar s)
public ImageCV(int rows,
int cols,
int type,
org.opencv.core.Scalar s)
public ImageCV(org.opencv.core.Mat m,
org.opencv.core.Range rowRange,
org.opencv.core.Range colRange)
public ImageCV(org.opencv.core.Mat m,
org.opencv.core.Range rowRange)
public ImageCV(org.opencv.core.Mat m,
org.opencv.core.Rect roi)
public ImageCV(org.opencv.core.Size size,
int type)
public static org.opencv.core.Mat toMat(PlanarImage source)
public static ImageCV toImageCV(org.opencv.core.Mat source)
public long physicalBytes()
physicalBytes in interface ImageSizepublic org.opencv.core.Mat toMat()
toMat in interface PlanarImagepublic ImageCV toImageCV()
toImageCV in interface PlanarImagepublic void close()
close in interface AutoCloseableclose in interface PlanarImageCopyright © 2020. All rights reserved.