Overview
Package
Class
Use
Tree
Deprecated
Index
Help
PREV LETTER
NEXT LETTER
FRAMES
NO FRAMES
All Classes
A
B
C
D
E
F
G
H
I
J
L
M
O
P
R
S
T
U
W
Z
I
ifft(Complex[])
- Method in class jjil.algorithm.
Fft1d
Computes inverse FFT of the input complex array.
IFftComplex32
- Class in
jjil.algorithm
Computes the inverse FFT of the input Complex32Image.
IFftComplex32(boolean)
- Constructor for class jjil.algorithm.
IFftComplex32
Creates a new instance of IFftComplex32
ILLEGAL_COLOR_CHOICE
- Static variable in class jjil.algorithm.
ErrorCodes
Color not red, green, or blue.
imag()
- Method in class jjil.core.
Complex
The imaginary component of the complex number.
Image
- Class in
jjil.core
Image is the fundamental abstract class for holding images.
Image(int, int)
- Constructor for class jjil.core.
Image
Creates a new instance of Image
IMAGE_MASK_SIZE_MISMATCH
- Static variable in class jjil.core.
ErrorCodes
image and mask sizes don't match
IMAGE_NOT_COMPLEX32IMAGE
- Static variable in class jjil.algorithm.
ErrorCodes
Input image has to be a Complex32Image.
IMAGE_NOT_GRAY16IMAGE
- Static variable in class jjil.algorithm.
ErrorCodes
Input image has to be a Gray16Image.
IMAGE_NOT_GRAY32IMAGE
- Static variable in class jjil.algorithm.
ErrorCodes
Input image has to be a Gray16Image.
IMAGE_NOT_GRAY8IMAGE
- Static variable in class jjil.algorithm.
ErrorCodes
Input image has to be a Gray16Image.
IMAGE_NOT_RGBIMAGE
- Static variable in class jjil.algorithm.
ErrorCodes
Input image has to be an RgbImage.
IMAGE_NOT_SQUARE
- Static variable in class jjil.algorithm.
ErrorCodes
Input image has to be square.
IMAGE_SIZES_DIFFER
- Static variable in class jjil.algorithm.
ErrorCodes
Input image sizes differ, should be same.
IMAGE_TOO_SMALL
- Static variable in class jjil.algorithm.
ErrorCodes
input image smaller than minimum.
INPUT_IMAGE_SIZE_NEGATIVE
- Static variable in class jjil.algorithm.
ErrorCodes
bounds set input image size to be negative (or zero).
INPUT_TERMINATED_EARLY
- Static variable in class jjil.algorithm.
ErrorCodes
the input terminated before expected (parse error).
insert(ComparableJ2me)
- Method in class jjil.algorithm.
BinaryHeap
Insert into the priority queue.
insert(ComparableJ2me)
- Method in interface jjil.algorithm.
PriorityQueue
Insert into the priority queue, maintaining heap order.
InverseFilter
- Class in
jjil.algorithm
Computes the inverse filter of the input image, given an input point spread function and noise level.
InverseFilter(Gray8Image, int)
- Constructor for class jjil.algorithm.
InverseFilter
Creates a new instance of InverseFilter.
IO_EXCEPTION
- Static variable in class jjil.algorithm.
ErrorCodes
unspecified IO Exception.
isEmpty()
- Method in class jjil.algorithm.
BinaryHeap
Test if the priority queue is logically empty.
isEmpty()
- Method in class jjil.algorithm.
Gray8SubImageGenerator
Returns true when no more subimages are available from the input image.
isEmpty()
- Method in class jjil.algorithm.
MaskedGray32SubImgGen
Returns true iff there is another image available from getFront().
isEmpty()
- Method in class jjil.algorithm.
MaskedGray8SubImgGen
Returns true iff there is another image available from getFront().
isEmpty()
- Method in interface jjil.algorithm.
PriorityQueue
Test if the priority queue is logically empty.
isEmpty()
- Method in class jjil.core.
PipelineStage
Returns true iff this pipeline stage does not have an output available.
isEmpty()
- Method in class jjil.core.
Sequence
Returns true iff the pipeline has no image available
Overview
Package
Class
Use
Tree
Deprecated
Index
Help
PREV LETTER
NEXT LETTER
FRAMES
NO FRAMES
All Classes
A
B
C
D
E
F
G
H
I
J
L
M
O
P
R
S
T
U
W
Z