|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objects373.flob.ImageBlobs
public class ImageBlobs
core internal class which handles all tracking code
Field Summary | |
---|---|
int |
h
|
float |
h2
|
float |
hr
|
static int |
idnumbers
|
boolean[] |
imagemap
|
boolean |
imagemaplit
|
int |
lifetime
|
float |
lp1
|
float |
lp2
|
int |
maxpix
|
int |
minpix
|
int |
numblobs
|
int |
numpix
|
ArrayList<ABlob> |
prevblobs
|
int |
prevnumblobs
|
ArrayList<TBlob> |
prevtrackedblobs
|
int |
prevtrackednumblobs
|
ArrayList<quadBlob> |
quadblobslist
|
ArrayList<ABlob> |
theblobs
|
ArrayList<pt2> |
thecoords
|
ArrayList<TBlob> |
trackedblobs
|
int |
trackednumblobs
|
float |
trackingmindist
|
int |
w
|
float |
w2
|
float |
wcoordsx
|
float |
wcoordsy
|
float |
worldheight
|
float |
worldwidth
|
float |
wr
|
Method Summary | |
---|---|
ArrayList<TBlob> |
calcsimpleAL()
public ArrayList calc simple tries to calc blob velocities in simple ways |
boolean |
isCollide(int x,
int y)
|
float[] |
postcollideblobs(float x,
float y,
float rad)
|
float[] |
postcollidetrackedblobs(float x,
float y,
float rad)
|
ArrayList<TBlob> |
tracksimpleAL()
public ArrayList tracksimpleAL() is a simpler tracking mechanism, a bit faster than track, but doesn't maintain everything |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
public static int idnumbers
public int numblobs
public int prevnumblobs
public int trackednumblobs
public int prevtrackednumblobs
public int lifetime
public int minpix
public int maxpix
public boolean[] imagemap
public boolean imagemaplit
public int w
public int h
public float wr
public float hr
public float wcoordsx
public float wcoordsy
public float w2
public float h2
public float worldwidth
public float worldheight
public int numpix
public float lp1
public float lp2
public float trackingmindist
public ArrayList<ABlob> theblobs
public ArrayList<ABlob> prevblobs
public ArrayList<TBlob> trackedblobs
public ArrayList<TBlob> prevtrackedblobs
public ArrayList<quadBlob> quadblobslist
public ArrayList<pt2> thecoords
Method Detail |
---|
public ArrayList<TBlob> calcsimpleAL()
public ArrayList<TBlob> tracksimpleAL()
public boolean isCollide(int x, int y)
public float[] postcollidetrackedblobs(float x, float y, float rad)
public float[] postcollideblobs(float x, float y, float rad)
|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |