All Packages  Class Hierarchy  This Package  Previous  Next  Index

Class demo.jcsp.AutoStereoGram

java.lang.Object
   |
   +----java.awt.Component
           |
           +----java.awt.Container
                   |
                   +----java.awt.Panel
                           |
                           +----java.applet.Applet
                                   |
                                   +----jcsp.awt.ActiveApplet
                                           |
                                           +----demo.jcsp.AutoStereoGram

public class AutoStereoGram
extends ActiveApplet

Applet

Process Diagram

External View

  ________________
 |                |
 | AutoStereoGram |
 |________________|
 

Internal View

  ________________________________________
 |            _______________________     |
 |  rawImage |                       |    |
 | +----<----| SingleLineImageOutput |    |
 | |         |_______________________|    |
 | v                                      |
 | |    _________________________         |
 | |   |                         |        |
 | +->-| AutoStereoGramGenerator |->-+    |
 | |   |_________________________|   |    |
 | v                                 v    |
 | |    _________________________    |    |
 | |   |                         |   |    |
 | +->-| AutoStereoGramGenerator |->-+    |
 | |   |_________________________|   |    |
 | v                                 v    |
 | |    _________________________    |    |
 | |   |                         |   |    |
 | +->-| AutoStereoGramGenerator |->-+    |
 | |   |_________________________|   |    |
 | v                                 v    |
 | |    _________________________    |    |
 | |   |                         |   |    |
 | +->-| AutoStereoGramGenerator |->-+    |
 |     |_________________________|   |    |
 |                                   v    |
 |  _____________________            |    |
 | |                     |           |    |
 | | ActiveImageProducer |-----<-----+    |
 | |_____________________| processedImage |
 |                                        |
 |                      AutoStereoGram    |
 |________________________________________|
 

Description

The AutoStereoGram applet generates an random dot AutoStereoGram from the depthmap in the file specified as the image parameter to the applet.

Author:
P.D.Austin

Constructor Index

 o AutoStereoGram()

Method Index

 o init()
Initialise the Applet.
 o paint(Graphics)
paints the Applet.
 o update(Graphics)
updates the Applet.

Constructors

 o AutoStereoGram
 public AutoStereoGram()

Methods

 o init
 public void init()
Initialise the Applet.

Overrides:
init in class Applet
 o paint
 public void paint(Graphics g)
paints the Applet.

Overrides:
paint in class Container
 o update
 public void update(Graphics g)
updates the Applet.

Overrides:
update in class Container

All Packages  Class Hierarchy  This Package  Previous  Next  Index