JIGL
v1.6
A B C D E F G H I J K L M N O P R S T U V W X Y

A

absSum() - Method in class jigl.image.ColorImage
Adds absolute value of all the values together
absSum() - Method in class jigl.image.GrayImage
Adds absolute value of all the values together
absSum() - Method in class jigl.image.RealColorImage
Adds absolute value of all the values together
absSum() - Method in class jigl.image.RealGrayImage
Adds absolute value of all the values together
accum(double, double, int) - Method in class jigl.image.InterpolatedGrayImage
Add value to the surrounding area of (x,y).
accum(double, double, int[]) - Method in class jigl.image.InterpolatedColorImage
Adds the triplet to the surrounding area.
accum(double, int) - Method in class jigl.image.InterpolatedGrayImage
Add value to the surrounding area of (x,0).
accum(double, int[]) - Method in class jigl.image.InterpolatedColorImage
Adds the triplet to the surrounding area.
accum(float, float, float) - Method in class jigl.image.InterpolatedRealGrayImage
Add value to the surrounding area of (x,y).
accum(float, float, float[]) - Method in class jigl.image.InterpolatedRealColorImage
Adds the triplet to the surrounding area.
actionPerformed(ActionEvent) - Method in class jigl.gui.SequenceCanvas
Performs appropriate function from butttons
add(ColorImage) - Method in class jigl.image.ColorImage
Adds another ColorImage to this image
add(ColorImage, ROI, ROI) - Method in class jigl.image.ColorImage
Adds a Region of Interest (sourceROI) in another ColorImage to a Region of Interest (destROI) of this image
add(Complex) - Method in class jigl.math.Complex
Adds this complex number to another complex number.
add(Complex, Complex) - Static method in class jigl.math.Complex
Adds two complex numbers
add(ComplexImage) - Method in class jigl.image.ComplexImage
Adds another ComplexImage to this image
add(ComplexImage, ROI, ROI) - Method in class jigl.image.ComplexImage
Adds a Region of Interest (sourceROI) in another ComplexImage to a Region of Interest (destROI) of this image
add(ComplexSignal) - Method in class jigl.signal.ComplexSignal
Adds another ComplexSignal to this signal
add(ComplexSignal, ROI, ROI) - Method in class jigl.signal.ComplexSignal
Adds a Region of Interest in another GraySignal from a Region of Interest of this signal
add(DiscreteSignal) - Method in class jigl.signal.DiscreteSignal
Adds another DiscreteSignal to this signal
add(DiscreteSignal, ROI, ROI) - Method in class jigl.signal.DiscreteSignal
Divides this signal's Region of Interest by a Region of Interest of another DiscreteSignal
add(double) - Method in class jigl.math.Complex
Adds a constant to the real part of this complex number.
add(float) - Method in class jigl.image.RealGrayImage
Adds a value to all the pixels in this image
add(float) - Method in class jigl.signal.RealSignal
Adds a value to all the samples in this signal.
add(float[]) - Method in class jigl.image.RealColorImage
Adds triplet to all the pixels in this image
add(float[], ROI) - Method in class jigl.image.RealColorImage
Adds triplet to all the pixels in a Region of Interest
add(float, float) - Method in class jigl.image.ComplexImage
Adds a value to all the pixels in this image
add(float, float) - Method in class jigl.signal.ComplexSignal
Adds a value to all the pixels in this signal.
add(float, float, float) - Method in class jigl.image.RealColorImage
Adds triplet to all the pixels in this image
add(float, float, float, ROI) - Method in class jigl.image.RealColorImage
Adds triplet to all the pixels in this image in a Region of Interest
add(float, float, ROI) - Method in class jigl.image.ComplexImage
Adds a value to all the pixels in a Region of Interest
add(float, float, ROI) - Method in class jigl.signal.ComplexSignal
Adds a value to all the pixels in a Region of Interest
add(float, ROI) - Method in class jigl.image.RealGrayImage
Adds a value to all the pixels in a Region of Interest
add(float, ROI) - Method in class jigl.signal.RealSignal
Adds a value to all the samples in in a Region of Interest
add(GrayImage) - Method in class jigl.image.GrayImage
Adds another GrayImage to this image
add(GrayImage, ROI, ROI) - Method in class jigl.image.GrayImage
Adds a Region of Interest (sourceROI) in another GrayImage to a Region of Interest (destROI) of this image
add(Image) - Method in class jigl.gui.SequenceCanvas
Adds an image to the SequenceCanvas
add(Image) - Method in class jigl.image.ImageSequence
Adds an image to the end of a sequence.
add(Image, int) - Method in class jigl.gui.SequenceCanvas
Adds an image to the SequenceCanvas at a given index
add(Image, int) - Method in class jigl.image.ImageSequence
Adds an Image to an location of a sequence
add(int) - Method in class jigl.image.GrayImage
Adds a value to all the pixels in this image
add(int) - Method in class jigl.signal.DiscreteSignal
Adds a value to all the samples in this signal
add(int[]) - Method in class jigl.image.ColorImage
Adds triplet to all the pixels in this image
add(int[], ROI) - Method in class jigl.image.ColorImage
Adds triplet to all the pixels in a Region of Interest
add(int, float) - Method in class jigl.image.RealColorImage
Adds a value to all the pixels in a plane of this image
add(int, float) - Method in class jigl.signal.RealSignal
Adds a value to a single sample.
add(int, float, float) - Method in class jigl.signal.ComplexSignal
Adds a value to a single pixel
add(int, float, float, ROI) - Method in class jigl.signal.ComplexSignal
Adds a value to a single pixel in a Region of Interest
add(int, float, ROI) - Method in class jigl.image.RealColorImage
Adds a value to all the pixels in a plane in a Region of Interest
add(int, float, ROI) - Method in class jigl.signal.RealSignal
Adds a value to a single sample in a Region of Interest
add(int, int) - Method in class jigl.image.ColorImage
Adds a value to all the pixels in a plane of this image
add(int, int) - Method in class jigl.signal.DiscreteSignal
Adds a value to a single sample
add(int, int, float) - Method in class jigl.image.RealGrayImage
Adds a value to a single pixel
add(int, int, float[]) - Method in class jigl.image.RealColorImage
Adds a triplet to a single pixel
add(int, int, float[], ROI) - Method in class jigl.image.RealColorImage
Adds a triplet to a single pixel in a Region of Interest
add(int, int, float, float) - Method in class jigl.image.ComplexImage
Adds a value to a single pixel
add(int, int, float, float, float) - Method in class jigl.image.RealColorImage
Adds a triplet to a single pixel
add(int, int, float, float, float, ROI) - Method in class jigl.image.RealColorImage
Adds a triplet to a single pixel in a Region of Interest
add(int, int, float, float, ROI) - Method in class jigl.image.ComplexImage
Adds a value to a single pixel in a Region of Interest
add(int, int, float, ROI) - Method in class jigl.image.RealGrayImage
Adds a value to a single pixel in a Region of Interest
add(int, int, int) - Method in class jigl.image.ColorImage
Adds triplet to all the pixels in this image
add(int, int, int) - Method in class jigl.image.GrayImage
Adds a value to a single pixel
add(int, int, int[]) - Method in class jigl.image.ColorImage
Adds a triplet to a single pixel
add(int, int, int[], ROI) - Method in class jigl.image.ColorImage
Adds a triplet to a single pixel in a Region of Interest
add(int, int, int, int, int) - Method in class jigl.image.ColorImage
Adds a triplet to a single pixel
add(int, int, int, int, int, ROI) - Method in class jigl.image.ColorImage
Adds a triplet to a single pixel in a Region of Interest
add(int, int, int, ROI) - Method in class jigl.image.ColorImage
Adds triplet to all the pixels in this image in a Region of Interest
add(int, int, int, ROI) - Method in class jigl.image.GrayImage
Adds a value to a single pixel in a Region of Interest
add(int, int, ROI) - Method in class jigl.image.ColorImage
Adds a value to all the pixels in a plane in a Region of Interest
add(int, int, ROI) - Method in class jigl.signal.DiscreteSignal
Adds a value to a single sample in a Region of Interest
add(int, ROI) - Method in class jigl.image.GrayImage
Adds a value to all the pixels in a Region of Interest
add(int, ROI) - Method in class jigl.signal.DiscreteSignal
Adds a value to all the samples in in a Region of Interest
add(Matrix) - Method in class jigl.math.Matrix
This method creates a new matrix and stores the sum of this and A in it.
add(RealColorImage) - Method in class jigl.image.RealColorImage
Adds another RealColorImage to this image
add(RealColorImage, ROI, ROI) - Method in class jigl.image.RealColorImage
Adds a Region of Interest (sourceROI) from another RealColorImage to a Region of Interest (destROI) from this image
add(RealGrayImage) - Method in class jigl.image.RealGrayImage
Adds another RealGrayImage to this image
add(RealGrayImage, ROI, ROI) - Method in class jigl.image.RealGrayImage
Adds a Region of Interest (souceROI) in another RealGrayImage to a Region of Interest (destROI) of this image
add(RealSignal) - Method in class jigl.signal.RealSignal
Adds another RealSignal to this signal.
add(RealSignal, ROI, ROI) - Method in class jigl.signal.RealSignal
Divides this signal's Region of Interest by a Region of Interest of another RealSignal
add(Vector) - Method in class jigl.math.Vector
This method creates a new vector and stores the sum of this and x in it.
addbuffer(int, int) - Method in class jigl.signal.DiscreteSignal
Makes a copy of this signal with a buffer so the resulting signal has a width w
addbuffer(int, int) - Method in class jigl.signal.RealSignal
Makes a copy of this signal with a buffer so the resulting signal has a width w
addbuffer(int, int, float) - Method in class jigl.image.RealGrayImage
Makes a copy of this image with a buffer so the resulting image has a width w and height h
addbuffer(int, int, float[]) - Method in class jigl.image.RealColorImage
Makes a copy of this image with a buffer so the resulting image has a width w and height h
addbuffer(int, int, float, float) - Method in class jigl.image.ComplexImage
Makes a copy of this image with a buffer so the resulting image has a width w and height h
addbuffer(int, int, int) - Method in class jigl.image.GrayImage
Makes a copy of this image with a buffer so the resulting image has a width w and height h
addbuffer(int, int, int[]) - Method in class jigl.image.ColorImage
Makes a copy of this image with a buffer so the resulting image has a width w and height h
addbuffer(int, int, int, int, float) - Method in class jigl.image.RealGrayImage
Makes a copy of this image with a buffer so the resulting image has a width w and height h
addbuffer(int, int, int, int, float[]) - Method in class jigl.image.RealColorImage
Makes a copy of this image with a buffer so the resulting image has a width w and height h
addbuffer(int, int, int, int, float, float) - Method in class jigl.image.ComplexImage
Makes a copy of this image with a buffer so the resulting image has a width w and height h
addbuffer(int, int, int, int, int) - Method in class jigl.image.GrayImage
Makes a copy of this image with a buffer so the resulting image has a width w and height h
addbuffer(int, int, int, int, int[]) - Method in class jigl.image.ColorImage
Makes a copy of this image with a buffer so the resulting image has a width w and height h
addNode(float[], KdTree) - Method in class jigl.image.utils.KdTree
Adds a node to the correct place in the KdTree
addSum() - Method in class jigl.image.ColorImage
Adds all the values together
addSum() - Method in class jigl.image.GrayImage
Adds all the values together
addSum() - Method in class jigl.image.RealColorImage
Adds all the values together
addSum() - Method in class jigl.image.RealGrayImage
Adds all the values together
AffineTransform - class jigl.image.warp.AffineTransform.
Performs any affine warp on a mapped image.
AffineTransform(double[][]) - Constructor for class jigl.image.warp.AffineTransform
Creates an Affine Transform from a two-dimensional array (transform matrix)
AffineTransform(Matrix) - Constructor for class jigl.image.warp.AffineTransform
Creates an Affine Transform from a matrix
angle - Variable in class jigl.image.warp.RotateAboutTransform
The rotation angle.
angle - Variable in class jigl.image.warp.RotateTransform
The rotation angle.
animate(boolean) - Method in class jigl.gui.SequenceCanvas
Starts animation for this SequenceCanvas and brings up Control frame for the animation at one frame per second.
animatorThread - Variable in class jigl.gui.SequenceCanvas
 
applied_once - Variable in class jigl.image.warp.AffineTransform
Flag for whether the reverse matrix has been calculated.
applied_once - Variable in class jigl.image.warp.PerspectiveTransform
Flag
apply_long(RealSignal) - Method in class jigl.signal.ops.Convolve
Performs a convolution on a RealSignal and returns a longer signal.
apply(BinaryImage) - Method in class jigl.image.ops.morph.Close
Performs a Close operation on image.
apply(BinaryImage) - Method in class jigl.image.ops.morph.Dilate
Dilates a BinaryImage.
apply(BinaryImage) - Method in class jigl.image.ops.morph.Erode
Erodes a BinaryImage.
apply(BinaryImage) - Method in class jigl.image.ops.morph.Open
Performs an Open on a BinaryImage.
apply(BinaryImage) - Method in class jigl.image.ops.ConnectedComponents
Returns the GrayImage made up of Connected Regions.
apply(BinaryImage) - Method in class jigl.image.utils.ConnectedComponents
Returns the GrayImage made up of Connected Regions the background color is set to zero, and the region values start at 1
apply(BinaryImage) - Method in class jigl.image.SimpleOperator
Auxiliary method.
apply(BinaryImage, ROI) - Method in class jigl.image.ops.morph.Close
Performs a Close operation on image in a Region of Interest.
apply(BinaryImage, ROI) - Method in class jigl.image.ops.morph.Dilate
Dilates a BinaryImage in a Region of Interest.
apply(BinaryImage, ROI) - Method in class jigl.image.ops.morph.Erode
Erodes a BinaryImage in a Region of Interest.
apply(BinaryImage, ROI) - Method in class jigl.image.ops.morph.Open
Performs an Open on a BinaryImage in a Region of Interest.
apply(BinaryImage, ROI) - Method in class jigl.image.SimpleOperator
Auxiliary method.
apply(BinarySignal) - Method in class jigl.signal.ops.morph.Close
Closes a BinarySignal.
apply(BinarySignal) - Method in class jigl.signal.ops.morph.Dilate
Dilates a BinarySignal.
apply(BinarySignal) - Method in class jigl.signal.ops.morph.Erode
Erodes a BinarySignal.
apply(BinarySignal) - Method in class jigl.signal.ops.morph.Open
Performs an Open on a BinarySignal.
apply(BinarySignal) - Method in class jigl.signal.SimpleOperator
Utility method
apply(BinarySignal, ROI) - Method in class jigl.signal.ops.morph.Close
Closes a BinarySignal in a region of interest.
apply(BinarySignal, ROI) - Method in class jigl.signal.ops.morph.Dilate
Dilates a BinarySignal in a region of interest.
apply(BinarySignal, ROI) - Method in class jigl.signal.ops.morph.Erode
Erodes a BinarySignal in a region of interest.
apply(BinarySignal, ROI) - Method in class jigl.signal.ops.morph.Open
Performs an Open on a BinarySignal in a region of interest.
apply(BinarySignal, ROI) - Method in class jigl.signal.SimpleOperator
Utility method
apply(ColorImage) - Method in class jigl.image.ops.levelOps.ByteSize
ByteSizes the range of image.
apply(ColorImage) - Method in class jigl.image.ops.levelOps.Clip
Clips the range of image to an arbitrary min/max.
apply(ColorImage) - Method in class jigl.image.ops.levelOps.ClipNeg
Clips the range of image to zero in a Region of Interest.
apply(ColorImage) - Method in class jigl.image.ops.levelOps.Exp
Performs the Exp function on a ColorImage.
apply(ColorImage) - Method in class jigl.image.ops.levelOps.Log
Performs the Log function on a ColorImage.
apply(ColorImage) - Method in class jigl.image.ops.levelOps.Negate
Negates the values of image.
apply(ColorImage) - Method in class jigl.image.ops.levelOps.Negative
Subtracts the value at each pixel from 255 and returns a new image.
apply(ColorImage) - Method in class jigl.image.ops.levelOps.Scale
Scales the range of image to an arbitrary min/max.
apply(ColorImage) - Method in class jigl.image.ops.levelOps.Window
Windows the values of image to an arbitrary min/max.
apply(ColorImage) - Method in class jigl.image.ops.morph.GClose
Closes a ColorImage.
apply(ColorImage) - Method in class jigl.image.ops.morph.GDilate
Dilates a ColorImage.
apply(ColorImage) - Method in class jigl.image.ops.morph.GErode
Erodes a ColorImage.
apply(ColorImage) - Method in class jigl.image.ops.morph.GOpen
Performs an Open on a ColorImage.
apply(ColorImage) - Method in class jigl.image.ops.Convolve
Applies the kernel to image.
apply(ColorImage) - Method in class jigl.image.ops.Dither
Applies the palette to a ColorImage applying Floyd-Steinberg dithering.
apply(ColorImage) - Method in class jigl.image.ops.GaussianNoise
Adds noise to image following the gaussian distribution.
apply(ColorImage) - Method in class jigl.image.ops.HistogramEqualizer
Returns an equalized version of image.
apply(ColorImage) - Method in class jigl.image.ops.Nearest
Applies the palette to image using the KdTree to find the nearest neighbor.
apply(ColorImage) - Method in class jigl.image.ops.PoissonNoise
Adds noise to image following the poisson distribution.
apply(ColorImage) - Method in class jigl.image.ops.Shift
Shifts a ColorImage.
apply(ColorImage) - Method in class jigl.image.ops.UniformNoise
Adds noise to image following the uniform distribution.
apply(ColorImage) - Method in class jigl.image.warp.Mapper
Applies the transformation to image through the PointMapper.
apply(ColorImage) - Method in class jigl.image.SimpleOperator
Auxiliary method.
apply(ColorImage, ROI) - Method in class jigl.image.ops.levelOps.Clip
Clips the range of image to an arbitrary min/max in a Region of Interest.
apply(ColorImage, ROI) - Method in class jigl.image.ops.levelOps.ClipNeg
Clips the range of image to zero in a Region of Interest.
apply(ColorImage, ROI) - Method in class jigl.image.ops.levelOps.Exp
Performs the Exp function on a ColorImage in a Region of Interest.
apply(ColorImage, ROI) - Method in class jigl.image.ops.levelOps.Log
Performs the Log function on a ColorImage in a Region of Interest.
apply(ColorImage, ROI) - Method in class jigl.image.ops.levelOps.Negate
Negates the values of image in a Region of Interest.
apply(ColorImage, ROI) - Method in class jigl.image.ops.levelOps.Negative
Subtracts the value at each pixel from 255 in a Region of Interest and returns a new image.
apply(ColorImage, ROI) - Method in class jigl.image.ops.levelOps.Scale
Scales the range of image to an arbitrary min/max in a Region of Interest.
apply(ColorImage, ROI) - Method in class jigl.image.ops.levelOps.Window
Windows the values of image to an arbitrary min/max in a Region of Interest.
apply(ColorImage, ROI) - Method in class jigl.image.ops.morph.GClose
Closes a ColorImage in a Region of Interest.
apply(ColorImage, ROI) - Method in class jigl.image.ops.morph.GDilate
Dilates a ColorImage in a Region of Interest.
apply(ColorImage, ROI) - Method in class jigl.image.ops.morph.GErode
Erodes a ColorImage in a Region of Interest.
apply(ColorImage, ROI) - Method in class jigl.image.ops.morph.GOpen
Performs an Open on a ColorImage in a Region of Interest.
apply(ColorImage, ROI) - Method in class jigl.image.ops.Convolve
Applies the kernel to image with a Region of Interest.
apply(ColorImage, ROI) - Method in class jigl.image.ops.GaussianNoise
Adds noise to image in the specified Region of Interest, following the gaussian distribution.
apply(ColorImage, ROI) - Method in class jigl.image.ops.HistogramEqualizer
Returns an equalized region in an image image.
apply(ColorImage, ROI) - Method in class jigl.image.ops.PoissonNoise
Adds noise to image in the specified Region of Interest, following the poisson distribution.
apply(ColorImage, ROI) - Method in class jigl.image.ops.UniformNoise
Adds noise to image in the specified Region of Interest, following the uniform distribution.
apply(ColorImage, ROI) - Method in class jigl.image.SimpleOperator
Auxiliary method.
apply(ComplexImage) - Method in class jigl.image.ops.ForwardFFT
Performs the forward FFT on a ComplexImage.
apply(ComplexImage) - Method in class jigl.image.ops.ReverseFFT
Performs the reverse FFT on a ComplexImage.
apply(ComplexImage) - Method in class jigl.image.SimpleOperator
Auxiliary method.
apply(ComplexImage, ROI) - Method in class jigl.image.SimpleOperator
Auxiliary method.
apply(ComplexSignal) - Method in class jigl.signal.ops.ForwardFFT
Calls FFT.forward(Signal)
apply(ComplexSignal) - Method in class jigl.signal.ops.ReverseFFT
Calls jigl.signal.utils.FFT#inverse(signal)
apply(ComplexSignal) - Method in class jigl.signal.SimpleOperator
Utility method
apply(ComplexSignal, ROI) - Method in class jigl.signal.SimpleOperator
Utility method
apply(DiscreteSignal) - Method in class jigl.signal.ops.levelOps.ByteSize
ByteSizes the range of signal to [0..255].
apply(DiscreteSignal) - Method in class jigl.signal.ops.levelOps.Clip
Clips the range of this signal to an arbitrary min/max.
apply(DiscreteSignal) - Method in class jigl.signal.ops.levelOps.ClipNeg
Clips the range of signal to zero.
apply(DiscreteSignal) - Method in class jigl.signal.ops.levelOps.Exp
Performs the Exp function on a DiscreteSignal.
apply(DiscreteSignal) - Method in class jigl.signal.ops.levelOps.Log
Performs the Log function on a DiscreteSignal.
apply(DiscreteSignal) - Method in class jigl.signal.ops.levelOps.Negate
Negates the values of signal.
apply(DiscreteSignal) - Method in class jigl.signal.ops.levelOps.Negative
Subtracts the value at each pixel in signal from 255.
apply(DiscreteSignal) - Method in class jigl.signal.ops.levelOps.Scale
Scales the range of signal to an arbitrary min/max.
apply(DiscreteSignal) - Method in class jigl.signal.ops.levelOps.Threshold
Thresholds the range of signal to {0, 255}.
apply(DiscreteSignal) - Method in class jigl.signal.ops.levelOps.Window
Windows the range of signal to an arbitrary min/max.
apply(DiscreteSignal) - Method in class jigl.signal.ops.morph.GClose
Closes a DiscreteSignal.
apply(DiscreteSignal) - Method in class jigl.signal.ops.morph.GDilate
Dilates a DiscreteSignal.
apply(DiscreteSignal) - Method in class jigl.signal.ops.morph.GErode
Erodes a DiscreteSignal.
apply(DiscreteSignal) - Method in class jigl.signal.ops.morph.GOpen
Performs an Open on a DiscreteSignal.
apply(DiscreteSignal) - Method in class jigl.signal.ops.Convolve
Performs a convolution on a DiscreteSignal.
apply(DiscreteSignal) - Method in class jigl.signal.ops.ForwardFFT
Calls jigl.signal.utils.FFT.forward(signal)
apply(DiscreteSignal) - Method in class jigl.signal.ops.GaussianNoise
Adds gaussian noise to signal.
apply(DiscreteSignal) - Method in class jigl.signal.ops.PoissonNoise
Adds noise to signal.
apply(DiscreteSignal) - Method in class jigl.signal.ops.ReverseFFT
Calls jigl.signal.utils.FFT#inverse(signal)
apply(DiscreteSignal) - Method in class jigl.signal.ops.Shift
Returns a shifted copy of a DiscreteSignal object signal.
apply(DiscreteSignal) - Method in class jigl.signal.ops.UniformNoise
Adds uniform noise to signal.
apply(DiscreteSignal) - Method in class jigl.signal.SimpleOperator
Utility method
apply(DiscreteSignal, ROI) - Method in class jigl.signal.ops.levelOps.Clip
Clips the range of signal to an arbitrary min/max in a region of interest.
apply(DiscreteSignal, ROI) - Method in class jigl.signal.ops.levelOps.ClipNeg
Clips the range of signal to zero in a region of interest.
apply(DiscreteSignal, ROI) - Method in class jigl.signal.ops.levelOps.Exp
Performs the Exp function on a DiscreteSignal in a region of interest.
apply(DiscreteSignal, ROI) - Method in class jigl.signal.ops.levelOps.Log
Performs the Log function on a DiscreteSignal in a region of interest.
apply(DiscreteSignal, ROI) - Method in class jigl.signal.ops.levelOps.Negate
Negates the values of signal in a region of interest.
apply(DiscreteSignal, ROI) - Method in class jigl.signal.ops.levelOps.Negative
Subtracts the value at each pixel in signal from 255 in a region of interest.
apply(DiscreteSignal, ROI) - Method in class jigl.signal.ops.levelOps.Scale
Scales the range of signal to an arbitrary min/max in a region of interest.
apply(DiscreteSignal, ROI) - Method in class jigl.signal.ops.levelOps.Threshold
Thresholds the range of signal to {0, 255} in a region of interest.
apply(DiscreteSignal, ROI) - Method in class jigl.signal.ops.levelOps.Window
Windows the range of signal to an arbitrary min/max in a region of interest.
apply(DiscreteSignal, ROI) - Method in class jigl.signal.ops.morph.GClose
Closes a DiscreteSignal in a region of interest.
apply(DiscreteSignal, ROI) - Method in class jigl.signal.ops.morph.GDilate
Dilates a DiscreteSignal in a region of interest.
apply(DiscreteSignal, ROI) - Method in class jigl.signal.ops.morph.GErode
Erodes a DiscreteSignal in a region of interest.
apply(DiscreteSignal, ROI) - Method in class jigl.signal.ops.morph.GOpen
Performs an Open on a DiscreteSignal in a region of interest.
apply(DiscreteSignal, ROI) - Method in class jigl.signal.ops.Convolve
Performs a convolve on a DiscreteSignal in a region of interest.
apply(DiscreteSignal, ROI) - Method in class jigl.signal.ops.GaussianNoise
Adds gaussian noise to signal in a Region of Interest.
apply(DiscreteSignal, ROI) - Method in class jigl.signal.ops.PoissonNoise
Adds noise to signal in a Region of Interest.
apply(DiscreteSignal, ROI) - Method in class jigl.signal.ops.UniformNoise
Adds uniform noise to signal in a Region of Interest.
apply(DiscreteSignal, ROI) - Method in class jigl.signal.SimpleOperator
Utility method
apply(GrayImage) - Method in class jigl.image.ops.levelOps.ByteSize
ByteSizes the range of image.
apply(GrayImage) - Method in class jigl.image.ops.levelOps.Clip
Clips the range of image to an arbitrary min/max.
apply(GrayImage) - Method in class jigl.image.ops.levelOps.ClipNeg
Clips the range of image to zero.
apply(GrayImage) - Method in class jigl.image.ops.levelOps.Exp
Performs the Exp function on a GrayImage.
apply(GrayImage) - Method in class jigl.image.ops.levelOps.Log
Performs the Log function on a GrayImage.
apply(GrayImage) - Method in class jigl.image.ops.levelOps.LookupTable
Applies lookup table to image and return the equalized image.
apply(GrayImage) - Method in class jigl.image.ops.levelOps.Negate
Negates the values of image.
apply(GrayImage) - Method in class jigl.image.ops.levelOps.Negative
Subtracts the value at each pixel from 255 and returns a new image.
apply(GrayImage) - Method in class jigl.image.ops.levelOps.Scale
Scales the range of image to an arbitrary min/max.
apply(GrayImage) - Method in class jigl.image.ops.levelOps.Threshold
Thresholds the range of image according to an arbitrary threshold value.
apply(GrayImage) - Method in class jigl.image.ops.levelOps.Window
Windows the range of image to an arbitrary min/max.
apply(GrayImage) - Method in class jigl.image.ops.morph.GClose
Closes a GrayImage.
apply(GrayImage) - Method in class jigl.image.ops.morph.GDilate
Dilates a GrayImage.
apply(GrayImage) - Method in class jigl.image.ops.morph.GErode
Erodes a GrayImage.
apply(GrayImage) - Method in class jigl.image.ops.morph.GOpen
Performs an Open on a GrayImage.
apply(GrayImage) - Method in class jigl.image.ops.Convolve
Applies the kernel to image.
apply(GrayImage) - Method in class jigl.image.ops.ForwardFFT
Performs the forward FFT on a GrayImage.
apply(GrayImage) - Method in class jigl.image.ops.GaussianNoise
Adds noise to image following the gaussian distribution.
apply(GrayImage) - Method in class jigl.image.ops.HistogramEqualizer
Returns an equalized version of image.
apply(GrayImage) - Method in class jigl.image.ops.PoissonNoise
Adds noise to image following the poisson distribution.
apply(GrayImage) - Method in class jigl.image.ops.ReverseFFT
Performs the reverse FFT on a GrayImage.
apply(GrayImage) - Method in class jigl.image.ops.Shift
Shifts a GrayImage.
apply(GrayImage) - Method in class jigl.image.ops.UniformNoise
Adds noise to image following the uniform distribution.
apply(GrayImage) - Method in class jigl.image.warp.Mapper
Applies the transformation to image through the PointMapper.
apply(GrayImage) - Method in class jigl.image.SimpleOperator
Auxiliary method.
apply(GrayImage, ROI) - Method in class jigl.image.ops.levelOps.Clip
Clips the range of image to an arbitrary min/max in a Region of Interest.
apply(GrayImage, ROI) - Method in class jigl.image.ops.levelOps.ClipNeg
Clips the range of image to zero in a Region of Interest.
apply(GrayImage, ROI) - Method in class jigl.image.ops.levelOps.Exp
Performs the Exp function on a GrayImage in a Region of Interest.
apply(GrayImage, ROI) - Method in class jigl.image.ops.levelOps.Log
Performs the Log function on a GrayImage in a Region of Interest.
apply(GrayImage, ROI) - Method in class jigl.image.ops.levelOps.LookupTable
Applies lookup table to image in a specific Region of Interest.
apply(GrayImage, ROI) - Method in class jigl.image.ops.levelOps.Negate
Negates the values of image in a Region of Interest.
apply(GrayImage, ROI) - Method in class jigl.image.ops.levelOps.Negative
Subtracts the value at each pixel from 255 in a Region of Interest and returns a new image.
apply(GrayImage, ROI) - Method in class jigl.image.ops.levelOps.Scale
Scales the range of image to an arbitrary min/max in a Region of Interest.
apply(GrayImage, ROI) - Method in class jigl.image.ops.levelOps.Threshold
Thresholds the range of image according to an arbitrary threshold value in a Region of Interest.
apply(GrayImage, ROI) - Method in class jigl.image.ops.levelOps.Window
Windows the range of image to an arbitrary min/max in a Region of Interest.
apply(GrayImage, ROI) - Method in class jigl.image.ops.morph.GClose
Closes a GrayImage in a Region of Interest.
apply(GrayImage, ROI) - Method in class jigl.image.ops.morph.GDilate
Dilates a GrayImage in a Region of Interest.
apply(GrayImage, ROI) - Method in class jigl.image.ops.morph.GErode
Erodes a GrayImage in a Region of Interest.
apply(GrayImage, ROI) - Method in class jigl.image.ops.morph.GOpen
Performs an Open on a GrayImage in a Region of Interest.
apply(GrayImage, ROI) - Method in class jigl.image.ops.Convolve
Applies the kernel to image in a Region of Interest.
apply(GrayImage, ROI) - Method in class jigl.image.ops.GaussianNoise
Adds noise to image in the specified Region of Interest, following the gaussian distribution.
apply(GrayImage, ROI) - Method in class jigl.image.ops.HistogramEqualizer
Returns an equalized region in an image image.
apply(GrayImage, ROI) - Method in class jigl.image.ops.PoissonNoise
Adds noise to image in the specified Region of Interest, following the poisson distribution.
apply(GrayImage, ROI) - Method in class jigl.image.ops.UniformNoise
Adds noise to image in the specified Region of Interest, following the uniform distribution.
apply(GrayImage, ROI) - Method in class jigl.image.SimpleOperator
Auxiliary method.
apply(Image) - Method in interface jigl.image.Operator
 
apply(Image) - Method in class jigl.image.SimpleOperator
Apply an operation to the image.
apply(Image, ROI) - Method in interface jigl.image.Operator
 
apply(Image, ROI) - Method in class jigl.image.SimpleOperator
Apply an operation to the image in a Region of Interest.
apply(RealColorImage) - Method in class jigl.image.ops.levelOps.ByteSize
ByteSizes the range of image.
apply(RealColorImage) - Method in class jigl.image.ops.levelOps.Clip
Clips the range of this image to an arbitrary min/max in a Region of Interest.
apply(RealColorImage) - Method in class jigl.image.ops.levelOps.ClipNeg
Clips the range of image to zero in a Region of Interest.
apply(RealColorImage) - Method in class jigl.image.ops.levelOps.Exp
Performs the Exp function on image.
apply(RealColorImage) - Method in class jigl.image.ops.levelOps.Log
Performs the Log function on image.
apply(RealColorImage) - Method in class jigl.image.ops.levelOps.Negate
Negates the values of image.
apply(RealColorImage) - Method in class jigl.image.ops.levelOps.Negative
Subtracts the value at each pixel from 255 and returns a new image.
apply(RealColorImage) - Method in class jigl.image.ops.levelOps.Scale
Scales the range of image to an arbitrary min/max.
apply(RealColorImage) - Method in class jigl.image.ops.levelOps.Window
Windows the values of image to an arbitrary min/max.
apply(RealColorImage) - Method in class jigl.image.ops.morph.GClose
Closes a RealColorImage in a Region of Interest.
apply(RealColorImage) - Method in class jigl.image.ops.morph.GDilate
Dilates a RealColorImage in a Region of Interest.
apply(RealColorImage) - Method in class jigl.image.ops.morph.GErode
Erodes a RealColorImage in a Region of Interest.
apply(RealColorImage) - Method in class jigl.image.ops.morph.GOpen
Performs an Open on a RealColorImage in a Region of Interest.
apply(RealColorImage) - Method in class jigl.image.ops.Convolve
Applies the kernel to a RealColorImage.
apply(RealColorImage) - Method in class jigl.image.ops.GaussianNoise
Adds noise to image following the gaussian distribution.
apply(RealColorImage) - Method in class jigl.image.ops.HistogramEqualizer
Returns an equalized version of image.
apply(RealColorImage) - Method in class jigl.image.ops.PoissonNoise
Adds noise to image following the poisson distribution.
apply(RealColorImage) - Method in class jigl.image.ops.Shift
Shifts a RealColorImage.
apply(RealColorImage) - Method in class jigl.image.ops.UniformNoise
Adds noise to image following the uniform distribution.
apply(RealColorImage) - Method in class jigl.image.warp.Mapper
Applies the transformation to image through the PointMapper.
apply(RealColorImage) - Method in class jigl.image.SimpleOperator
Auxiliary method.
apply(RealColorImage, ROI) - Method in class jigl.image.ops.levelOps.Clip
Clips the range of this image to an arbitrary min/max in a Region of Interest.
apply(RealColorImage, ROI) - Method in class jigl.image.ops.levelOps.ClipNeg
Clips the range of image to zero in a Region of Interest.
apply(RealColorImage, ROI) - Method in class jigl.image.ops.levelOps.Exp
Performs the Exp function on image in a Region of Interest.
apply(RealColorImage, ROI) - Method in class jigl.image.ops.levelOps.Log
Performs the Log function on image in a Region of Interest.
apply(RealColorImage, ROI) - Method in class jigl.image.ops.levelOps.Negate
Negates the values of image in a Region of Interest.
apply(RealColorImage, ROI) - Method in class jigl.image.ops.levelOps.Negative
Subtracts the value at each pixel from 255 in a Region of Interest and returns a new image.
apply(RealColorImage, ROI) - Method in class jigl.image.ops.levelOps.Scale
Scales the range of image to an arbitrary min/max in a Region of Interest.
apply(RealColorImage, ROI) - Method in class jigl.image.ops.levelOps.Window
Windows the values of image to an arbitrary min/max in a Region of Interest.
apply(RealColorImage, ROI) - Method in class jigl.image.ops.morph.GClose
Closes a RealColorImage in a Region of Interest.
apply(RealColorImage, ROI) - Method in class jigl.image.ops.morph.GDilate
Dilates a RealColorImage in a Region of Interest.
apply(RealColorImage, ROI) - Method in class jigl.image.ops.morph.GErode
Erodes a RealColorImage in a Region of Interest.
apply(RealColorImage, ROI) - Method in class jigl.image.ops.morph.GOpen
Performs an Open on a RealColorImage in a Region of Interest.
apply(RealColorImage, ROI) - Method in class jigl.image.ops.Convolve
Applies the kernel to a RealColorImage with a Region of Interest.
apply(RealColorImage, ROI) - Method in class jigl.image.ops.GaussianNoise
Adds noise to image in the specified Region of Interest, following the gaussian distribution.
apply(RealColorImage, ROI) - Method in class jigl.image.ops.HistogramEqualizer
Returns an equalized region in an image image.
apply(RealColorImage, ROI) - Method in class jigl.image.ops.PoissonNoise
Adds noise to image in the specified Region of Interest, following the poisson distribution.
apply(RealColorImage, ROI) - Method in class jigl.image.ops.UniformNoise
Adds noise to image in the specified Region of Interest, following the uniform distribution.
apply(RealColorImage, ROI) - Method in class jigl.image.SimpleOperator
Auxiliary method.
apply(RealGrayImage) - Method in class jigl.image.ops.levelOps.ByteSize
ByteSizes the range of image.
apply(RealGrayImage) - Method in class jigl.image.ops.levelOps.Clip
Clips the range of image to an arbitrary min/max.
apply(RealGrayImage) - Method in class jigl.image.ops.levelOps.ClipNeg
Clips the range of image to zero.
apply(RealGrayImage) - Method in class jigl.image.ops.levelOps.Exp
Performs the Exp function on image.
apply(RealGrayImage) - Method in class jigl.image.ops.levelOps.Log
Performs the Log function on image.
apply(RealGrayImage) - Method in class jigl.image.ops.levelOps.LookupTable
Applies lookup table to image and return the equalized image.
apply(RealGrayImage) - Method in class jigl.image.ops.levelOps.Negate
Negates the values of image.
apply(RealGrayImage) - Method in class jigl.image.ops.levelOps.Negative
Subtracts the value at each pixel from 255.
apply(RealGrayImage) - Method in class jigl.image.ops.levelOps.Scale
Scales the range of image to an arbitrary min/max.
apply(RealGrayImage) - Method in class jigl.image.ops.levelOps.Threshold
Thresholds the range of image according to an arbitrary threshold value.
apply(RealGrayImage) - Method in class jigl.image.ops.levelOps.Window
Windows the range of image to an arbitrary min/max.
apply(RealGrayImage) - Method in class jigl.image.ops.morph.GClose
Closes a RealGrayImage.
apply(RealGrayImage) - Method in class jigl.image.ops.morph.GDilate
Dilates a RealGrayImage.
apply(RealGrayImage) - Method in class jigl.image.ops.morph.GErode
Erodes a RealGrayImage.
apply(RealGrayImage) - Method in class jigl.image.ops.morph.GOpen
Performs an Open on a RealGrayImage.
apply(RealGrayImage) - Method in class jigl.image.ops.Convolve
Applies the kernel to image.
apply(RealGrayImage) - Method in class jigl.image.ops.ForwardFFT
Performs the forward FFT on a RealGrayImage.
apply(RealGrayImage) - Method in class jigl.image.ops.GaussianNoise
Adds noise to image following the gaussian distribution.
apply(RealGrayImage) - Method in class jigl.image.ops.HistogramEqualizer
Returns an equalized version of image.
apply(RealGrayImage) - Method in class jigl.image.ops.PoissonNoise
Adds noise to image following the poisson distribution.
apply(RealGrayImage) - Method in class jigl.image.ops.ReverseFFT
Performs the reverse FFT on a RealGrayImage.
apply(RealGrayImage) - Method in class jigl.image.ops.Shift
Shifts a RealGrayImage.
apply(RealGrayImage) - Method in class jigl.image.ops.UniformNoise
Adds noise to image following the uniform distribution.
apply(RealGrayImage) - Method in class jigl.image.warp.Mapper
Applies the transformation to image through the PointMapper.
apply(RealGrayImage) - Method in class jigl.image.SimpleOperator
Auxiliary method.
apply(RealGrayImage, ROI) - Method in class jigl.image.ops.levelOps.Clip
Clips the range of image to an arbitrary min/max in a Region of Interest.
apply(RealGrayImage, ROI) - Method in class jigl.image.ops.levelOps.ClipNeg
Clips the range of image to zero in a Region of Interest.
apply(RealGrayImage, ROI) - Method in class jigl.image.ops.levelOps.Exp
Performs the Exp function on image in a Region of Interest.
apply(RealGrayImage, ROI) - Method in class jigl.image.ops.levelOps.Log
Performs the Log function on image in a Region of Interest.
apply(RealGrayImage, ROI) - Method in class jigl.image.ops.levelOps.LookupTable
Applies lookup table to image in a specific Region of Interest.
apply(RealGrayImage, ROI) - Method in class jigl.image.ops.levelOps.Negate
Negates the values of image in a Region of Interest.
apply(RealGrayImage, ROI) - Method in class jigl.image.ops.levelOps.Negative
Subtracts the value at each pixel from 255 in a Region of Interest and returns a new image.
apply(RealGrayImage, ROI) - Method in class jigl.image.ops.levelOps.Scale
Scales the range of image to an arbitrary min/max in a Region of Interest.
apply(RealGrayImage, ROI) - Method in class jigl.image.ops.levelOps.Threshold
Thresholds the range of image according to an arbitrary threshold value in a Region of Interest.
apply(RealGrayImage, ROI) - Method in class jigl.image.ops.levelOps.Window
Windows the range of image to an arbitrary min/max in a Region of Interest.
apply(RealGrayImage, ROI) - Method in class jigl.image.ops.morph.GClose
Closes a RealGrayImage in a Region of Interest.
apply(RealGrayImage, ROI) - Method in class jigl.image.ops.morph.GDilate
Dilates a RealGrayImage in a Region of Interest.
apply(RealGrayImage, ROI) - Method in class jigl.image.ops.morph.GErode
Erodes a RealGrayImage in a Region of Interest.
apply(RealGrayImage, ROI) - Method in class jigl.image.ops.morph.GOpen
Performs an Open on a RealGrayImage in a Region of Interest.
apply(RealGrayImage, ROI) - Method in class jigl.image.ops.Convolve
Applies the kernel to image in a Region of Interest.
apply(RealGrayImage, ROI) - Method in class jigl.image.ops.GaussianNoise
Adds noise to image in the specified Region of Interest, following the gaussian distribution.
apply(RealGrayImage, ROI) - Method in class jigl.image.ops.HistogramEqualizer
Returns an equalized region in an image image.
apply(RealGrayImage, ROI) - Method in class jigl.image.ops.PoissonNoise
Adds noise to image in the specified Region of Interest, following the poisson distribution.
apply(RealGrayImage, ROI) - Method in class jigl.image.ops.UniformNoise
Adds noise to image in the specified Region of Interest, following the uniform distribution.
apply(RealGrayImage, ROI) - Method in class jigl.image.SimpleOperator
Auxiliary method.
apply(RealSignal) - Method in class jigl.signal.ops.levelOps.ByteSize
ByteSizes the range of signal to [0.0 ..
apply(RealSignal) - Method in class jigl.signal.ops.levelOps.Clip
Clips the range of signal to an arbitrary min/max.
apply(RealSignal) - Method in class jigl.signal.ops.levelOps.ClipNeg
Clips the range of signal to zero.
apply(RealSignal) - Method in class jigl.signal.ops.levelOps.Exp
Performs the Exp function on a RealSignal.
apply(RealSignal) - Method in class jigl.signal.ops.levelOps.Log
Performs the Log function on a RealSignal.
apply(RealSignal) - Method in class jigl.signal.ops.levelOps.Negate
Negates the values of signal.
apply(RealSignal) - Method in class jigl.signal.ops.levelOps.Negative
Subtracts the value at each pixel in signal from 255.
apply(RealSignal) - Method in class jigl.signal.ops.levelOps.Scale
Scales the range of signal to an arbitrary min/max.
apply(RealSignal) - Method in class jigl.signal.ops.levelOps.Threshold
Thresholds the range of signal to {0.0, 255.0}.
apply(RealSignal) - Method in class jigl.signal.ops.levelOps.Window
Windows the range of signal to an arbitrary min/max.
apply(RealSignal) - Method in class jigl.signal.ops.morph.GClose
Closes a RealSignal.
apply(RealSignal) - Method in class jigl.signal.ops.morph.GDilate
Dilates a RealSignal.
apply(RealSignal) - Method in class jigl.signal.ops.morph.GErode
Erodes a RealSignal.
apply(RealSignal) - Method in class jigl.signal.ops.morph.GOpen
Performs an Open on a RealSignal.
apply(RealSignal) - Method in class jigl.signal.ops.Convolve
Performs a convolution on a RealSignal.
apply(RealSignal) - Method in class jigl.signal.ops.ForwardFFT
Calls FFT.forward(Signal)
apply(RealSignal) - Method in class jigl.signal.ops.GaussianNoise
Adds gaussian noise to signal.
apply(RealSignal) - Method in class jigl.signal.ops.PoissonNoise
Adds noise to signal.
apply(RealSignal) - Method in class jigl.signal.ops.ReverseFFT
Calls jigl.signal.utils.FFT#inverse(signal)
apply(RealSignal) - Method in class jigl.signal.ops.Shift
Returns a shifted copy of RealSignal object signal.
apply(RealSignal) - Method in class jigl.signal.ops.UniformNoise
Adds uniform noise to signal.
apply(RealSignal) - Method in class jigl.signal.SimpleOperator
Utility method
apply(RealSignal, ROI) - Method in class jigl.signal.ops.levelOps.Clip
Clips the range of signal to an arbitrary min/max in a region of interest.
apply(RealSignal, ROI) - Method in class jigl.signal.ops.levelOps.ClipNeg
Clips the range of signal to zero in a region of interest.
apply(RealSignal, ROI) - Method in class jigl.signal.ops.levelOps.Exp
Performs the Exp function on a RealSignal in a region of interest.
apply(RealSignal, ROI) - Method in class jigl.signal.ops.levelOps.Log
Performs the Log function on a RealSignal in a region of interest.
apply(RealSignal, ROI) - Method in class jigl.signal.ops.levelOps.Negate
Negates the values of signal in a region of interest.
apply(RealSignal, ROI) - Method in class jigl.signal.ops.levelOps.Negative
Subtracts the value at each pixel in signal from 255 in a region of interest.
apply(RealSignal, ROI) - Method in class jigl.signal.ops.levelOps.Scale
Scales the range of signal to an arbitrary min/max in a region of interest.
apply(RealSignal, ROI) - Method in class jigl.signal.ops.levelOps.Threshold
Thresholds the range of signal to {0.0, 255.0} in a region of interest.
apply(RealSignal, ROI) - Method in class jigl.signal.ops.levelOps.Window
Windows the range of signal to an arbitrary min/max in a region of interest.
apply(RealSignal, ROI) - Method in class jigl.signal.ops.morph.GClose
Closes a RealSignal in a region of interest.
apply(RealSignal, ROI) - Method in class jigl.signal.ops.morph.GDilate
Dilates a RealSignal in a region of interest.
apply(RealSignal, ROI) - Method in class jigl.signal.ops.morph.GErode
Erodes a RealSignal.
apply(RealSignal, ROI) - Method in class jigl.signal.ops.morph.GOpen
Performs an Open on a RealSignal in a region of interest.
apply(RealSignal, ROI) - Method in class jigl.signal.ops.Convolve
Performs a convolve on a RealSignal in a region of interest.
apply(RealSignal, ROI) - Method in class jigl.signal.ops.GaussianNoise
Adds gaussian noise to signal in a Region of Interest.
apply(RealSignal, ROI) - Method in class jigl.signal.ops.PoissonNoise
Adds noise to signal in a Region of Interest.
apply(RealSignal, ROI) - Method in class jigl.signal.ops.UniformNoise
Adds uniform noise to signal in a Region of Interest.
apply(RealSignal, ROI) - Method in class jigl.signal.SimpleOperator
Utility method
apply(Signal) - Method in interface jigl.signal.Operator
Applies an operation on a signal.
apply(Signal) - Method in class jigl.signal.SimpleOperator
apply an operator to the signal.
apply(Signal, ROI) - Method in interface jigl.signal.Operator
Applies an operation on a signal in a specified area.
apply(Signal, ROI) - Method in class jigl.signal.SimpleOperator
apply an operator to the signal within a region of interest.
applyThreaded(ColorImage) - Method in class jigl.image.ops.Convolve
Applys a threaded version for faster execution on machine supporting multi-threads.
ApproximateGradientMagnitude() - Method in class jigl.image.utils.DifferentialGeometry
An approximate way to calculate the magnitude part of gradient.
arg() - Method in class jigl.math.Complex
Returns the phase of the complex number.Converts rectangular coordinates (x, y) to polar (r, theta).
ASCENDING - Static variable in class jigl.image.utils.ImageGenerator
Ascending Direction
ASCENDING - Static variable in class jigl.signal.utils.SignalGenerator
Ascending Direction
assign(double[]) - Method in class jigl.math.Vector
This method copies the elements of x to mem.
assign(double[][]) - Method in class jigl.math.Matrix
This method replaces the contents of the mem array with the data contained in b.
assign(Matrix) - Method in class jigl.math.Matrix
This method replaces the members of this with those of A.
assign(Vector) - Method in class jigl.math.Vector
This method assigns the member values of x to the member values of this.
avgAbsKappa - Variable in class jigl.image.utils.LocalDifferentialGeometry
The average absolute Kappa value for current image.
avgKappaSquare - Variable in class jigl.image.utils.LocalDifferentialGeometry
The average squared Kappa value for current image.

JIGL
v1.6
A B C D E F G H I J K L M N O P R S T U V W X Y
Submit a bug or feature
Revised in May 2002 by Weiming Liu