All Packages  Class Hierarchy  This Package  Previous  Next  Index

Class pinball.player.nativeimageprocesschanges.NativeImageProcessChangesAnalyze

java.lang.Object
   |
   +----java.lang.Thread
           |
           +----pinball.player.Analyze
                   |
                   +----pinball.player.nativeimageprocesschanges.NativeImageProcessChangesAnalyze

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


Constructor Index

 o NativeImageProcessChangesAnalyze(Buffer)
Make a new analyze thread.

Method Index

 o setupProcessImage()
Setup the process image object

Constructors

 o NativeImageProcessChangesAnalyze
 public NativeImageProcessChangesAnalyze(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