|
jAER project on SourceForge | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectch.unizh.ini.jaer.projects.pawtracker.PawTracker.EntryZone
public class PawTracker.EntryZone
Represents a single tracked object
| Field Summary | |
|---|---|
java.awt.geom.Point2D.Float |
location
|
protected int |
maxX
|
protected int |
maxY
|
protected int |
numEvents
|
protected int |
timestamp
|
protected int |
type
|
boolean |
typeMatters
|
protected int |
xa
|
protected int |
xb
|
protected int |
ya
|
protected int |
yb
|
| Constructor Summary | |
|---|---|
PawTracker.EntryZone()
|
|
PawTracker.EntryZone(int maxX,
int maxY)
|
|
| Method Summary | |
|---|---|
void |
addEvent(TypedEvent event)
|
int |
findFingers(int nbFingers,
int threshold,
int pixel_threshold)
|
boolean |
findPellet(int pixel_threshold,
int empty_threshold,
int full_threshold,
int success_threshold)
|
void |
findWrist(TypedEvent event)
|
void |
reset()
|
void |
setCoordinates(int xa,
int xb,
int ya,
int yb)
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
public java.awt.geom.Point2D.Float location
protected int type
protected int numEvents
protected int timestamp
protected int xa
protected int xb
protected int ya
protected int yb
protected int maxX
protected int maxY
public boolean typeMatters
| Constructor Detail |
|---|
public PawTracker.EntryZone()
public PawTracker.EntryZone(int maxX,
int maxY)
| Method Detail |
|---|
public void reset()
public void setCoordinates(int xa,
int xb,
int ya,
int yb)
public void addEvent(TypedEvent event)
public int findFingers(int nbFingers,
int threshold,
int pixel_threshold)
public void findWrist(TypedEvent event)
public boolean findPellet(int pixel_threshold,
int empty_threshold,
int full_threshold,
int success_threshold)
|
jAER project on SourceForge | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||