Package yarp
Class ImageRgbFloat
- java.lang.Object
-
- yarp.PortReader
-
- yarp.Portable
-
- yarp.Image
-
- yarp.ImageRgbFloat
-
public class ImageRgbFloat extends Image
-
-
Field Summary
-
Fields inherited from class yarp.PortReader
swigCMemOwn
-
-
Constructor Summary
Constructors Modifier Constructor Description ImageRgbFloat()
protected
ImageRgbFloat(long cPtr, boolean cMemoryOwn)
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description PixelRgbFloat
access(int x, int y)
void
delete()
protected void
finalize()
protected static long
getCPtr(ImageRgbFloat obj)
int
getPixelCode()
int
getPixelSize()
PixelRgbFloat
pixel(int x, int y)
PixelRgbFloat
safePixel(int x, int y)
-
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 yarp.Portable
copyPortable, getCPtr, getType
-
Methods inherited from class yarp.PortReader
getCPtr, getReadType, swigDirectorDisconnect, swigReleaseOwnership, swigTakeOwnership
-
-
-
-
Method Detail
-
getCPtr
protected static long getCPtr(ImageRgbFloat obj)
-
getPixelSize
public int getPixelSize()
- Overrides:
getPixelSize
in classImage
-
getPixelCode
public int getPixelCode()
- Overrides:
getPixelCode
in classImage
-
pixel
public PixelRgbFloat pixel(int x, int y)
-
access
public PixelRgbFloat access(int x, int y)
-
safePixel
public PixelRgbFloat safePixel(int x, int y)
-
-