Uses of Package
org.simbrain.world.visionworld

Packages that use org.simbrain.world.visionworld
org.simbrain.workspace The simbrain.workspace package contains the top level container for the other components of Simbrain--the network, world, and gauge(s). 
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. 
 

Classes in org.simbrain.world.visionworld used by org.simbrain.workspace
VisionWorldFrame
          VisionWorldFrame provides the internal frame that contains the VisionWorld neural interface.
 

Classes in org.simbrain.world.visionworld used by org.simbrain.world.visionworld
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.