A B C D F G H I J L M N O P R S T V W 

A

AbstractImageProcessor - Class in stream.image
 
AbstractImageProcessor() - Constructor for class stream.image.AbstractImageProcessor
 
append(byte[]) - Method in class stream.io.RingByteBuffer
 
available() - Method in class stream.io.LittleEndianDataInputStream
 
AverageRGB - Class in stream.image.features
This processor computes the average color value for all three RGB channels.
AverageRGB() - Constructor for class stream.image.features.AverageRGB
 
AverageRGBRatios - Class in stream.image.features
Deprecated.
Please use the AverageRGB processor with includeRatios="true" instead.
AverageRGBRatios() - Constructor for class stream.image.features.AverageRGBRatios
Deprecated.
 

B

BlackFrameDetector - Class in stream.image
 
BlackFrameDetector() - Constructor for class stream.image.BlackFrameDetector
 
blockSize - Variable in class stream.io.WavStream
 
blocksRead - Variable in class stream.io.WavStream
 
BMPImageStream - Class in stream.io
 
BMPImageStream(SourceURL) - Constructor for class stream.io.BMPImageStream
 
BMPWriter - Class in stream.io
 
BMPWriter() - Constructor for class stream.io.BMPWriter
 
BorderDetection - Class in stream.image
Border Detection Operator
BorderDetection() - Constructor for class stream.image.BorderDetection
 
Brightness - Class in stream.image.features
 
Brightness() - Constructor for class stream.image.features.Brightness
 
bufferSize - Variable in class stream.io.MJpegImageStream
 
bufferSize - Variable in class stream.io.TiffImageStream
 
ByteBufferStream - Class in stream.io
A new version of the ByteChunkStream.
ByteBufferStream(InputStream, int, int, byte[], boolean) - Constructor for class stream.io.ByteBufferStream
 
ByteChunkStream - Class in stream.io
This class implements a fast byte-oriented stream of byte chunks.
ByteChunkStream(SourceURL, byte[]) - Constructor for class stream.io.ByteChunkStream
 
ByteChunkStream(InputStream, byte[]) - Constructor for class stream.io.ByteChunkStream
 
bytesRead() - Method in class stream.io.LittleEndianDataInputStream
 

C

CenterOfMass - Class in stream.image.features
This processor calculates the Center of mass of one ColorChannel of the Image.
CenterOfMass() - Constructor for class stream.image.features.CenterOfMass
 
ChangedPixelRatio - Class in stream.image
 
ChangedPixelRatio() - Constructor for class stream.image.ChangedPixelRatio
 
checkBytes(int, byte[]) - Method in class stream.io.RingByteBuffer
 
close() - Method in class stream.io.ByteBufferStream
 
close() - Method in class stream.io.ByteChunkStream
 
close() - Method in class stream.io.GIFStream
 
close() - Method in class stream.io.JpegStream
 
close() - Method in class stream.io.LittleEndianDataInputStream
 
close() - Method in class stream.io.MJpegImageStream
 
close() - Method in class stream.io.TiffImageStream
 
close() - Method in class stream.io.TiffStream
 
close() - Method in class stream.io.TransportStream
 
close() - Method in class stream.io.WavFile
 
close() - Method in class stream.io.WavStream
 
color(int, int, int) - Method in class stream.image.ShowColor
 
color(int, int, int, int) - Method in class stream.image.ShowColor
 
ColorDiscretization - Class in stream.image
The Color Discretization Operator discretizes the color space of the input image.
ColorDiscretization() - Constructor for class stream.image.ColorDiscretization
 
ColorHistogram - Class in stream.image.features
 
ColorHistogram() - Constructor for class stream.image.features.ColorHistogram
 
ColorToGrayscale - Class in stream.image
 
ColorToGrayscale() - Constructor for class stream.image.ColorToGrayscale
 
containsAt(byte[], int, byte[]) - Static method in class stream.io.RingByteBuffer
 
continuous - Variable in class stream.io.MJpegImageStream
 
continuous - Variable in class stream.io.TiffImageStream
 
Copy - Class in stream.io
 
Copy() - Constructor for class stream.io.Copy
 
createImage() - Method in class stream.image.ImageRGB
 
CreateRGBImage - Class in stream.image
This processor tries to decode a chunk of bytes from a byte array attribute into an RGB image object.
CreateRGBImage() - Constructor for class stream.image.CreateRGBImage
 
createStream(String) - Static method in class stream.io.RingByteBuffer
 
Crop - Class in stream.image
 
Crop() - Constructor for class stream.image.Crop
 

D

DecodeVideo - Class in stream.io
 
DecodeVideo() - Constructor for class stream.io.DecodeVideo
 
DEFAULT_BUFFER_SIZE - Static variable in class stream.io.ByteChunkStream
 
DEFAULT_FRAME_BUFFER - Static variable in class stream.io.MJpegImageStream
 
DEFAULT_FRAME_BUFFER - Static variable in class stream.io.TiffImageStream
 
DEFAULT_IMAGE_KEY - Static variable in interface stream.image.ImageProcessor
 
DEFAULT_READ_BUFFER - Static variable in class stream.io.MJpegImageStream
 
DEFAULT_READ_BUFFER - Static variable in class stream.io.TiffImageStream
 
DetectBrokenImage - Class in stream.image
 
DetectBrokenImage() - Constructor for class stream.image.DetectBrokenImage
 
DiffImage - Class in stream.image
 
DiffImage() - Constructor for class stream.image.DiffImage
 
display() - Method in class stream.io.WavFile
 
display(PrintStream) - Method in class stream.io.WavFile
 
DisplayImage - Class in stream.image
 
DisplayImage() - Constructor for class stream.image.DisplayImage
 
DisplayImage.ImagePanel - Class in stream.image
 
DisplayImage.ImagePanel() - Constructor for class stream.image.DisplayImage.ImagePanel
 
dump(InputStream) - Method in class stream.io.DecodeVideo
 

F

Ffmpeg - Class in stream.io
 
Ffmpeg() - Constructor for class stream.io.Ffmpeg
 
find(byte[], int) - Method in class stream.io.RingByteBuffer
 
finish() - Method in class stream.audio.PlayWavData
 
finish() - Method in class stream.image.DisplayImage
 
Framerate - Class in stream.video
 
Framerate() - Constructor for class stream.video.Framerate
 

G

getAmplitude() - Method in class stream.audio.SinusWave
 
getBinary() - Static method in class stream.io.Ffmpeg
 
getBlockSize() - Method in class stream.audio.SinusWave
 
getBlockSize() - Method in class stream.io.WavStream
 
getBLUE(int, int) - Method in class stream.image.ImageRGB
Returns the value of the blue color channel
getBuffer() - Method in class stream.io.RingByteBuffer
 
getBufferSize() - Method in class stream.io.ByteChunkStream
 
getBufferSize() - Method in class stream.io.MJpegImageStream
 
getBufferSize() - Method in class stream.io.TiffImageStream
 
getByte(int) - Method in class stream.io.RingByteBuffer
 
getBytesPerSample() - Method in class stream.io.WavStream
 
getBytesRead() - Method in class stream.io.ByteBufferStream
 
getBytesRead() - Method in class stream.io.GIFStream
 
getBytesRead() - Method in class stream.io.JpegStream
 
getBytesRead() - Method in class stream.io.RingByteBuffer
 
getBytesRead() - Method in class stream.io.TiffStream
 
getColorchannel() - Method in class stream.image.features.CenterOfMass
Delivers, on which color the Center of Mass computation is based on.
getFile() - Method in class stream.io.BMPWriter
 
getFile() - Method in class stream.io.JPEGWriter
 
getFilenamekey() - Method in class stream.io.StoreImageToFile
Returns the attribut that is taken as the filename at the moment.
getFolder() - Method in class stream.io.StoreImageToFile
Return the path of the folder the images as currently stored in.
getFps() - Method in class stream.video.Framerate
 
getFramesRemaining() - Method in class stream.io.WavFile
 
getFrequency() - Method in class stream.audio.SinusWave
 
getFrom() - Method in class stream.image.CreateRGBImage
 
getGREEN(int, int) - Method in class stream.image.ImageRGB
Returns the value of the green color channel
getHeight() - Method in class stream.image.Crop
 
getHeight() - Method in class stream.image.ImageRGB
 
getHeight() - Method in class stream.image.Rectangle
 
getHex(byte[], int) - Static method in class stream.io.RingByteBuffer
 
getHex(byte[], int, int) - Static method in class stream.io.RingByteBuffer
 
getImage() - Method in class stream.image.AbstractImageProcessor
 
getIncludeRatios() - Method in class stream.image.features.AverageRGB
Delivers, if the processor is including the ratios or not.
getKey() - Method in class stream.audio.Volume
 
getKey() - Method in class stream.image.CreateRGBImage
 
getKey() - Method in class stream.image.DisplayImage
 
getMaximumSize() - Method in class stream.image.DisplayImage.ImagePanel
 
getMinimumSize() - Method in class stream.image.DisplayImage.ImagePanel
 
getNormalized() - Method in class stream.image.features.CenterOfMass
Delivers, if the CenterOfMass processor is actually looking for the absolute or the normalized x- and y- coordinates of the Center of Mass.
getNumChannels() - Method in class stream.io.WavFile
 
getNumFrames() - Method in class stream.io.WavFile
 
getOnClose() - Method in class stream.image.DisplayImage
 
getOutput() - Method in class stream.image.BorderDetection
 
getOutput() - Method in class stream.image.ChangedPixelRatio
 
getOutput() - Method in class stream.image.ColorDiscretization
 
getOutput() - Method in class stream.image.Crop
 
getOutput() - Method in class stream.image.filters.Smoothing
 
getOutput() - Method in class stream.image.Rectangle
 
getOutput() - Method in class stream.io.DecodeVideo
 
getPixels() - Method in class stream.image.ImageRGB
 
getPreferredSize() - Method in class stream.image.DisplayImage.ImagePanel
 
getQuantilesPerChannel() - Method in class stream.image.ColorDiscretization
 
getReadBufferSize() - Method in class stream.io.MJpegImageStream
 
getReadBufferSize() - Method in class stream.io.TiffImageStream
 
getRED(int, int) - Method in class stream.image.ImageRGB
Returns the value of the red color channel
getRemaining() - Method in class stream.io.RingByteBuffer
 
getRGB(int, int) - Method in class stream.image.ImageRGB
Returns the RGB(a) value of the specified pixel.
getSampleRate() - Method in class stream.audio.SinusWave
 
getSampleRate() - Method in class stream.io.WavFile
 
getSampleRate() - Method in class stream.io.WavStream
 
getThreshold() - Method in class stream.image.BlackFrameDetector
 
getThreshold() - Method in class stream.image.DetectBrokenImage
 
getThreshold() - Method in class stream.image.DiffImage
 
getThreshold() - Method in class stream.image.PixelChangeRate
 
getTolerance() - Method in class stream.image.BorderDetection
 
getValidBits() - Method in class stream.io.WavFile
 
getVolume() - Method in class stream.audio.PlayWavData
 
getWidth() - Method in class stream.image.Crop
 
getWidth() - Method in class stream.image.ImageRGB
 
getWidth() - Method in class stream.image.Rectangle
 
getWindowSize() - Method in class stream.audio.Volume
 
getWindowSize() - Method in class stream.image.filters.Smoothing
 
getX() - Method in class stream.image.Crop
 
getX() - Method in class stream.image.Rectangle
 
getY() - Method in class stream.image.Crop
 
getY() - Method in class stream.image.Rectangle
 
GIF_SIGNATURE - Static variable in class stream.io.ByteChunkStream
 
GifImageStream - Class in stream.io
 
GifImageStream(SourceURL) - Constructor for class stream.io.GifImageStream
 
GifImageStream(InputStream) - Constructor for class stream.io.GifImageStream
 
GIFStream - Class in stream.io
A new version of the ByteChunkStream.
GIFStream(InputStream, int, int, boolean) - Constructor for class stream.io.GIFStream
 

H

height - Variable in class stream.image.ImageRGB
 

I

imageKey - Variable in class stream.image.AbstractImageProcessor
 
ImageProcessor - Interface in stream.image
 
ImageRGB - Class in stream.image
ImageRGB(int, int) - Constructor for class stream.image.ImageRGB
Creates an empty image with the specified height and width.
ImageRGB(int, int, int[]) - Constructor for class stream.image.ImageRGB
 
ImageRGB(BufferedImage) - Constructor for class stream.image.ImageRGB
 
indexOf(byte[], byte[], int) - Static method in class stream.io.ByteBufferStream
 
indexOf(byte[], int) - Method in class stream.io.ByteChunkStream
 
indexOf(byte[], byte[], int) - Static method in class stream.io.Copy
 
indexOf(byte[], byte[], int) - Static method in class stream.io.GIFStream
 
indexOf(byte[], int) - Method in class stream.io.GIFStream
 
indexOf(byte[], byte[], int) - Static method in class stream.io.JpegStream
 
indexOf(byte[], int) - Method in class stream.io.JpegStream
 
indexOf(byte[], byte[], int) - Static method in class stream.io.TiffStream
 
indexOf(byte[], int) - Method in class stream.io.TiffStream
 
info() - Method in class stream.io.MJpegImageStream
 
info() - Method in class stream.io.TiffImageStream
 
init() - Method in class stream.audio.SinusWave
 
init(ProcessContext) - Method in class stream.audio.Volume
 
init(ProcessContext) - Method in class stream.image.ColorDiscretization
 
init(ProcessContext) - Method in class stream.image.DisplayImage
 
init(ProcessContext) - Method in class stream.image.filters.Smoothing
 
init() - Method in class stream.io.BMPImageStream
 
init() - Method in class stream.io.ByteChunkStream
 
init() - Method in class stream.io.MJpegImageStream
 
init() - Method in class stream.io.TiffImageStream
 
init() - Method in class stream.io.TransportStream
 
init() - Method in class stream.io.WavStream
 
isContinuous() - Method in class stream.io.MJpegImageStream
 
isContinuous() - Method in class stream.io.TiffImageStream
 
isIncludeRawData() - Method in class stream.io.MJpegImageStream
 
isOnTop() - Method in class stream.image.DisplayImage
 
isSignatureAt(byte[], int, byte[]) - Static method in class stream.io.ByteBufferStream
 
isSignatureAt(int, byte[]) - Method in class stream.io.ByteChunkStream
 
isSignatureAt(byte[], int, byte[]) - Static method in class stream.io.Copy
 
isSignatureAt(byte[], int, byte[]) - Static method in class stream.io.GIFStream
 
isSignatureAt(byte[], int) - Method in class stream.io.GIFStream
 
isSignatureAt(byte[], int, byte[]) - Static method in class stream.io.JpegStream
 
isSignatureAt(byte[], int) - Method in class stream.io.JpegStream
 
isSignatureAt(byte[], int, byte[]) - Static method in class stream.io.TiffStream
 
isSignatureAt(byte[], int) - Method in class stream.io.TiffStream
 

J

JPEG_EOI - Static variable in class stream.io.ByteBufferStream
 
JPEG_EOI - Static variable in class stream.io.Copy
 
JPEG_EOI - Static variable in class stream.io.GIFStream
 
JPEG_EOI - Static variable in class stream.io.JpegStream
 
JPEG_EOI - Static variable in class stream.io.TiffStream
 
JPEG_SOI - Static variable in class stream.io.ByteBufferStream
 
JPEG_SOI - Static variable in class stream.io.Copy
 
JPEG_SOI - Static variable in class stream.io.GIFStream
 
JPEG_SOI - Static variable in class stream.io.JpegStream
 
JPEG_SOI - Static variable in class stream.io.TiffStream
 
JpegStream - Class in stream.io
A new version of the ByteChunkStream.
JpegStream(InputStream, int, int, boolean) - Constructor for class stream.io.JpegStream
 
JPEGWriter - Class in stream.io
 
JPEGWriter() - Constructor for class stream.io.JPEGWriter
 
JPG_SIGNATURE - Static variable in class stream.io.ByteChunkStream
 

L

LittleEndianDataInputStream - Class in stream.io
 
LittleEndianDataInputStream(InputStream) - Constructor for class stream.io.LittleEndianDataInputStream
 

M

main(String[]) - Static method in class stream.audio.SinusWave
 
main(String[]) - Static method in class stream.image.DetectBrokenImage
 
main(String[]) - Static method in class stream.io.BMPImageStream
 
main(String[]) - Static method in class stream.io.Copy
 
main(String[]) - Static method in class stream.io.MJpegImageStream
 
main(String[]) - Static method in class stream.io.ReadTiff
 
main(String[]) - Static method in class stream.io.RingByteBuffer
 
main(String[]) - Static method in class stream.io.TiffImageStream
 
main(String[]) - Static method in class stream.io.TransportStream
 
main(String[]) - Static method in class stream.io.WavFile
 
main(String[]) - Static method in class stream.io.WavStream
 
MaxRGB - Class in stream.image.features
 
MaxRGB() - Constructor for class stream.image.features.MaxRGB
 
MedianRGB - Class in stream.image.features
This processor computes the median color value for all three RGB channels
MedianRGB() - Constructor for class stream.image.features.MedianRGB
 
MJpegImageStream - Class in stream.io
 
MJpegImageStream(SourceURL) - Constructor for class stream.io.MJpegImageStream
 
MJpegImageStream(InputStream) - Constructor for class stream.io.MJpegImageStream
 
MJpegImageStreamOld - Class in stream.io
 
MJpegImageStreamOld(SourceURL) - Constructor for class stream.io.MJpegImageStreamOld
 
MJpegImageStreamOld(InputStream) - Constructor for class stream.io.MJpegImageStreamOld
 
MnistFeatures - Class in stream.image.features
 
MnistFeatures() - Constructor for class stream.image.features.MnistFeatures
 

N

newWavFile(File, int, long, int, long) - Static method in class stream.io.WavFile
 

O

openUrl(SourceURL) - Static method in class stream.io.MJpegImageStreamOld
 
openWavFile(File) - Static method in class stream.io.WavFile
 

P

paint(Graphics) - Method in class stream.image.DisplayImage.ImagePanel
 
ParseImageRGB - Class in stream.image
 
ParseImageRGB() - Constructor for class stream.image.ParseImageRGB
 
PixelChangeRate - Class in stream.image
 
PixelChangeRate() - Constructor for class stream.image.PixelChangeRate
 
pixels - Variable in class stream.image.ImageRGB
 
PlayWavData - Class in stream.audio
 
PlayWavData() - Constructor for class stream.audio.PlayWavData
 
process(Data) - Method in class stream.audio.PlayWavData
 
process(Data) - Method in class stream.audio.Volume
 
process(Data) - Method in class stream.image.AbstractImageProcessor
 
process(Data, ImageRGB) - Method in class stream.image.AbstractImageProcessor
 
process(Data) - Method in class stream.image.BlackFrameDetector
 
process(Data, ImageRGB) - Method in class stream.image.BorderDetection
 
process(Data, ImageRGB) - Method in class stream.image.ChangedPixelRatio
 
process(Data, ImageRGB) - Method in class stream.image.ColorDiscretization
 
process(Data, ImageRGB) - Method in class stream.image.ColorToGrayscale
 
process(Data) - Method in class stream.image.CreateRGBImage
 
process(Data, ImageRGB) - Method in class stream.image.Crop
 
process(Data, ImageRGB) - Method in class stream.image.DetectBrokenImage
 
process(Data, ImageRGB) - Method in class stream.image.DiffImage
 
process(Data) - Method in class stream.image.DisplayImage
 
process(Data, ImageRGB) - Method in class stream.image.features.AverageRGB
 
process(Data, ImageRGB) - Method in class stream.image.features.AverageRGBRatios
Deprecated.
 
process(Data, ImageRGB) - Method in class stream.image.features.Brightness
 
process(Data, ImageRGB) - Method in class stream.image.features.CenterOfMass
 
process(Data, ImageRGB) - Method in class stream.image.features.ColorHistogram
 
process(Data, ImageRGB) - Method in class stream.image.features.MaxRGB
 
process(Data, ImageRGB) - Method in class stream.image.features.MedianRGB
 
process(Data, ImageRGB) - Method in class stream.image.features.MnistFeatures
 
process(Data, ImageRGB) - Method in class stream.image.features.StandardDeviationRGB
 
process(Data, ImageRGB) - Method in class stream.image.filters.SetTransparent
 
process(Data, ImageRGB) - Method in class stream.image.filters.Smoothing
 
process(Data, ImageRGB) - Method in interface stream.image.ImageProcessor
 
process(Data) - Method in class stream.image.ParseImageRGB
 
process(Data, ImageRGB) - Method in class stream.image.PixelChangeRate
 
process(Data, ImageRGB) - Method in class stream.image.Rectangle
 
process(Data) - Method in class stream.image.ShowColor
 
process(Data, ImageRGB) - Method in class stream.io.BMPWriter
 
process(Data, ImageRGB) - Method in class stream.io.JPEGWriter
 
process(Data, ImageRGB) - Method in class stream.io.StoreImageToFile
 
process(Data) - Method in class stream.video.Framerate
 
processMatchingData(Data) - Method in class stream.io.DecodeVideo
 

R

read(byte[], int, int) - Method in class stream.io.LittleEndianDataInputStream
 
read() - Method in class stream.io.LittleEndianDataInputStream
 
read(InputStream) - Method in class stream.io.RingByteBuffer
 
readBoolean() - Method in class stream.io.LittleEndianDataInputStream
 
readBufferSize - Variable in class stream.io.MJpegImageStream
 
readBufferSize - Variable in class stream.io.TiffImageStream
 
readByte() - Method in class stream.io.LittleEndianDataInputStream
 
readBytes() - Method in class stream.io.GIFStream
 
readBytes() - Method in class stream.io.JpegStream
 
readBytes() - Method in class stream.io.TiffStream
 
readChar() - Method in class stream.io.LittleEndianDataInputStream
like DataInputStream.readChar except little endian.
readDouble() - Method in class stream.io.LittleEndianDataInputStream
 
readFloat() - Method in class stream.io.LittleEndianDataInputStream
 
readFrames(int[], int) - Method in class stream.io.WavFile
 
readFrames(int[], int, int) - Method in class stream.io.WavFile
 
readFrames(int[][], int) - Method in class stream.io.WavFile
 
readFrames(int[][], int, int) - Method in class stream.io.WavFile
 
readFrames(long[], int) - Method in class stream.io.WavFile
 
readFrames(long[], int, int) - Method in class stream.io.WavFile
 
readFrames(long[][], int) - Method in class stream.io.WavFile
 
readFrames(long[][], int, int) - Method in class stream.io.WavFile
 
readFrames(double[], int) - Method in class stream.io.WavFile
 
readFrames(double[], int, int) - Method in class stream.io.WavFile
 
readFrames(double[][], int) - Method in class stream.io.WavFile
 
readFrames(double[][], int, int) - Method in class stream.io.WavFile
 
readFully(byte[]) - Method in class stream.io.LittleEndianDataInputStream
 
readFully(byte[], int, int) - Method in class stream.io.LittleEndianDataInputStream
 
readInt() - Method in class stream.io.LittleEndianDataInputStream
like DataInputStream.readInt except little endian.
readLine() - Method in class stream.io.LittleEndianDataInputStream
Deprecated.
readLong() - Method in class stream.io.LittleEndianDataInputStream
like DataInputStream.readLong except little endian.
readNext() - Method in class stream.audio.SinusWave
 
readNext() - Method in class stream.io.BMPImageStream
 
readNext() - Method in class stream.io.ByteChunkStream
 
readNext() - Method in class stream.io.MJpegImageStream
 
readNext() - Method in class stream.io.TiffImageStream
 
readNext() - Method in class stream.io.TransportStream
 
readNext() - Method in class stream.io.WavStream
 
readNextChunk() - Method in class stream.io.ByteBufferStream
 
readNextChunk() - Method in class stream.io.GIFStream
 
readNextChunk() - Method in class stream.io.JpegStream
 
readNextChunk() - Method in class stream.io.TiffStream
 
readSample() - Method in class stream.io.WavStream
 
readShort() - Method in class stream.io.LittleEndianDataInputStream
 
ReadTiff - Class in stream.io
 
ReadTiff() - Constructor for class stream.io.ReadTiff
 
readUnsignedByte() - Method in class stream.io.LittleEndianDataInputStream
 
readUnsignedShort() - Method in class stream.io.LittleEndianDataInputStream
Note, returns int even though it reads a short.
readUTF() - Method in class stream.io.LittleEndianDataInputStream
 
Rectangle - Class in stream.image
 
Rectangle() - Constructor for class stream.image.Rectangle
 
RingByteBuffer - Class in stream.io
 
RingByteBuffer(int) - Constructor for class stream.io.RingByteBuffer
 

S

setAmplitude(Float) - Method in class stream.audio.SinusWave
 
setBins(Integer) - Method in class stream.image.ColorDiscretization
 
setBins(Integer) - Method in class stream.image.features.ColorHistogram
 
setBlockSize(int) - Method in class stream.audio.SinusWave
 
setBlockSize(int) - Method in class stream.io.WavStream
 
setBLUE(int, int, int) - Method in class stream.image.ImageRGB
 
setBufferSize(ByteSize) - Method in class stream.io.ByteChunkStream
 
setBufferSize(ByteSize) - Method in class stream.io.MJpegImageStream
 
setBufferSize(ByteSize) - Method in class stream.io.TiffImageStream
 
setColorchannel(String) - Method in class stream.image.features.CenterOfMass
Tells the CenterOfMass processor, on which color to base the Center of Mass computation on.
setColorchannel(String) - Method in class stream.image.features.ColorHistogram
 
setContinuous(boolean) - Method in class stream.io.MJpegImageStream
 
setContinuous(boolean) - Method in class stream.io.TiffImageStream
 
setFile(String) - Method in class stream.io.BMPWriter
 
setFile(String) - Method in class stream.io.JPEGWriter
 
setFilenamekey(String) - Method in class stream.io.StoreImageToFile
Defines the attribute, that is taken as the filename.
setFolder(String) - Method in class stream.io.StoreImageToFile
Sets the folder, the images are stored in.
setFps(Float) - Method in class stream.video.Framerate
 
setFrame(BufferedImage, Long) - Method in class stream.image.DisplayImage.ImagePanel
 
setFrequency(Double) - Method in class stream.audio.SinusWave
 
setFrom(String) - Method in class stream.image.CreateRGBImage
 
setGREEN(int, int, int) - Method in class stream.image.ImageRGB
 
setHeight(int) - Method in class stream.image.Crop
 
setHeight(int) - Method in class stream.image.Rectangle
 
setImage(String) - Method in class stream.image.AbstractImageProcessor
 
setImage(String) - Method in class stream.image.DisplayImage
 
setIncludeRatios(boolean) - Method in class stream.image.features.AverageRGB
If desired, the processor includes the ration between the color channels.
setIncludeRawData(boolean) - Method in class stream.io.MJpegImageStream
 
setKey(String) - Method in class stream.audio.Volume
 
setKey(String) - Method in class stream.image.CreateRGBImage
 
setKey(String) - Method in class stream.image.DisplayImage
 
setNormalized(Boolean) - Method in class stream.image.features.CenterOfMass
Tells the CenterOfMass processor, if we are looking for the absolute or the normalized x- and y- coordinates of the Center of Mass.
setOnClose(String) - Method in class stream.image.DisplayImage
 
setOnTop(boolean) - Method in class stream.image.DisplayImage
 
setOutput(String) - Method in class stream.image.BorderDetection
 
setOutput(String) - Method in class stream.image.ChangedPixelRatio
 
setOutput(String) - Method in class stream.image.ColorDiscretization
Setter for the Parameter Output
setOutput(String) - Method in class stream.image.ColorToGrayscale
 
setOutput(String) - Method in class stream.image.Crop
 
setOutput(String) - Method in class stream.image.DiffImage
 
setOutput(String) - Method in class stream.image.filters.Smoothing
Setter for the Parameter Output
setOutput(String) - Method in class stream.image.Rectangle
 
setOutput(Sink[]) - Method in class stream.io.DecodeVideo
 
setReadBufferSize(ByteSize) - Method in class stream.io.MJpegImageStream
 
setReadBufferSize(ByteSize) - Method in class stream.io.TiffImageStream
 
setRED(int, int, int) - Method in class stream.image.ImageRGB
 
setRGB(int, int, int) - Method in class stream.image.ImageRGB
This sets the RGB value for the specified pixel.
setRGB(int, int, int, int, int) - Method in class stream.image.ImageRGB
This functions sets the RGB value for the specified pixel.
setSampleRate(Integer) - Method in class stream.audio.SinusWave
 
setThreshold(Double) - Method in class stream.image.BlackFrameDetector
 
setThreshold(double) - Method in class stream.image.DetectBrokenImage
 
setThreshold(Integer) - Method in class stream.image.DiffImage
 
setThreshold(Integer) - Method in class stream.image.PixelChangeRate
 
setTolerance(int) - Method in class stream.image.BorderDetection
 
SetTransparent - Class in stream.image.filters
 
SetTransparent() - Constructor for class stream.image.filters.SetTransparent
 
setVolume(Double) - Method in class stream.audio.PlayWavData
 
setWeighted(Boolean) - Method in class stream.image.filters.Smoothing
 
setWidth(int) - Method in class stream.image.Crop
 
setWidth(int) - Method in class stream.image.Rectangle
 
setWindowSize(Integer) - Method in class stream.audio.Volume
 
setWindowSize(Integer) - Method in class stream.image.filters.Smoothing
 
setX(int) - Method in class stream.image.Crop
 
setX(int) - Method in class stream.image.Rectangle
 
setY(int) - Method in class stream.image.Crop
 
setY(int) - Method in class stream.image.Rectangle
 
ShowColor - Class in stream.image
 
ShowColor() - Constructor for class stream.image.ShowColor
 
SinusWave - Class in stream.audio
 
SinusWave() - Constructor for class stream.audio.SinusWave
 
skipBytes(int) - Method in class stream.io.LittleEndianDataInputStream
 
sleep(long) - Method in class stream.video.Framerate
 
Smoothing - Class in stream.image.filters
The Smooting Operator is a filter to reduce the noise in an input image.
Smoothing() - Constructor for class stream.image.filters.Smoothing
 
StandardDeviationRGB - Class in stream.image.features
This processor computes the standard deviation for all three RGB channels.
StandardDeviationRGB() - Constructor for class stream.image.features.StandardDeviationRGB
 
StoreImageToFile - Class in stream.io
This processor takes all incoming images and stores them as .jpg-images in one folder on the disk.
StoreImageToFile() - Constructor for class stream.io.StoreImageToFile
 
stream - Variable in class stream.io.MJpegImageStream
 
stream - Variable in class stream.io.TiffImageStream
 
stream.audio - package stream.audio
 
stream.image - package stream.image
 
stream.image.features - package stream.image.features
 
stream.image.filters - package stream.image.filters
 
stream.io - package stream.io
 
stream.video - package stream.video
 

T

TIF_SOI - Static variable in class stream.io.TiffStream
 
TiffImageStream - Class in stream.io
 
TiffImageStream(SourceURL) - Constructor for class stream.io.TiffImageStream
 
TiffImageStream(InputStream) - Constructor for class stream.io.TiffImageStream
 
TiffStream - Class in stream.io
A new version of the ByteChunkStream.
TiffStream(InputStream, int, int, boolean) - Constructor for class stream.io.TiffStream
 
TransportStream - Class in stream.io
This class implements a simple stream of packets obtained from a transport stream.
TransportStream(SourceURL) - Constructor for class stream.io.TransportStream
 

V

Volume - Class in stream.audio
 
Volume() - Constructor for class stream.audio.Volume
 

W

WavFile - Class in stream.io
 
WavFileException - Exception in stream.io
 
WavFileException() - Constructor for exception stream.io.WavFileException
 
WavFileException(String) - Constructor for exception stream.io.WavFileException
 
WavFileException(String, Throwable) - Constructor for exception stream.io.WavFileException
 
WavFileException(Throwable) - Constructor for exception stream.io.WavFileException
 
WavStream - Class in stream.io
 
WavStream(SourceURL) - Constructor for class stream.io.WavStream
 
width - Variable in class stream.image.ImageRGB
 
windowActivated(WindowEvent) - Method in class stream.image.DisplayImage
 
windowClosed(WindowEvent) - Method in class stream.image.DisplayImage
 
windowClosing(WindowEvent) - Method in class stream.image.DisplayImage
 
windowDeactivated(WindowEvent) - Method in class stream.image.DisplayImage
 
windowDeiconified(WindowEvent) - Method in class stream.image.DisplayImage
 
windowIconified(WindowEvent) - Method in class stream.image.DisplayImage
 
windowOpened(WindowEvent) - Method in class stream.image.DisplayImage
 
writeFrames(int[], int) - Method in class stream.io.WavFile
 
writeFrames(int[], int, int) - Method in class stream.io.WavFile
 
writeFrames(int[][], int) - Method in class stream.io.WavFile
 
writeFrames(int[][], int, int) - Method in class stream.io.WavFile
 
writeFrames(long[], int) - Method in class stream.io.WavFile
 
writeFrames(long[], int, int) - Method in class stream.io.WavFile
 
writeFrames(long[][], int) - Method in class stream.io.WavFile
 
writeFrames(long[][], int, int) - Method in class stream.io.WavFile
 
writeFrames(double[], int) - Method in class stream.io.WavFile
 
writeFrames(double[], int, int) - Method in class stream.io.WavFile
 
writeFrames(double[][], int) - Method in class stream.io.WavFile
 
writeFrames(double[][], int, int) - Method in class stream.io.WavFile
 
A B C D F G H I J L M N O P R S T V W 

Copyright © 2015. All rights reserved.