Public Methods |
| ImageRepPOATie (ImageRepOperations delegate) |
| ImageRepPOATie (ImageRepOperations delegate, org.omg.PortableServer.POA poa) |
ImageRepOperations | _delegate () |
void | _delegate (ImageRepOperations delegate) |
org.omg.PortableServer.POA | _default_POA () |
ImageRep | binaryPixOp (ImageRep arg, String bpoName, TagList tags) throws ImageException |
ImageRep | binaryPixOpVal (PixValue arg, String bpoName, TagList tags) throws ImageException |
ImageRep | unaryPixOp (String upoName, TagList tags) throws ImageException |
ImageRep | multiPixOp (ImageRep[] args, String mpoName, TagList tags) throws ImageException |
ImageRep[] | MNPixOp (ImageRep[] args, String mpoName, TagList tags) throws ImageException |
PixValue | reduceOp (String op, TagList tags) throws ImageException |
ImageRep | generalizedConvolution (ImageRep kernel, String gMul, String gAdd, ResultPrecision resPrec, TagList tags) throws ImageException |
ImageRep | genConv2dSep (ImageRep kernel1, ImageRep kernel2, String gMul, String gAdd, ResultPrecision resPrec, TagList tags) throws ImageException |
ImageRep | recGenConv (ImageRep kerImg, String gMul, String gAdd, ResultPrecision resPrec, TagList tags) throws ImageException |
ImageRep | neighbourhoodOp (String ngbName, TagList tags) throws ImageException |
ImageRep | geometricOp2d (Matrix func, GeoIntType gi, GeoTransType gt, boolean adjustSize, PixValue background) throws ImageException |
ImageRep | scale (double sx, double sy, GeoIntType gi) |
PixValue | getAt (int x, int y, int zz) |
void | destroy () |
int | dimensionality () |
int | numberOfPixels () |
int | pixelDimensionality () |
int | pixelPrecision () |
PixelT | pixelType () |
Sizes | getSizes () |
int | dimensionSize (int i) |
ImageSignature | signature () |
int[] | getRgb2d (String displayMode) |
void | fillRgb2d (RgbBuffer buf, String displayMode) |
ImageRepRgbSource | getRgbSource () |
void | addRef () |
void | removeRef () |