public class Image extends Portable
swigCMemOwn
Modifier | Constructor and Description |
---|---|
|
Image() |
|
Image(Image alt) |
protected |
Image(long cPtr,
boolean cMemoryOwn) |
Modifier and Type | Method and Description |
---|---|
boolean |
copy(Image alt) |
boolean |
copy(Image alt,
int w,
int h) |
void |
delete() |
protected void |
finalize() |
protected static long |
getCPtr(Image obj) |
SWIGTYPE_p_void |
getIplImage() |
int |
getPadding() |
SWIGTYPE_p_unsigned_char |
getPixelAddress(int x,
int y) |
int |
getPixelCode() |
int |
getPixelSize() |
int |
getQuantum() |
SWIGTYPE_p_unsigned_char |
getRawImage() |
int |
getRawImageSize() |
SWIGTYPE_p_unsigned_char |
getRow(int r) |
SWIGTYPE_p_p_char |
getRowArray() |
int |
getRowSize() |
int |
height() |
boolean |
isPixel(int x,
int y) |
boolean |
read(ConnectionReader connection) |
void |
resize(Image alt) |
void |
resize(int imgWidth,
int imgHeight) |
void |
setExternal(SWIGTYPE_p_void data,
int imgWidth,
int imgHeight) |
void |
setQuantum(int imgQuantum) |
void |
setTopIsLowIndex(boolean flag) |
boolean |
topIsLowIndex() |
int |
width() |
void |
wrapIplImage(SWIGTYPE_p_void iplImage) |
boolean |
write(ConnectionWriter connection) |
void |
zero() |
copyPortable, getCPtr, getType
getCPtr, getReadType, swigDirectorDisconnect, swigReleaseOwnership, swigTakeOwnership
protected Image(long cPtr, boolean cMemoryOwn)
public Image()
public Image(Image alt)
protected static long getCPtr(Image obj)
public boolean copy(Image alt)
public boolean copy(Image alt, int w, int h)
public int width()
public int height()
public int getPixelSize()
public int getPixelCode()
public int getRowSize()
public int getQuantum()
public int getPadding()
public SWIGTYPE_p_unsigned_char getRow(int r)
public SWIGTYPE_p_unsigned_char getPixelAddress(int x, int y)
public boolean isPixel(int x, int y)
public void zero()
public void resize(int imgWidth, int imgHeight)
public void resize(Image alt)
public void setExternal(SWIGTYPE_p_void data, int imgWidth, int imgHeight)
public SWIGTYPE_p_unsigned_char getRawImage()
public int getRawImageSize()
public SWIGTYPE_p_void getIplImage()
public void wrapIplImage(SWIGTYPE_p_void iplImage)
public boolean read(ConnectionReader connection)
public boolean write(ConnectionWriter connection)
public void setQuantum(int imgQuantum)
public boolean topIsLowIndex()
public void setTopIsLowIndex(boolean flag)
public SWIGTYPE_p_p_char getRowArray()