All Packages  Class Hierarchy  This Package  Previous  Next  Index

Class pinball.player.pen.PenAnalyze

java.lang.Object
   |
   +----java.lang.Thread
           |
           +----pinball.player.Analyze
                   |
                   +----pinball.player.pen.PenAnalyze

public class PenAnalyze
extends Analyze
The analyzed thread. Used to analyze the images from the camera. If finds objects in the frame.


Constructor Index

 o PenAnalyze(Buffer)
Make a new analyze thread.

Method Index

 o setupProcessImage()
Setup the process image object

Constructors

 o PenAnalyze
 public PenAnalyze(Buffer buffer)
Make a new analyze thread.

Parameters:
buffer - The first buffer in the series of buffers.

Methods

 o setupProcessImage
 protected void setupProcessImage()
Setup the process image object

Overrides:
setupProcessImage in class Analyze

All Packages  Class Hierarchy  This Package  Previous  Next  Index