A B C D E F G H I J L M O P R S T U W Z

S

SCALE - Static variable in class jjil.algorithm.FftGray8
Defines the scale factor applied to the image as a power of two, for accuracy.
SCALE - Static variable in class jjil.core.MathPlus
The scale factor for this class.
Sequence - Class in jjil.core
Sequence is used to construct a sequence of image processing pipeline stages.
Sequence() - Constructor for class jjil.core.Sequence
Creates a new instance of Sequence with no pipeline.
Sequence(PipelineStage) - Constructor for class jjil.core.Sequence
Creates a new instance of Sequence with a single PipelineStage.
setColor(RgbSelect2Gray.ColorClass) - Method in class jjil.algorithm.RgbSelect2Gray
Changes the color selected.
setDivisor(int) - Method in class jjil.algorithm.Gray32Div
Changes divisor.
setHeight(int) - Method in class jjil.algorithm.GrayRectStretch
Changes target height
setHeight(int) - Method in class jjil.algorithm.GrayShrink
Changes target height
setHeight(int) - Method in class jjil.algorithm.RgbStretch
Changes target height
setHistogram(int[]) - Method in class jjil.algorithm.GrayHistMatch
setHistogram sets a new target histogram.
setMaxWidth(int) - Method in class jjil.algorithm.Fft1d
Sets a new maximum width.
setParameters(byte, byte, byte, int, boolean) - Method in class jjil.algorithm.RgbClip
Change the threshold parameters.
setReductionFactor(int, int) - Method in class jjil.algorithm.GrayReduce
Sets a new width, height reduction factor.
setScale(int, int) - Method in class jjil.algorithm.DetectHaarMultiScale
Set minimum and maximum scale.
setScale(int, int) - Method in class jjil.algorithm.j2se.DetectHaarMultiScale
Set minimum and maximum scale.
setShow(Show) - Static method in class jjil.debug.Debug
 
setSigma(int) - Method in class jjil.algorithm.CannyHoriz
sets a new value for sigma.
setSigma(int) - Method in class jjil.algorithm.GaussHoriz
sets a new value for sigma.
setStdDev(int) - Method in class jjil.algorithm.GaussDeblurHoriz
Changes current standard deviation value.
setTable(byte[]) - Method in class jjil.algorithm.GrayLookup
Assign a new lookup table.
setTargetSize(int, int) - Method in class jjil.algorithm.RgbSubSample
Sets a new width, height target size.
setThreshold(int) - Method in class jjil.algorithm.ZeroCrossingHoriz
Changes the zero crossing threshold.
setTrapezoid(int, int, int, int, int, int) - Method in class jjil.algorithm.GrayTrapWarp
Sets the bounds of the trapezoid.
setWidth(int) - Method in class jjil.algorithm.GrayRectStretch
Changes target width
setWidth(int) - Method in class jjil.algorithm.GrayShrink
Changes target width
setWidth(int) - Method in class jjil.algorithm.RgbStretch
Changes target width
setWindow(int, int, int, int) - Method in class jjil.algorithm.Gray8Rect
 
setWindow(int, int, int, int) - Method in class jjil.algorithm.GrayCrop
Change the cropping window.
setWindow(int, int, int, int) - Method in class jjil.algorithm.RgbCrop
Change the cropping window.
setXOffset(int) - Method in class jjil.core.Gray32SubImage
Change horizontal position of subimage.
setXOffset(int) - Method in class jjil.core.Gray8SubImage
Change horizontal position of subimage.
setYOffset(int) - Method in class jjil.core.Gray32SubImage
Change vertical psotion of subimage.
setYOffset(int) - Method in class jjil.core.Gray8SubImage
Change vertical position of subimage.
SHIFT - Static variable in class jjil.core.MathPlus
Number of log base 2 of SCALE.
Show - Interface in jjil.debug
 
SHRINK_OUTPUT_LARGER_THAN_INPUT - Static variable in class jjil.algorithm.ErrorCodes
In rectangular shrink output is larger than input.
sign(int) - Static method in class jjil.core.MathPlus
Returns sign of the argument: 0 if arg = 0, 1 if arg is > 0, -1 otherwise.
sin(int) - Static method in class jjil.core.MathPlus
Returns the sine of the argument, scaled by SCALE.
size() - Method in class jjil.algorithm.BinaryHeap
Returns size.
size() - Method in interface jjil.algorithm.PriorityQueue
Returns the size.
sqrt(int) - Static method in class jjil.core.MathPlus
Computes square root using Newton's iteration.
square() - Method in class jjil.core.Complex
Computes the absolute square.
STATISTICS_VARIANCE_LESS_THAN_ZERO - Static variable in class jjil.algorithm.ErrorCodes
statistics computation gave a variance < 0.
STRETCH_OUTPUT_SMALLER_THAN_INPUT - Static variable in class jjil.algorithm.ErrorCodes
In stretch operation output is smaller than input.
SUBIMAGE_NO_IMAGE_AVAILABLE - Static variable in class jjil.algorithm.ErrorCodes
Subimage requested but no more are available.
SumG82G32 - Class in jjil.algorithm
Forms integral image by summing pixels in a Gray8[Sub]Image to form a Gray32[Sub]Image.
The computation is O(i,j) = Sum for k<=i,l<=j of I(k,l)
Note output type is 32 bit because otherwise we'd get truncation.
SumG82G32() - Constructor for class jjil.algorithm.SumG82G32
Creates a new instance of SumG82G32

A B C D E F G H I J L M O P R S T U W Z