|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use ImageInt | |
---|---|
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 ImageInt in net.grelf.grip |
---|
Subclasses of ImageInt in net.grelf.grip | |
---|---|
class |
AccumulatorInt
This is a 32-bits-per-channel integer Accumulator. |
Methods in net.grelf.grip that return ImageInt | |
---|---|
static ImageInt |
Convolutions.blurGaussian(ImageInt srcAccum,
int nx,
int ny)
Do Gaussian blurring of the given image with 1D profiles of width nx (horizontal) and ny (vertical) and return the quite separate resulting new image. |
ImageInt |
ImageDouble.convertToImageInt(boolean interactively)
Interact via ImCurveDialogue or scale linearly to create an ImageInt. |
static ImageInt |
Convolutions.convolve(ImageInt srcAccum)
Convolve the given image with the current kernel and return the quite separate resulting new image. |
static ImageInt |
Convolutions.convolve1D(ImageInt srcAccum,
int[] horz,
int[] vert)
Convolve the given image with the given 1D arrays (horizontal and vertical - may be different) and return the quite separate resulting new image. |
static ImageInt |
Convolutions.deconvolve(ImageInt originalAccum,
ImageInt srcAccum,
int passNo)
Deconvolve the image with the current kernel, using van Cittert's method. |
Methods in net.grelf.grip with parameters of type ImageInt | |
---|---|
void |
ImageInt.add(ImageInt other)
Add pixel values from another accumulator into the accumulator array. |
static void |
ImAddProportionDialogue.add(ImageInt accumOriginal,
java.awt.image.BufferedImage imPreview,
java.awt.Point centre,
int width,
int height,
int proportion)
Add the given areas of the two images, in the user-selected proportion (0..100). |
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 |
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. |
static ImageInt |
Convolutions.blurGaussian(ImageInt srcAccum,
int nx,
int ny)
Do Gaussian blurring of the given image with 1D profiles of width nx (horizontal) and ny (vertical) and return the quite separate resulting new image. |
static ImageInt |
Convolutions.convolve(ImageInt srcAccum)
Convolve the given image with the current kernel and return the quite separate resulting new image. |
static ImageInt |
Convolutions.convolve1D(ImageInt srcAccum,
int[] horz,
int[] vert)
Convolve the given image with the given 1D arrays (horizontal and vertical - may be different) and return the quite separate resulting new image. |
static ImageInt |
Convolutions.deconvolve(ImageInt originalAccum,
ImageInt srcAccum,
int passNo)
Deconvolve the image with the current kernel, using van Cittert's method. |
void |
ImageInt.divideByFlatField(ImageInt other)
Divide this accumulator by other accumulator (flat field), pixel by pixel. |
void |
ImageInt.multiply(ImageInt other)
|
static void |
ImMultiplyProportionDialogue.multiply(ImageInt accumOriginal,
java.awt.image.BufferedImage imPreview,
java.awt.Point centre,
int width,
int height,
int proportion)
Multiply the given areas of the two images, in the user-selected proportion (0..100). |
void |
ImageInt.multiply(ImageInt other,
double f1,
double f2)
Multiply fraction f1 of this accumulator by f2 of the other. |
static byte[][] |
StarSegmenter.segment(ImageInt accum,
int difference,
int radius)
Segment the image to detect pixels in stars using the given parameters. |
void |
ImageInt.subtract(ImageInt other)
Subtract other from this, pixel by pixel, the result being about the half-way brightness level so that both negative and positive results can be seen. |
void |
ImageInt.subtractToZero(ImageInt other)
Subtract other from this, pixel by pixel, negative results being cut off at zero. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |