|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectedu.berkeley.guir.papier_mache.test.InOutVision
The phobs of the outClassifier have their centers within the first column (pixels 0-100). Phobs of the inClassifier have their centers within the second column (pixels 100-200) of the processed data. The y coordinate specifies the person seen in the phobToPerson method.
| Constructor Summary | |
|---|---|
InOutVision()
|
|
| Method Summary | |
|---|---|
static void |
main(java.lang.String[] args)
|
void |
phobAdded(PhobEvent phobEvent)
Called when a PhobProducer has sensed a new object |
void |
phobRemoved(PhobEvent phobEvent)
Called when an object is removed from a PhobProducer's sensor |
java.lang.String |
phobToPerson(VisionPhob phob)
|
void |
phobUpdated(PhobEvent phobEvent)
Called when new information is available about a previously found object |
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public InOutVision()
| Method Detail |
|---|
public static void main(java.lang.String[] args)
public void phobAdded(PhobEvent phobEvent)
PhobListener
phobAdded in interface PhobListenerphobEvent - an event describing the found objectpublic java.lang.String phobToPerson(VisionPhob phob)
public void phobUpdated(PhobEvent phobEvent)
PhobListener
phobUpdated in interface PhobListenerphobEvent - an event with new information about the found objectpublic void phobRemoved(PhobEvent phobEvent)
PhobListener
phobRemoved in interface PhobListenerphobEvent - an event referencing the removed object
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||