Classes | Namespaces | Functions
image_loader.h File Reference
#include <nav_grid/vector_nav_grid.h>
#include <vector>
#include <string>
Include dependency graph for image_loader.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

struct  nav_grid_server::Pixel
 Independent (i.e. not OpenCV) representation of a Pixel. More...
 

Namespaces

 nav_grid_server
 

Functions

nav_grid::VectorNavGrid< unsigned char > nav_grid_server::classicLoadMapFromFile (const std::string &filepath, const double resolution, const bool negate_param, const double occ_th, const double free_th, const std::string &mode)
 Load an image from a file, mimicking map_server's loading style Resulting values are [0, 100] and -1. More...
 
nav_grid::VectorNavGrid< unsigned char > nav_grid_server::getCostmapFromImage (const std::string &filepath, bool flip_y_axis=true)
 Load an image from a file and return values [0, 255]. More...
 
nav_grid::VectorNavGrid< Pixel > nav_grid_server::getImage (const std::string &filepath, bool flip_y_axis=true)
 Load an image as a NavGrid of pixels. More...
 
nav_grid::VectorNavGrid< double > nav_grid_server::getImageIntensity (const std::string &filepath, bool flip_y_axis=true)
 Load an image from a file and return the image intensity at each pixel. More...
 


nav_grid_server
Author(s):
autogenerated on Sun Jan 10 2021 04:08:55