public abstract static class opencv_core.AbstractIplImage extends opencv_core.CvArr
| Modifier and Type | Class and Description |
|---|---|
protected static class |
opencv_core.AbstractIplImage.HeaderReleaseDeallocator |
protected static class |
opencv_core.AbstractIplImage.ReleaseDeallocator |
Pointer.CustomDeallocator, Pointer.Deallocator, Pointer.NativeDeallocatorbufferedImage, gamma22, gamma22inv| Constructor and Description |
|---|
opencv_core.AbstractIplImage() |
opencv_core.AbstractIplImage(Pointer p) |
| Modifier and Type | Method and Description |
|---|---|
int |
arrayChannels() |
BytePointer |
arrayData() |
int |
arrayDepth() |
int |
arrayHeight() |
int |
arrayOrigin() |
void |
arrayOrigin(int origin) |
opencv_core.IplROI |
arrayROI() |
int |
arraySize() |
int |
arrayStep() |
int |
arrayWidth() |
opencv_core.CvMat |
asCvMat() |
opencv_core.IplImage |
clone() |
static opencv_core.IplImage |
create(int width,
int height,
int depth,
int channels) |
static opencv_core.IplImage |
create(int width,
int height,
int depth,
int channels,
int origin) |
static opencv_core.IplImage |
create(opencv_core.CvSize size,
int depth,
int channels) |
static opencv_core.IplImage |
create(opencv_core.CvSize size,
int depth,
int channels,
int origin) |
static opencv_core.IplImage |
createCompatible(opencv_core.IplImage template) |
static opencv_core.IplImage |
createFrom(BufferedImage image) |
static opencv_core.IplImage |
createFrom(BufferedImage image,
double gamma) |
static opencv_core.IplImage |
createFrom(BufferedImage image,
double gamma,
boolean flipChannels) |
static opencv_core.IplImage |
createHeader(int width,
int height,
int depth,
int channels) |
static opencv_core.IplImage |
createHeader(int width,
int height,
int depth,
int channels,
int origin) |
static opencv_core.IplImage |
createHeader(opencv_core.CvSize size,
int depth,
int channels) |
static opencv_core.IplImage |
createHeader(opencv_core.CvSize size,
int depth,
int channels,
int origin) |
static opencv_core.IplImage |
createIfNotCompatible(opencv_core.IplImage image,
opencv_core.IplImage template) |
abstract int |
depth() |
abstract int |
height() |
abstract BytePointer |
imageData() |
abstract int |
imageSize() |
abstract int |
nChannels() |
abstract int |
origin() |
abstract opencv_core.IplImage |
origin(int origin) |
void |
release() |
abstract opencv_core.IplROI |
roi() |
String |
toString() |
abstract int |
width() |
abstract int |
widthStep() |
applyGamma, cloneBufferedImage, copyFrom, copyFrom, copyFrom, copyFrom, copyTo, copyTo, copyTo, copyTo, cvSize, decodeGamma22, encodeGamma22, flipCopyWithGamma, flipCopyWithGamma, flipCopyWithGamma, flipCopyWithGamma, flipCopyWithGamma, getBufferedImage, getBufferedImage, getBufferedImage, getBufferedImage, getBufferedImageType, getByteBuffer, getByteBuffer, getDoubleBuffer, getDoubleBuffer, getFloatBuffer, getFloatBuffer, getIntBuffer, getIntBuffer, getShortBuffer, getShortBuffer, highValueaddress, asBuffer, asByteBuffer, capacity, capacity, deallocate, deallocate, deallocateReferences, deallocator, deallocator, equals, fill, hashCode, isNull, limit, limit, memchr, memcmp, memcpy, memmove, memset, offsetof, position, position, put, setNull, sizeof, withDeallocator, zeropublic opencv_core.AbstractIplImage()
public opencv_core.AbstractIplImage(Pointer p)
public static opencv_core.IplImage create(opencv_core.CvSize size, int depth, int channels)
public static opencv_core.IplImage create(int width, int height, int depth, int channels)
public static opencv_core.IplImage create(opencv_core.CvSize size, int depth, int channels, int origin)
public static opencv_core.IplImage create(int width, int height, int depth, int channels, int origin)
public static opencv_core.IplImage createHeader(opencv_core.CvSize size, int depth, int channels)
public static opencv_core.IplImage createHeader(int width, int height, int depth, int channels)
public static opencv_core.IplImage createHeader(opencv_core.CvSize size, int depth, int channels, int origin)
public static opencv_core.IplImage createHeader(int width, int height, int depth, int channels, int origin)
public static opencv_core.IplImage createCompatible(opencv_core.IplImage template)
public static opencv_core.IplImage createIfNotCompatible(opencv_core.IplImage image, opencv_core.IplImage template)
public static opencv_core.IplImage createFrom(BufferedImage image)
public static opencv_core.IplImage createFrom(BufferedImage image, double gamma)
public static opencv_core.IplImage createFrom(BufferedImage image, double gamma, boolean flipChannels)
public opencv_core.IplImage clone()
public void release()
public abstract int nChannels()
public abstract int depth()
public abstract int origin()
public abstract opencv_core.IplImage origin(int origin)
public abstract int width()
public abstract int height()
public abstract opencv_core.IplROI roi()
public abstract int imageSize()
public abstract BytePointer imageData()
public abstract int widthStep()
public int arrayChannels()
arrayChannels in class opencv_core.CvArrpublic int arrayDepth()
arrayDepth in class opencv_core.CvArrpublic int arrayOrigin()
arrayOrigin in class opencv_core.CvArrpublic void arrayOrigin(int origin)
arrayOrigin in class opencv_core.CvArrpublic int arrayWidth()
arrayWidth in class opencv_core.CvArrpublic int arrayHeight()
arrayHeight in class opencv_core.CvArrpublic opencv_core.IplROI arrayROI()
arrayROI in class opencv_core.CvArrpublic int arraySize()
arraySize in class opencv_core.CvArrpublic BytePointer arrayData()
arrayData in class opencv_core.CvArrpublic int arrayStep()
arrayStep in class opencv_core.CvArrpublic opencv_core.CvMat asCvMat()
public String toString()
toString in class opencv_core.AbstractArrayCopyright © 2014. All Rights Reserved.