Visual processing channels for the VisualCortex.
More...Visual processing channels for the VisualCortex.
This directory contains class definitions for visual processing channels, typically to be used in a VisualCortex object (see src/Neuro/VisualCortex.H). A channel is a visual processing entity that takes a visual input image in, and computes a number of visual feature maps tuned to various properties of the input image, including various colors, orientations, or motions.
The base class is described in ChannelBase.H, and defines the overall interface for all channels. It is specialized into a single channel class which processes the input image along one specific feature dimention (see SingleChannel.H), and a complex channel which holds a collection of single or complex channels for various feature dimensions (see ComplexChannel.H). All other channels are concrete derivations of either SingleChannel or ComplexChannel for various visual feature dimensions.
for dependency graphs: rankdir: RL