Public Methods |
String[] | _ids () |
ImageRep | binaryPixOp (ImageRep _ob_a0, String _ob_a1, TagList _ob_a2) throws ImageException |
ImageRep | binaryPixOpVal (PixValue _ob_a0, String _ob_a1, TagList _ob_a2) throws ImageException |
ImageRep | unaryPixOp (String _ob_a0, TagList _ob_a1) throws ImageException |
ImageRep | multiPixOp (ImageRep[] _ob_a0, String _ob_a1, TagList _ob_a2) throws ImageException |
ImageRep[] | MNPixOp (ImageRep[] _ob_a0, String _ob_a1, TagList _ob_a2) throws ImageException |
PixValue | reduceOp (String _ob_a0, TagList _ob_a1) throws ImageException |
ImageRep | generalizedConvolution (ImageRep _ob_a0, String _ob_a1, String _ob_a2, ResultPrecision _ob_a3, TagList _ob_a4) throws ImageException |
ImageRep | genConv2dSep (ImageRep _ob_a0, ImageRep _ob_a1, String _ob_a2, String _ob_a3, ResultPrecision _ob_a4, TagList _ob_a5) throws ImageException |
ImageRep | recGenConv (ImageRep _ob_a0, String _ob_a1, String _ob_a2, ResultPrecision _ob_a3, TagList _ob_a4) throws ImageException |
ImageRep | neighbourhoodOp (String _ob_a0, TagList _ob_a1) throws ImageException |
ImageRep | geometricOp2d (Matrix _ob_a0, GeoIntType _ob_a1, GeoTransType _ob_a2, boolean _ob_a3, PixValue _ob_a4) throws ImageException |
ImageRep | scale (double _ob_a0, double _ob_a1, GeoIntType _ob_a2) |
PixValue | getAt (int _ob_a0, int _ob_a1, int _ob_a2) |
void | destroy () |
int | dimensionality () |
int | numberOfPixels () |
int | pixelDimensionality () |
int | pixelPrecision () |
PixelT | pixelType () |
Sizes | getSizes () |
int | dimensionSize (int _ob_a0) |
ImageSignature | signature () |
int[] | getRgb2d (String _ob_a0) |
void | fillRgb2d (RgbBuffer _ob_a0, String _ob_a1) |
ImageRepRgbSource | getRgbSource () |
void | addRef () |
void | removeRef () |
Static Public Attributes |
final java.lang.Class | _ob_opsClass = ImageRepOperations.class |