Package org.simbrain.world.visionworld

The simbrain.world.visionworld package describes a very simple retina, in which a matrix of pixels are either on or off, and thereby send one of two values (e.g.

See:
          Description

Class Summary
Pixel The Pixel class represents a unit in the VisionWorld.
VisionWorld < b>VisionWorld < /b> provides visual input to a neural network in the form of a grid of pixels that can be turned on or off by the user.
VisionWorldFrame VisionWorldFrame provides the internal frame that contains the VisionWorld neural interface.
 

Package org.simbrain.world.visionworld Description

The simbrain.world.visionworld package describes a very simple retina, in which a matrix of pixels are either on or off, and thereby send one of two values (e.g. 1 or -1) to the network.