public abstract static class opencv_core.AbstractArray extends Pointer
Pointer.CustomDeallocator, Pointer.Deallocator, Pointer.NativeDeallocator| Modifier and Type | Field and Description |
|---|---|
protected Object |
bufferedImage |
static byte[] |
gamma22 |
static byte[] |
gamma22inv |
| Constructor and Description |
|---|
opencv_core.AbstractArray() |
opencv_core.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) |
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() |
ByteBuffer |
getByteBuffer(int index) |
DoubleBuffer |
getDoubleBuffer() |
DoubleBuffer |
getDoubleBuffer(int index) |
FloatBuffer |
getFloatBuffer() |
FloatBuffer |
getFloatBuffer(int index) |
IntBuffer |
getIntBuffer() |
IntBuffer |
getIntBuffer(int index) |
ShortBuffer |
getShortBuffer() |
ShortBuffer |
getShortBuffer(int index) |
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 opencv_core.AbstractArray()
public opencv_core.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()
protected BufferedImage cloneBufferedImage()
public double highValue()
public opencv_core.CvSize cvSize()
public ByteBuffer getByteBuffer(int index)
public ShortBuffer getShortBuffer(int index)
public IntBuffer getIntBuffer(int index)
public FloatBuffer getFloatBuffer(int index)
public DoubleBuffer getDoubleBuffer(int index)
public ByteBuffer getByteBuffer()
public ShortBuffer getShortBuffer()
public IntBuffer getIntBuffer()
public FloatBuffer getFloatBuffer()
public DoubleBuffer getDoubleBuffer()
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.