|
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.PawTracker2.Segment
public class PawTracker2.Segment
Field Summary | |
---|---|
int |
acc
|
double |
distGC
|
protected int |
maxX
|
protected int |
maxY
|
double |
orientation
|
double |
size
|
int |
x1
|
int |
x2
|
int |
xi
|
int |
xo
|
int |
y1
|
int |
y2
|
int |
yi
|
int |
yo
|
Constructor Summary | |
---|---|
PawTracker2.Segment()
|
|
PawTracker2.Segment(PawTracker2.ContourPoint c1,
PawTracker2.ContourPoint c2)
|
Method Summary | |
---|---|
int |
midx()
|
int |
midy()
|
void |
reset()
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
protected int maxX
protected int maxY
public int x1
public int y1
public int x2
public int y2
public int xi
public int yi
public int xo
public int yo
public int acc
public double distGC
public double orientation
public double size
Constructor Detail |
---|
public PawTracker2.Segment()
public PawTracker2.Segment(PawTracker2.ContourPoint c1, PawTracker2.ContourPoint c2)
Method Detail |
---|
public void reset()
public int midx()
public int midy()
|
jAER project on SourceForge | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |