public abstract static class opencv_core.AbstractArray extends Pointer implements org.bytedeco.javacpp.indexer.Indexable
Pointer.CustomDeallocator, Pointer.Deallocator, Pointer.NativeDeallocator| Modifier and Type | Field and Description |
|---|---|
protected Object |
bufferedImage |
static byte[] |
gamma22 |
static byte[] |
gamma22inv |
| Constructor and Description |
|---|
AbstractArray() |
AbstractArray(Pointer p) |
| Modifier and Type | Method and Description |
|---|---|
void |
applyGamma(double gamma) |
abstract int |
arrayChannels() |
abstract BytePointer |
arrayData() |
abstract int |
arrayDepth() |
abstract int |
arrayHeight() |
abstract int |
arrayOrigin() |
abstract void |
arrayOrigin(int origin) |
abstract opencv_core.IplROI |
arrayROI() |
abstract int |
arraySize() |
abstract int |
arrayStep() |
abstract int |
arrayWidth() |
protected BufferedImage |
cloneBufferedImage() |
void |
copyFrom(BufferedImage image) |
void |
copyFrom(BufferedImage image,
double gamma) |
void |
copyFrom(BufferedImage image,
double gamma,
boolean flipChannels) |
void |
copyFrom(BufferedImage image,
double gamma,
boolean flipChannels,
Rectangle roi) |
void |
copyTo(BufferedImage image) |
void |
copyTo(BufferedImage image,
double gamma) |
void |
copyTo(BufferedImage image,
double gamma,
boolean flipChannels) |
void |
copyTo(BufferedImage image,
double gamma,
boolean flipChannels,
Rectangle roi) |
<B extends Buffer> |
createBuffer() |
<B extends Buffer> |
createBuffer(int index) |
<I extends org.bytedeco.javacpp.indexer.Indexer> |
createIndexer() |
<I extends org.bytedeco.javacpp.indexer.Indexer> |
createIndexer(boolean direct) |
opencv_core.CvSize |
cvSize() |
static int |
decodeGamma22(int value) |
static int |
encodeGamma22(int value) |
static void |
flipCopyWithGamma(ByteBuffer srcBuf,
int srcStep,
ByteBuffer dstBuf,
int dstStep,
boolean signed,
double gamma,
boolean flip,
int channels) |
static void |
flipCopyWithGamma(DoubleBuffer srcBuf,
int srcStep,
DoubleBuffer dstBuf,
int dstStep,
double gamma,
boolean flip,
int channels) |
static void |
flipCopyWithGamma(FloatBuffer srcBuf,
int srcStep,
FloatBuffer dstBuf,
int dstStep,
double gamma,
boolean flip,
int channels) |
static void |
flipCopyWithGamma(IntBuffer srcBuf,
int srcStep,
IntBuffer dstBuf,
int dstStep,
double gamma,
boolean flip,
int channels) |
static void |
flipCopyWithGamma(ShortBuffer srcBuf,
int srcStep,
ShortBuffer dstBuf,
int dstStep,
boolean signed,
double gamma,
boolean flip,
int channels) |
BufferedImage |
getBufferedImage() |
BufferedImage |
getBufferedImage(double gamma) |
BufferedImage |
getBufferedImage(double gamma,
boolean flipChannels) |
BufferedImage |
getBufferedImage(double gamma,
boolean flipChannels,
ColorSpace cs) |
int |
getBufferedImageType() |
ByteBuffer |
getByteBuffer()
Deprecated.
|
ByteBuffer |
getByteBuffer(int index)
Deprecated.
|
DoubleBuffer |
getDoubleBuffer()
Deprecated.
|
DoubleBuffer |
getDoubleBuffer(int index)
Deprecated.
|
FloatBuffer |
getFloatBuffer()
Deprecated.
|
FloatBuffer |
getFloatBuffer(int index)
Deprecated.
|
IntBuffer |
getIntBuffer()
Deprecated.
|
IntBuffer |
getIntBuffer(int index)
Deprecated.
|
ShortBuffer |
getShortBuffer()
Deprecated.
|
ShortBuffer |
getShortBuffer(int index)
Deprecated.
|
double |
highValue() |
String |
toString() |
address, 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 static final byte[] gamma22
public static final byte[] gamma22inv
protected Object bufferedImage
public AbstractArray()
public AbstractArray(Pointer p)
public abstract int arrayChannels()
public abstract int arrayDepth()
public abstract int arrayOrigin()
public abstract void arrayOrigin(int origin)
public abstract int arrayWidth()
public abstract int arrayHeight()
public abstract opencv_core.IplROI arrayROI()
public abstract int arraySize()
public abstract BytePointer arrayData()
public abstract int arrayStep()
public <B extends Buffer> B createBuffer()
createBuffer(0)public <B extends Buffer> B createBuffer(int index)
arrayData() wrapped in a Buffer of appropriate type starting at given indexpublic <I extends org.bytedeco.javacpp.indexer.Indexer> I createIndexer()
createIndexer(true)public <I extends org.bytedeco.javacpp.indexer.Indexer> I createIndexer(boolean direct)
createIndexer in interface org.bytedeco.javacpp.indexer.Indexableprotected BufferedImage cloneBufferedImage()
public double highValue()
public opencv_core.CvSize cvSize()
@Deprecated public ByteBuffer getByteBuffer(int index)
createBuffer(int)@Deprecated public ShortBuffer getShortBuffer(int index)
createBuffer(int)@Deprecated public IntBuffer getIntBuffer(int index)
createBuffer(int)@Deprecated public FloatBuffer getFloatBuffer(int index)
createBuffer(int)@Deprecated public DoubleBuffer getDoubleBuffer(int index)
createBuffer(int)@Deprecated public ByteBuffer getByteBuffer()
createBuffer()@Deprecated public ShortBuffer getShortBuffer()
createBuffer()@Deprecated public IntBuffer getIntBuffer()
createBuffer()@Deprecated public FloatBuffer getFloatBuffer()
createBuffer()@Deprecated public DoubleBuffer getDoubleBuffer()
createBuffer()public static int decodeGamma22(int value)
public static int encodeGamma22(int value)
public static void flipCopyWithGamma(ByteBuffer srcBuf, int srcStep, ByteBuffer dstBuf, int dstStep, boolean signed, double gamma, boolean flip, int channels)
public static void flipCopyWithGamma(ShortBuffer srcBuf, int srcStep, ShortBuffer dstBuf, int dstStep, boolean signed, double gamma, boolean flip, int channels)
public static void flipCopyWithGamma(IntBuffer srcBuf, int srcStep, IntBuffer dstBuf, int dstStep, double gamma, boolean flip, int channels)
public static void flipCopyWithGamma(FloatBuffer srcBuf, int srcStep, FloatBuffer dstBuf, int dstStep, double gamma, boolean flip, int channels)
public static void flipCopyWithGamma(DoubleBuffer srcBuf, int srcStep, DoubleBuffer dstBuf, int dstStep, double gamma, boolean flip, int channels)
public void applyGamma(double gamma)
public void copyTo(BufferedImage image)
public void copyTo(BufferedImage image, double gamma)
public void copyTo(BufferedImage image, double gamma, boolean flipChannels)
public void copyTo(BufferedImage image, double gamma, boolean flipChannels, Rectangle roi)
public void copyFrom(BufferedImage image)
public void copyFrom(BufferedImage image, double gamma)
public void copyFrom(BufferedImage image, double gamma, boolean flipChannels)
public void copyFrom(BufferedImage image, double gamma, boolean flipChannels, Rectangle roi)
public int getBufferedImageType()
public BufferedImage getBufferedImage()
public BufferedImage getBufferedImage(double gamma)
public BufferedImage getBufferedImage(double gamma, boolean flipChannels)
public BufferedImage getBufferedImage(double gamma, boolean flipChannels, ColorSpace cs)
Copyright © 2014. All Rights Reserved.