All Packages  Class Hierarchy  This Package  Previous  Next  Index

Class pinball.player.morsecode.MorseCodeProcessImage

java.lang.Object
   |
   +----pinball.player.ProcessImage
           |
           +----pinball.player.morsecode.MorseCodeProcessImage

public class MorseCodeProcessImage
extends ProcessImage
Find the flash of light in the frame.


Variable Index

 o laser

Constructor Index

 o MorseCodeProcessImage(byte[], int)
Make the first frame for comparison.

Method Index

 o process(byte[], int, BufferInfo)
Analize the frame for the ball.

Variables

 o laser
 protected int laser

Constructors

 o MorseCodeProcessImage
 protected MorseCodeProcessImage(byte frame[],
                                 int x)
Make the first frame for comparison.

Parameters:
frame - the frame used for comparison.
x - the width of the image.

Methods

 o process
 protected void process(byte frame[],
                        int x,
                        BufferInfo buffinfo)
Analize the frame for the ball.

Parameters:
frame - frame to analyze
width - the width of the image
buffinfo - the storage for the blips it finds.
Overrides:
process in class ProcessImage

All Packages  Class Hierarchy  This Package  Previous  Next  Index