Uses of Class
net.grelf.grip.IncompatibleImageException

Packages that use IncompatibleImageException
net.grelf.grip This package contains the Java classes which are specific to the image processing application GRIP.

GRIP is available as a free download from www.grelf.net - please always quote this URL in connection with GRIP.
Version: 11.11.21 
 

Uses of IncompatibleImageException in net.grelf.grip
 

Methods in net.grelf.grip that throw IncompatibleImageException
 void Image.add(java.awt.image.BufferedImage bim)
          Add pixel values from bim into the data array.
 void ImageDouble.add(java.awt.image.BufferedImage bim)
          Add pixel values from bim into the image data array.
 void ImageInt.add(java.awt.image.BufferedImage bim)
          Add pixel values from bim into the accumulator array.
 void Image.add(java.awt.image.BufferedImage bim, double dx, double dy)
          Add pixel values from bim into the data array, offset by vector (dx, dy).
 void ImageDouble.add(java.awt.image.BufferedImage bim, double dx, double dy)
          Add pixel values from bim into the image data array, offset by vector (dx, dy).
 void ImageInt.add(java.awt.image.BufferedImage bim, double dx, double dy)
          Add pixel values from bim into the accumulator array, offset by vector (dx, dy).
 void Image.add(java.awt.image.BufferedImage bim, int dx, int dy)
          Add pixel values from bim into the data array, offset by vector (dx, dy).
 void ImageDouble.add(java.awt.image.BufferedImage bim, int dx, int dy)
          Add pixel values from bim into the image data array, offset by vector (dx, dy).
 void ImageInt.add(java.awt.image.BufferedImage bim, int dx, int dy)
          Add pixel values from bim into the accumulator array, offset by vector (dx, dy).
 void Image.add(Image other)
          Add pixel values from the other Image into the current data array.
 void ImageDouble.add(Image other)
           
 void ImageInt.add(Image other)
          Add pixel values from the other Image into the current data array.
 void ImageDouble.add(ImageDouble other)
          Add pixel values from another Image into the data array.
 void ImageDouble.add(ImageDouble other, double f1, double f2)
          Add pixel values from another Image into the data array, taking fraction f1 of the values in the current Image and f2 of those in the other.
 void ImageInt.add(ImageInt other)
          Add pixel values from another accumulator into the accumulator array.
 void ImageInt.add(ImageInt other, double f1, double f2)
          Add pixel values from another accumulator into the accumulator array, taking fraction f1 of the values in the current accumulator and f2 of those in the other.
 void Accumulator.addWithStarBoost(java.awt.image.BufferedImage bim, int starBoostFactor)
          For accumulating star trails.
 void AccumulatorDouble.addWithStarBoost(java.awt.image.BufferedImage bim, int starBoostFactor)
          For accumulating star trails.
 void AccumulatorInt.addWithStarBoost(java.awt.image.BufferedImage bim, int starBoostFactor)
          For accumulating star trails.
 void Image.applyCurve(RangeInt currentRange, java.util.List<java.awt.Point> points, java.awt.image.BufferedImage bim)
          Apply a look-up curve to transform data pixels into BufferedImage pixels.
 void ImageDouble.applyCurve(RangeInt currentRange, java.util.List<java.awt.Point> points, java.awt.image.BufferedImage bim)
          Apply a look-up curve to transform Image pixels into BufferedImage pixels.
 void ImageInt.applyCurve(RangeInt currentRange, java.util.List<java.awt.Point> points, java.awt.image.BufferedImage bim)
          Apply a look-up curve to transform accumulator pixels into BufferedImage pixels or, if the BufferedImage is null, back into the accumulator.
 void ImageDouble.applyCurveDouble(RangeDouble currentRange, java.util.List<java.awt.Point> points, java.awt.image.BufferedImage bim)
          Apply a look-up curve to transform Image pixels into BufferedImage pixels.
 void ImageDouble.applyCurveDouble(RangeDouble currentRange, java.util.List<java.awt.Point> points, ImageInt dstAccum)
          Apply a look-up curve to transform ImageDouble pixels into ImageInt pixels.
 boolean Accumulator.averageShiftAccumulate(java.awt.image.BufferedImage bim, int imNo, int middleImNo, java.util.List<MatchPair> matches, BlobMeas[][] lookup, int nBrightest)
          For image imNo of a sequence, add the pixel values into the accumulator but first shift the image so that matched point pairs are superimposed.
 boolean AccumulatorDouble.averageShiftAccumulate(java.awt.image.BufferedImage bim, int imNo, int middleImNo, java.util.List<MatchPair> matches, BlobMeas[][] lookup, int nBrightest)
          For image imNo of a sequence, add the pixel values into the accumulator but first shift the image so that matched point pairs are superimposed.
 boolean AccumulatorInt.averageShiftAccumulate(java.awt.image.BufferedImage bim, int imNo, int middleImNo, java.util.List<MatchPair> matches, BlobMeas[][] lookup, int nBrightest)
          For image imNo of a sequence, add the pixel values into the accumulator but first shift the image so that matched point pairs are superimposed.
 boolean Accumulator.brightestShiftAccumulate(java.awt.image.BufferedImage bim, int imNo, int middleImNo, java.util.List<PointFloat> centres)
          For image imNo of a sequence, add the pixel values into the accumulator but first shift the image so that brightest objects in this image and the middle image of the sequence are superimposed.
9.11.26: changed last parameter from BlobMeas [][] lookup.
 boolean AccumulatorDouble.brightestShiftAccumulate(java.awt.image.BufferedImage bim, int imNo, int middleImNo, java.util.List<PointFloat> centres)
          For image imNo of a sequence, add the pixel values into the accumulator but first shift the image so that brightest objects in this image and the middle image of the sequence are superimposed.
9.11.26: changed last parameter from BlobMeas [][] lookup.
 boolean AccumulatorInt.brightestShiftAccumulate(java.awt.image.BufferedImage bim, int imNo, int middleImNo, java.util.List<PointFloat> centres)
          For image imNo of a sequence, add the pixel values into the accumulator but first shift the image so that brightest objects in this image and the middle image of the sequence are superimposed.
NB: Does NOT set this.extremes, so must call getOverallRange () at end of sequence.
9.11.26: changed last parameter from BlobMeas [][] lookup.
protected  void ImageDouble.checkCompatibility(java.awt.image.BufferedImage bim)
           
protected  void ImageInt.checkCompatibility(java.awt.image.BufferedImage bim)
           
 void Image.scale(RangeDouble[] currentChannelRanges, java.awt.image.BufferedImage bim)
          Offset and scale all values to fit into the supplied BufferdImage.
 void ImageDouble.scale(RangeDouble[] currentChannelRanges, java.awt.image.BufferedImage bim)
          Deprecated. 
 void ImageInt.scale(RangeDouble[] currentChannelRanges, java.awt.image.BufferedImage bim)
          Deprecated. 
 void Image.scale(RangeInt[] currentChannelRanges, java.awt.image.BufferedImage bim)
          Offset and scale all values to fit into the supplied BufferedImage.
 void ImageDouble.scale(RangeInt[] currentChannelRanges, java.awt.image.BufferedImage bim)
          Deprecated. 
 void ImageInt.scale(RangeInt[] currentChannelRanges, java.awt.image.BufferedImage bim)
          Deprecated. 
 void Image.set(java.awt.image.BufferedImage bim)
          Set pixel values from bim into the data array.
 void ImageDouble.set(java.awt.image.BufferedImage bim)
          Set pixel values from bim into the accumulator array.
 void ImageInt.set(java.awt.image.BufferedImage bim)
          Set pixel values from bim into the accumulator array.
 void Image.subtract(java.awt.image.BufferedImage bim)
          Subtract pixel values of bim from the data array.
 void ImageDouble.subtract(java.awt.image.BufferedImage bim)
          Subtract pixel values of bim from the accumulator array.
 void ImageInt.subtract(java.awt.image.BufferedImage bim)
          Subtract pixel values of bim from the accumulator array.
 boolean Accumulator.warpAccumulate(java.awt.image.BufferedImage bim, int imNo, int middleImNo, java.util.List<MatchPair> matches, BlobMeas[][] lookup, int nBrightest)
          For image imNo of a sequence, add the pixel values into the accumulator but first distort the image so that matched point pairs are superimposed.
 boolean AccumulatorDouble.warpAccumulate(java.awt.image.BufferedImage bim, int imNo, int middleImNo, java.util.List<MatchPair> matches, BlobMeas[][] lookup, int nBrightest)
          For image imNo of a sequence, add the pixel values into the accumulator but first distort the image so that matched point pairs are superimposed.
 boolean AccumulatorInt.warpAccumulate(java.awt.image.BufferedImage bim, int imNo, int middleImNo, java.util.List<MatchPair> matches, BlobMeas[][] lookup, int nBrightest)
          For image imNo of a sequence, add the pixel values into the accumulator but first distort the image so that matched point pairs are superimposed.
 

Constructors in net.grelf.grip that throw IncompatibleImageException
AccumulatorDouble(java.awt.image.BufferedImage bim)
          Use the BufferedImage to set the width, height and number of bands (channels) in this Image.
AccumulatorInt(java.awt.image.BufferedImage bim)
          Use the BufferedImage to set the width, height and number of bands (channels) in this Image.
ImageDouble(java.awt.image.BufferedImage bim)
          Use the BufferedImage to set the width, height and number of bands (channels) in this Image.
ImageInt(java.awt.image.BufferedImage bim)
          Use the BufferedImage to set the width, height and number of bands (channels) in this Image.