yarp
Class ImageInt
java.lang.Object
yarp.PortReader
yarp.Portable
yarp.Image
yarp.ImageInt
public class ImageInt
- extends Image
Methods inherited from class yarp.Image |
copy, copy, getCPtr, getIplImage, getPadding, getPixelAddress, getQuantum, getRawImage, getRawImageSize, getRow, getRowArray, getRowSize, height, isPixel, read, resize, resize, setExternal, setQuantum, setTopIsLowIndex, topIsLowIndex, width, wrapIplImage, write, zero |
Methods inherited from class java.lang.Object |
clone, equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ImageInt
public ImageInt(long cPtr,
boolean cMemoryOwn)
ImageInt
public ImageInt()
getCPtr
public static long getCPtr(ImageInt obj)
finalize
protected void finalize()
- Overrides:
finalize
in class Image
delete
public void delete()
- Overrides:
delete
in class Image
getPixelSize
public int getPixelSize()
- Overrides:
getPixelSize
in class Image
getPixelCode
public int getPixelCode()
- Overrides:
getPixelCode
in class Image
pixel
public SWIGTYPE_p_int pixel(int x,
int y)
access
public SWIGTYPE_p_int access(int x,
int y)
safePixel
public SWIGTYPE_p_int safePixel(int x,
int y)
getPixel
public int getPixel(int x,
int y)
setPixel
public void setPixel(int x,
int y,
int v)