|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
java.lang.Object | +--uwcse.location.core.OccupancyGrid
An occupancy grid used by particle filters to find the number of discrete active grid cells in order to perform adaptive sampling.
| Constructor Summary | |
OccupancyGrid(Point3d lower,
Point3d upper,
double posResolution)
Create an occupancy grid for the given dimensions. |
|
| Method Summary | |
int |
getNumberOfActiveCells()
Get the number of active cells in the grid. |
int |
getNumberOfCells()
Get the number of cells in the grid. |
double |
getPositionResolution()
Get the position resolution. |
void |
resetCounts()
Reset the count of the number of active cells. |
void |
update(Tuple3d pos)
Update the grid with the given State. |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
public OccupancyGrid(Point3d lower,
Point3d upper,
double posResolution)
lower - the map of the worldupper - the map of the worldposResolution - size of the x,y,z positional grid cells in meters| Method Detail |
public void update(Tuple3d pos)
public void resetCounts()
public int getNumberOfActiveCells()
public int getNumberOfCells()
public double getPositionResolution()
|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||