|
| void | circle (const Point2D &p, double radius, int8_t value, int thickness=1, int lineType=CV_AA) |
| |
| int | cols () const |
| |
| void | erode (double distance, const GridMap &src=GridMap()) |
| |
| T & | get (const Point2D &_world_coordinates) |
| |
| const T & | get (const Point2D &_world_coordinates) const |
| |
| const T & | getThresholdFree () |
| |
| const T & | getThresholdOccupied () |
| |
| const T & | getThresholdUnknown () |
| |
| T & | grid (int row, int col) |
| |
| const T & | grid (int row, int col) const |
| |
| | GridMap () |
| |
| | GridMap (const GridMap &)=default |
| |
| | GridMap (GridMap &&)=default |
| |
| template<typename MapMetaData , class ARRAY > |
| void | init (const MapMetaData &metadata, ARRAY *data) |
| |
| template<typename MapMetaData , class ARRAY > |
| void | init (MapMetaData &metadata, ARRAY &data) |
| |
| template<typename MapMetaData > |
| void | init (const MapMetaData &metadata, const T &data, bool copy=false) |
| |
| bool | isFree (const Point2D &_world_coordinates) const |
| |
| bool | isOccupyied (const Point2D &_world_coordinates) const |
| |
| const cv::Mat_< T > & | mat () const |
| |
| T & | operator() (double x, double y) |
| |
| const T & | operator() (double x, double y) const |
| |
| T & | operator() (const Point2D &_world_coordinates) |
| |
| const T & | operator() (const Point2D &_world_coordinates) const |
| |
| GridMap & | operator= (const GridMap &)=default |
| |
| GridMap & | operator= (GridMap &&)=default |
| |
| int | rows () const |
| |
| void | setThresholdFree (const T &threshold) |
| |
| void | setThresholdOccupied (const T &threshold) |
| |
| void | setThresholdUnknown (const T &threshold) |
| |
| virtual | ~GridMap ()=default |
| |
| template<typename T > |
| void | circle (T &map, const Point2D &p, int radius, const cv::Scalar &color, int thickness=1, int lineType=CV_AA) const |
| |
| template<typename T > |
| cv::Scalar_< T > | get (cv::Mat_< T > &map, const Point2D &p) const |
| |
| int | height () const |
| |
| std::string | infoHeader () const |
| |
| void | init (int width_pixel, int height_pixel, double min_y, double max_y, double min_x, double max_x, double rotation=0) |
| |
| template<typename T > |
| void | init (const T &metadata) |
| |
| bool | initialized () |
| |
| template<typename T > |
| void | line (T &map, const Point2D &p0, const Point2D &p1, const cv::Scalar &color, int thickness=1, int lineType=CV_AA) const |
| |
| Point2D | m2w (const Point2D &src) const |
| |
| Point2D | m2w (double x, double y) const |
| |
| Point2D & | m2w (const Point2D &src, Point2D &des) const |
| |
| double | max_x () const |
| |
| double | max_y () const |
| |
| double | min_x () const |
| |
| double | min_y () const |
| |
| const cv::Matx33d & | Mm2w () const |
| |
| const cv::Matx33d & | Mw2m () const |
| |
| WorldScopedMaps & | operator= (const WorldScopedMaps &)=default |
| |
| WorldScopedMaps & | operator= (WorldScopedMaps &&)=default |
| |
| double | scale_w2m (double v) const |
| |
| double | scale_x () const |
| |
| double | scale_y () const |
| |
| Point2D | w2m (const Point2D &src) const |
| |
| Point2D | w2m (double x, double y) const |
| |
| Point2D & | w2m (const Point2D &src, Point2D &des) const |
| |
| int | width () const |
| |
| | WorldScopedMaps () |
| |
| | WorldScopedMaps (const WorldScopedMaps &)=default |
| |
| | WorldScopedMaps (WorldScopedMaps &&)=default |
| |
| virtual | ~WorldScopedMaps ()=default |
| |
template<class T>
class tuw::GridMap< T >
Definition at line 44 of file grid_map.h.