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 |
| Constructor and Description |
|---|
AbstractIplImage(org.bytedeco.javacpp.Pointer p) |
| Modifier and Type | Method and Description |
|---|---|
int |
arrayChannels() |
org.bytedeco.javacpp.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()
Calls cvCloneImage(), and registers a deallocator.
|
static opencv_core.IplImage |
create(int width,
int height,
int depth,
int channels)
Calls cvCreateImage(), and registers a deallocator.
|
static opencv_core.IplImage |
create(int width,
int height,
int depth,
int channels,
int origin)
Calls cvCreateImage(), and registers a deallocator.
|
static opencv_core.IplImage |
create(opencv_core.CvSize size,
int depth,
int channels)
Calls cvCreateImage(), and registers a deallocator.
|
static opencv_core.IplImage |
create(opencv_core.CvSize size,
int depth,
int channels,
int origin)
Calls cvCreateImage(), and registers a deallocator.
|
static opencv_core.IplImage |
createCompatible(opencv_core.IplImage template)
Creates an IplImage based on another IplImage.
|
static opencv_core.IplImage |
createHeader(int width,
int height,
int depth,
int channels)
Calls cvCreateImageHeader(), and registers a deallocator.
|
static opencv_core.IplImage |
createHeader(int width,
int height,
int depth,
int channels,
int origin)
Calls cvCreateImageHeader(), and registers a deallocator.
|
static opencv_core.IplImage |
createHeader(opencv_core.CvSize size,
int depth,
int channels)
Calls cvCreateImageHeader(), and registers a deallocator.
|
static opencv_core.IplImage |
createHeader(opencv_core.CvSize size,
int depth,
int channels,
int origin)
Calls cvCreateImageHeader(), and registers a deallocator.
|
static opencv_core.IplImage |
createIfNotCompatible(opencv_core.IplImage image,
opencv_core.IplImage template)
Creates an IplImage based on another IplImage, unless the template is OK.
|
abstract int |
depth() |
abstract int |
height() |
abstract org.bytedeco.javacpp.BytePointer |
imageData() |
abstract int |
imageSize() |
abstract int |
nChannels() |
abstract int |
origin() |
abstract opencv_core.IplImage |
origin(int origin) |
void |
release()
Calls the deallocator, if registered, otherwise has no effect.
|
abstract opencv_core.IplROI |
roi() |
abstract int |
width() |
abstract int |
widthStep() |
createBuffer, createBuffer, createIndexer, createIndexer, cvSize, getByteBuffer, getByteBuffer, getDoubleBuffer, getDoubleBuffer, getFloatBuffer, getFloatBuffer, getIntBuffer, getIntBuffer, getShortBuffer, getShortBuffer, highValue, toStringaddress, asBuffer, asByteBuffer, availablePhysicalBytes, calloc, capacity, capacity, close, deallocate, deallocate, deallocateReferences, deallocator, deallocator, equals, fill, formatBytes, free, hashCode, isNull, limit, limit, malloc, maxBytes, maxPhysicalBytes, memchr, memcmp, memcpy, memmove, memset, offsetof, parseBytes, physicalBytes, position, position, put, realloc, setNull, sizeof, totalBytes, totalPhysicalBytes, withDeallocator, zeropublic 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)
origin().public static opencv_core.IplImage create(int width, int height, int depth, int channels, int origin)
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)
origin().public static opencv_core.IplImage createHeader(int width, int height, int depth, int channels, int origin)
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 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 org.bytedeco.javacpp.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 org.bytedeco.javacpp.BytePointer arrayData()
arrayData in class opencv_core.CvArrpublic int arrayStep()
arrayStep in class opencv_core.CvArrpublic opencv_core.CvMat asCvMat()
Copyright © 2018. All rights reserved.