public class ImageWritable extends Object implements Writable
| Modifier and Type | Field and Description |
|---|---|
protected org.bytedeco.javacv.Frame |
frame |
| Constructor and Description |
|---|
ImageWritable() |
ImageWritable(org.bytedeco.javacv.Frame frame) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object obj) |
int |
getDepth() |
org.bytedeco.javacv.Frame |
getFrame() |
int |
getHeight() |
WritableType |
getType() |
int |
getWidth() |
void |
readFields(DataInput in) |
void |
setFrame(org.bytedeco.javacv.Frame frame) |
double |
toDouble() |
float |
toFloat() |
int |
toInt() |
long |
toLong() |
void |
write(DataOutput out) |
void |
writeType(DataOutput out) |
public ImageWritable()
public ImageWritable(org.bytedeco.javacv.Frame frame)
public org.bytedeco.javacv.Frame getFrame()
public void setFrame(org.bytedeco.javacv.Frame frame)
public int getWidth()
public int getHeight()
public int getDepth()
public void write(DataOutput out) throws IOException
write in interface WritableIOExceptionpublic void readFields(DataInput in) throws IOException
readFields in interface WritableIOExceptionpublic void writeType(DataOutput out) throws IOException
writeType in interface WritableIOExceptionpublic WritableType getType()
Copyright © 2022. All rights reserved.