Package sk.robotics.rlcs.agents.image

Agents dealing with images.

See:
          Description

Class Summary
ConvolutionAgent Color inversion image filter.
ConvolutionAgent.Cfg  
GrayScaleAgent Image filter, that converts the image to grayscale.
GrayScaleAgent.Cfg  
ImageFilterAgent Base class for image processing agents.
ImageFilterAgent.Cfg  
ImageLoaderAgent Agent for loading images from files.
ImageLoaderAgent.Cfg  
ImageServerAgent Agent which listens for clients, who want to receive images.
ImageServerAgent.Cfg  
ImageStreamAgent Agent for streaming images to clients.
ImageStreamAgent.Cfg  
InvertAgent Color inversion image filter.
InvertAgent.Cfg  
SobelAgent Sobel image filter.
SobelAgent.Cfg  
TransformAgent Affine transformation image filter.
TransformAgent.Cfg  
TresholdAgent Treshold filter.
TresholdAgent.Cfg  
 

Enum Summary
ImageFilterAgent.Cfg.ImageType  
TransformAgent.Cfg.Interpolation  
 

Package sk.robotics.rlcs.agents.image Description

Agents dealing with images. This package contains a bunch of image filters, as well as agents for loading and streaming of images.