ch.unizh.ini.jaer.projects.pawtracker
Class PawTracker.EntryZone
java.lang.Object
ch.unizh.ini.jaer.projects.pawtracker.PawTracker.EntryZone
- Enclosing class:
- PawTracker
public class PawTracker.EntryZone
- extends java.lang.Object
Represents a single tracked object
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
location
public java.awt.geom.Point2D.Float location
type
protected int type
numEvents
protected int numEvents
timestamp
protected int timestamp
xa
protected int xa
xb
protected int xb
ya
protected int ya
yb
protected int yb
maxX
protected int maxX
maxY
protected int maxY
typeMatters
public boolean typeMatters
PawTracker.EntryZone
public PawTracker.EntryZone()
PawTracker.EntryZone
public PawTracker.EntryZone(int maxX,
int maxY)
reset
public void reset()
setCoordinates
public void setCoordinates(int xa,
int xb,
int ya,
int yb)
addEvent
public void addEvent(TypedEvent event)
findFingers
public int findFingers(int nbFingers,
int threshold,
int pixel_threshold)
findWrist
public void findWrist(TypedEvent event)
findPellet
public boolean findPellet(int pixel_threshold,
int empty_threshold,
int full_threshold,
int success_threshold)