Package yarp
Class FlexImage
- java.lang.Object
-
- yarp.PortReader
-
- yarp.Portable
-
- yarp.Image
-
- yarp.FlexImage
-
public class FlexImage extends Image
-
-
Field Summary
-
Fields inherited from class yarp.PortReader
swigCMemOwn
-
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description void
delete()
protected void
finalize()
protected static long
getCPtr(FlexImage obj)
void
setPixelCode(int imgPixelCode)
void
setPixelSize(int imgPixelSize)
void
setQuantum(int imgQuantum)
-
Methods inherited from class yarp.Image
copy, copy, getCPtr, getIplImage, getPadding, getPixelAddress, getPixelCode, getPixelSize, getQuantum, getRawImage, getRawImageSize, getRow, getRowArray, getRowSize, height, isPixel, read, resize, resize, setExternal, 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(FlexImage obj)
-
setPixelCode
public void setPixelCode(int imgPixelCode)
-
setPixelSize
public void setPixelSize(int imgPixelSize)
-
setQuantum
public void setQuantum(int imgQuantum)
- Overrides:
setQuantum
in classImage
-
-