|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
java.lang.Object
|
+--uwcse.location.core.LocationReport
|
+--uwcse.location.core.StateLocationReport
|
+--uwcse.location.core.MeanLocationReport
|
+--uwcse.location.core.ParticleLocationReport
A particle location report contains a list of all or some of the samples of the full particle filter for an object.
| Constructor Summary | |
ParticleLocationReport()
Create a particle location report with an empty sample list. |
|
ParticleLocationReport(ParticleLocationReport report)
Create a location report as a copy of the given one. |
|
ParticleLocationReport(State mean,
State standardDeviation,
Collection samples)
Create a particle location report using the given mean, standard deviation, and list of samples. |
|
ParticleLocationReport(Tracker tracker,
State mean,
State standardDeviation,
Collection samples)
Create a particle location report using the given tracker, mean, standard deviation, and list of samples. |
|
| Method Summary | |
List |
getSamples()
Get an immutable collection of samples in this report. |
String |
toString()
Return a string representation of this location report. |
| Methods inherited from class uwcse.location.core.MeanLocationReport |
getMean, getMostLikelyState, getStandardDeviation |
| Methods inherited from class uwcse.location.core.StateLocationReport |
getState |
| Methods inherited from class uwcse.location.core.LocationReport |
getLastMeasurement, getTimestamp |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
public ParticleLocationReport()
public ParticleLocationReport(State mean,
State standardDeviation,
Collection samples)
public ParticleLocationReport(Tracker tracker,
State mean,
State standardDeviation,
Collection samples)
public ParticleLocationReport(ParticleLocationReport report)
| Method Detail |
public List getSamples()
public String toString()
toString in class MeanLocationReport
|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||