Serialized Form


Package sigus.camera

Class sigus.camera.CameraReader extends javax.swing.JFrame implements Serializable

Serialized Fields

p

javax.media.Processor p

waitSync

java.lang.Object waitSync

stateTransitionOK

boolean stateTransitionOK

codec

javax.media.Codec codec


Package sigus.apps.libras

Class sigus.apps.libras.LibrasEditor_ extends javax.swing.JFrame implements Serializable

Serialized Fields

updater

Updater updater

ip

ij.process.ImageProcessor ip

calibrating

boolean calibrating

textArea

javax.swing.JTextArea textArea

imp

ij.ImagePlus imp


Package sigus.apps.ttt

Class sigus.apps.ttt.TicTacToe_ extends javax.swing.JFrame implements Serializable

Serialized Fields

updater

Updater updater
An updater collects training samples


effect

SigusEffect effect
A SigusEffect process images captured by the Webcam and controll training and testing phases


ip

ij.process.ImageProcessor ip
ImageProcessor and ImagePlus take control tof he window where the processed image is shown


imp

ij.ImagePlus imp
ImageProcessor and ImagePlus take control tof he window where the processed image is shown


calibrating

boolean calibrating
True if tye system is collecting skin (or pixels of the target object - hands, eyes, face, etc) samples


white

int white
White's (Not - Circle) current position. The computer is white.


black

int black
Black's (Cross) current position. The user is black.


first

boolean first
Who goes first in the next game?

Class sigus.apps.ttt.TicTacToe_.GraphicArea extends javax.swing.JComponent implements Serializable

Serialized Fields

imagesDir

java.lang.String imagesDir
Relative path of the directory where the cross and not images are located.


notImage

java.awt.Image notImage

crossImage

java.awt.Image crossImage

controller

TicTacToe_ controller

preferredSize

java.awt.Dimension preferredSize