|
struct | AppConfig |
|
struct | BaseIterator |
| Iterates over all valid data in the octree at the last scale it was updated at. More...
|
|
struct | BaseTraits |
|
struct | BaseTraits< BlocksIterator< OctreeT > > |
|
struct | BaseTraits< FrustumIterator< MapT, SensorT > > |
|
struct | BaseTraits< LeavesIterator< OctreeT > > |
|
struct | BaseTraits< NodesIterator< OctreeT > > |
|
struct | BaseTraits< OctreeIterator< OctreeT > > |
|
struct | BaseTraits< UpdateIterator< OctreeT > > |
|
class | Block |
| A leaf node of an se::Octree. More...
|
|
class | BlockMultiRes |
|
class | BlockMultiRes< Data< Field::Occupancy, ColB, SemB >, BlockSize, DerivedT > |
|
class | BlockMultiRes< Data< Field::TSDF, ColB, SemB >, BlockSize, DerivedT > |
|
class | BlockMultiRes< Data< FldT, ColB, SemB >, BlockSize, DerivedT > |
|
class | BlockSingleRes |
| The base used for single-resolution blocks. More...
|
|
struct | BlocksIterator |
|
struct | ColourData |
|
struct | ColourData< Colour::On > |
|
struct | Config |
|
struct | Data |
|
class | DensePoolingImage |
|
struct | FieldData |
|
struct | FieldData< Field::Occupancy > |
|
struct | FieldData< Field::TSDF > |
|
struct | FrustumIterator |
|
class | Image |
|
class | InteriorNetReader |
| Reader for the InteriorNet dataset. More...
|
|
struct | LeavesIterator |
|
class | LeicaLidar |
|
class | LeicaReader |
| Reader for Leica style datasets. More...
|
|
class | Map |
|
class | Map< se::Data< FldT, ColB, SemB >, ResT, BlockSize > |
|
class | MapIntegrator |
|
struct | Measurement |
| Contains an image captured from sensor at pose T_WC . More...
|
|
struct | Measurements |
| Contains measurements from different modalities that must be integrated together. More...
|
|
class | MemoryPool |
| Manages memory for se::Octree nodes and blocks in an efficient manner. More...
|
|
struct | MeshFace |
|
struct | MeshFaceColourData |
|
struct | MeshFaceColourData< NumVertexes, Colour::On > |
|
struct | MeshFaceSemanticData |
|
class | NewerCollegeReader |
| Reader for the Newer College dataset. More...
|
|
class | Node |
| An intermediate node of an se::Octree. More...
|
|
struct | NodeData |
| Contains se::Data stored in se::Node and appropriate methods. More...
|
|
struct | NodeData< Data< Field::Occupancy, ColB, SemB >, ResT > |
| Specialization of se::NodeData for se::Field::Occupancy. More...
|
|
struct | NodesIterator |
|
class | NullMemoryPool |
| An alternate implementation of se::MemoryPool that can help debug certain memory-related bugs. More...
|
|
class | OctantBase |
| The base class of all octants (se::Node and se::Block) in an se::Octree. More...
|
|
class | Octree |
| The octree data structure containing the map data. More...
|
|
struct | OctreeIterator |
|
class | OpenNIReader |
| Reader for the Microsoft Kinect and Asus Xtion using the OpenNI2 driver. More...
|
|
class | OusterLidar |
|
struct | PerfStats |
|
class | PinholeCamera |
|
struct | Pixel |
|
class | RAWReader |
| Reader for SLAMBench 1.0 .raw files. More...
|
|
class | RaycastCarver |
| Allocator used for TSDF mapping. More...
|
|
class | RayIntegrator |
|
class | RayIntegrator< Map< Data< se::Field::Occupancy, ColB, SemB >, se::Res::Multi, BlockSize >, SensorT > |
|
class | Reader |
| Base abstract class for dataset readers. More...
|
|
struct | RGB |
| A colour represented as a Red-Green-Blue tuple with 8-bits per channel. More...
|
|
struct | RGBA |
| A colour represented as a Red-Green-Blue-Alpha tuple with 8-bits per channel. More...
|
|
struct | SemanticData |
|
struct | SemanticData< Semantics::On > |
|
class | SensorBase |
| Base class for all sensor models used for integrating measurements. More...
|
|
struct | Submap |
| Stores an se::Map and an associated transformation from the submap to the world frame. More...
|
|
class | Tracker |
|
struct | TrackerConfig |
|
class | TUMReader |
| Reader for the TUM RGBD dataset. More...
|
|
struct | UpdateIterator |
|
struct | Updater |
|
class | Updater< Map< Data< Field::Occupancy, ColB, SemB >, Res::Multi, BlockSize >, SensorT > |
|
struct | Updater< Map< Data< Field::TSDF, ColB, SemB >, Res::Multi, BlockSize >, SensorT > |
| Specialization of se::Updater for multi-resolution TSDF mapping. More...
|
|
struct | Updater< Map< Data< Field::TSDF, ColB, SemB >, Res::Single, BlockSize >, SensorT > |
| Specialization of se::Updater for single-resolution TSDF mapping. More...
|
|
class | VolumeCarver |
| Unimplemented on purpose so that the template specialization is used. More...
|
|
class | VolumeCarver< Map< Data< se::Field::Occupancy, ColB, SemB >, se::Res::Multi, BlockSize >, SensorT > |
| Allocate the frustum using a map-to-camera volume carving approach. More...
|
|
struct | VolumeCarverAllocation |
|
class | VoxelBlockRayIterator |
|
|
template<typename T , std::size_t N> |
using | BoundedVector = std::vector< T, detail::ArrayAllocator< T, N > > |
| A statically-allocated std::vector that can store at most N elements.
|
|
using | Value = float |
|
using | Status = int |
|
template<typename FaceT > |
using | Mesh = std::vector< FaceT > |
| Meshes are represented as lists of faces.
|
|
template<Colour ColB = Colour::Off, Semantics SemB = Semantics::Off> |
using | Triangle = MeshFace< 3, ColB, SemB > |
|
template<Colour ColB = Colour::Off, Semantics SemB = Semantics::Off> |
using | TriangleMesh = Mesh< Triangle< ColB, SemB > > |
|
template<Colour ColB = Colour::Off, Semantics SemB = Semantics::Off> |
using | Quad = MeshFace< 4, ColB, SemB > |
|
template<Colour ColB = Colour::Off, Semantics SemB = Semantics::Off> |
using | QuadMesh = Mesh< Quad< ColB, SemB > > |
|
typedef Data< Field::Occupancy, Colour::Off, Semantics::Off > | OccupancyData |
|
typedef Data< Field::Occupancy, Colour::On, Semantics::Off > | OccupancyColData |
|
typedef Data< Field::Occupancy, Colour::Off, Semantics::On > | OccupancySemData |
|
typedef Data< Field::Occupancy, Colour::On, Semantics::On > | OccupancyColSemData |
|
typedef Data< Field::TSDF, Colour::Off, Semantics::Off > | TSDFData |
|
typedef Data< Field::TSDF, Colour::On, Semantics::Off > | TSDFColData |
|
typedef Data< Field::TSDF, Colour::Off, Semantics::On > | TSDFSemData |
|
typedef Data< Field::TSDF, Colour::On, Semantics::On > | TSDFColSemData |
|
template<se::Field FldT = se::Field::TSDF, se::Colour ColB = se::Colour::Off, se::Semantics SemB = se::Semantics::Off, se::Res ResT = se::Res::Single, int BlockSize = 8> |
using | MapD = Map< Data< FldT, ColB, SemB >, ResT, BlockSize > |
|
template<se::Res ResT = se::Res::Multi, int BlockSize = 8> |
using | OccupancyMap = Map< OccupancyData, ResT, BlockSize > |
|
template<se::Res ResT = se::Res::Multi, int BlockSize = 8> |
using | OccupancyColMap = Map< OccupancyColData, ResT, BlockSize > |
|
template<se::Res ResT = se::Res::Multi, int BlockSize = 8> |
using | OccupancySemMap = Map< OccupancySemData, ResT, BlockSize > |
|
template<se::Res ResT = se::Res::Multi, int BlockSize = 8> |
using | OccupancyColSemMap = Map< OccupancyColSemData, ResT, BlockSize > |
|
template<se::Res ResT = se::Res::Single, int BlockSize = 8> |
using | TSDFMap = Map< TSDFData, ResT, BlockSize > |
|
template<se::Res ResT = se::Res::Single, int BlockSize = 8> |
using | TSDFColMap = Map< TSDFColData, ResT, BlockSize > |
|
template<se::Res ResT = se::Res::Single, int BlockSize = 8> |
using | TSDFSemMap = Map< TSDFSemData, ResT, BlockSize > |
|
template<se::Res ResT = se::Res::Single, int BlockSize = 8> |
using | TSDFColSemMap = Map< TSDFColSemData, ResT, BlockSize > |
|
typedef uint64_t | key_t |
| key = 1 bit buffer + 57 bits of morton code + 6 bits of scale information The maxium scale is limited by 57 / 3 = 19 scales
|
|
typedef uint64_t | code_t |
| The type of the Morton code.
|
|
typedef uint64_t | scale_t |
| The type of the scale in the morton code.
|
|
typedef unsigned int | idx_t |
| Child or voxel index type.
|
|
typedef float | field_t |
| The type of the stored field (e.g. TSDF, ESDF or occupancy)
|
|
typedef Eigen::Matrix< field_t, 3, 1 > | field_vec_t |
|
typedef se::field_t | weight_t |
| The type of the field type weight.
|
|
typedef int | timestamp_t |
| The type of the time stamp.
|
|
typedef RGB | colour_t |
| The type of the colour.
|
|
typedef uint8_t | semantics_t |
| The type of the semantic class.
|
|
template<typename MapT > |
using | SubmapVec = std::vector< Submap< MapT >, Eigen::aligned_allocator< Submap< MapT > > > |
|
template<typename KeyT , typename MapT > |
using | SubmapUnordMap = std::unordered_map< KeyT, Submap< MapT >, std::hash< KeyT >, std::equal_to< KeyT >, Eigen::aligned_allocator< std::pair< const KeyT, Submap< MapT > > > > |
|
|
void | depth_to_rgba (RGBA *depth_RGBA_image_data, const float *depth_image_data, const Eigen::Vector2i &depth_image_res, const float min_depth, const float max_depth) |
| Convert a depth image to an RGBA image to allow visualizing it.
|
|
static RGB | scale_colour (const int scale) |
| Return the color from se::colours::scale that should be used to visualize the supplied scale .
|
|
int | save_depth_png (const float *depth_image_data, const Eigen::Vector2i &depth_image_res, const std::string &filename, const float scale=1000.0f) |
| Save a depth image with depth values in metres to a PNG.
|
|
int | save_depth_png (const uint16_t *depth_image_data, const Eigen::Vector2i &depth_image_res, const std::string &filename) |
| Save a depth image with depth values in millimetres to a PNG.
|
|
int | load_depth_png (float **depth_image_data, Eigen::Vector2i &depth_image_res, const std::string &filename, const float inverse_scale=1.0f/1000.0f) |
| Load a PNG depth image into a buffer with depth values in metres.
|
|
int | load_depth_png (uint16_t **depth_image_data, Eigen::Vector2i &depth_image_res, const std::string &filename) |
| Load a PNG depth image into a buffer with depth values in millimetres.
|
|
int | save_depth_pgm (const float *depth_image_data, const Eigen::Vector2i &depth_image_res, const std::string &filename, const float scale=1000.0f) |
| Save a depth image with depth values in metres to a P2 PGM.
|
|
int | save_depth_pgm (const uint16_t *depth_image_data, const Eigen::Vector2i &depth_image_res, const std::string &filename) |
| Save a depth image with depth values in millimetres to a P2 PGM.
|
|
int | load_depth_pgm (float **depth_image_data, Eigen::Vector2i &depth_image_res, const std::string &filename, const float inverse_scale=1.0f/1000.0f) |
| Load a P2 PGM depth image into a buffer with depth values in metres.
|
|
int | load_depth_pgm (uint16_t **depth_image_data, Eigen::Vector2i &depth_image_res, const std::string &filename) |
| Load a P2 PGM depth image into a buffer with depth values in millimeters.
|
|
static Eigen::Vector2i | round_pixel (const Eigen::Vector2f &pixel_f) |
|
static void | convert_to_output_depth_img (const se::Image< float > &input_depth_img, RGBA *output_depth_img_data) |
|
static void | convert_to_output_depth_img (const se::Image< float > &input_depth_img, const float min_depth, const float max_depth, RGBA *output_depth_img_data) |
|
template<typename SensorT , typename T > |
| Measurement (const Image< T > &, const SensorT &, const Eigen::Isometry3f &) -> Measurement< SensorT, T > |
|
template<typename SensorT > |
| Measurements (const Measurement< SensorT, float > &) -> Measurements< SensorT > |
|
template<typename SensorT > |
| Measurements (const Measurement< SensorT, float > &, const Measurement< SensorT, colour_t > &) -> Measurements< SensorT > |
|
template<typename SensorT > |
| Measurements (const Measurement< SensorT, float > &, const Measurement< SensorT, colour_t > &, const Image< float > *) -> Measurements< SensorT > |
|
template<typename ConfigT > |
float | compute_three_sigma (const field_t depth_value, const float sigma_min, const float sigma_max, const ConfigT config) |
| Compute the estimated uncertainty boundary for a given depth measurement.
|
|
template<typename ConfigT > |
float | compute_tau (const field_t depth_value, const float tau_min, const float tau_max, const ConfigT config) |
| Compute the estimated wall thickness tau for a given depth measurement.
|
|
template<Colour ColB, Semantics SemB> |
TriangleMesh< ColB, SemB > | quad_to_triangle_mesh (const QuadMesh< ColB, SemB > &quad_mesh) |
| Return a triangle mesh containig two triangles for each face of quad_mesh .
|
|
template<typename OctreeT > |
OctreeT::StructureMesh | octree_structure_mesh (OctreeT &octree, const bool only_leaves=true) |
| Return a mesh of the octants of octree .
|
|
template<Field FldT, Colour ColB, Semantics SemB> |
void | set_invalid (Data< FldT, ColB, SemB > &data) |
|
template<Colour ColB, Semantics SemB> |
void | set_invalid (Data< Field::TSDF, ColB, SemB > &data) |
|
template<Colour ColB, Semantics SemB> |
void | set_invalid (Data< Field::Occupancy, ColB, SemB > &data) |
|
template<Field FldT, Colour ColB, Semantics SemB> |
bool | is_valid (const Data< FldT, ColB, SemB > &data) |
|
template<Field FldT, Colour ColB, Semantics SemB> |
field_t | get_field (const Data< FldT, ColB, SemB > &data) |
|
template<Colour ColB, Semantics SemB> |
field_t | get_field (const Data< Field::TSDF, ColB, SemB > &data) |
|
template<Colour ColB, Semantics SemB> |
field_t | get_field (const Data< Field::Occupancy, ColB, SemB > &data) |
|
template<Field FldT, Colour ColB, Semantics SemB> |
bool | is_inside (const Data< FldT, ColB, SemB > &data) |
|
template<Colour ColB, Semantics SemB> |
bool | is_inside (const Data< Field::TSDF, ColB, SemB > &data) |
|
template<Colour ColB, Semantics SemB> |
bool | is_inside (const Data< Field::Occupancy, ColB, SemB > &data) |
|
std::ostream & | operator<< (std::ostream &os, const ColourData< Colour::Off >::Config &c) |
|
std::ostream & | operator<< (std::ostream &os, const ColourData< Colour::On >::Config &c) |
|
std::ostream & | operator<< (std::ostream &os, const FieldData< Field::Occupancy >::Config &c) |
|
std::ostream & | operator<< (std::ostream &os, const FieldData< Field::TSDF >::Config &c) |
|
std::ostream & | operator<< (std::ostream &os, const SemanticData< Semantics::Off >::Config &c) |
|
std::ostream & | operator<< (std::ostream &os, const SemanticData< Semantics::On >::Config &c) |
|
std::ostream & | operator<< (std::ostream &os, const LeicaLidar::Config &c) |
|
std::ostream & | operator<< (std::ostream &os, const OusterLidar::Config &c) |
|
std::ostream & | operator<< (std::ostream &os, const PinholeCamera::Config &c) |
|
std::ostream & | operator<< (std::ostream &os, const TrackerConfig &c) |
|
std::ostream & | operator<< (std::ostream &os, const AppConfig &c) |
|
template<typename MapT , typename SensorT > |
std::ostream & | operator<< (std::ostream &os, const Config< MapT, SensorT > &c) |
|
cv::Mat | montage (int montage_width, int montage_height, const std::vector< cv::Mat > &images, const std::vector< std::string > &labels) |
| Create a montage of several images and overlay labels.
|
|
Reader * | create_reader (const se::Reader::Config &config) |
| Create the appropriate reader instance based on the configuration.
|
|
ReaderType | string_to_reader_type (const std::string &s) |
|
std::string | reader_type_to_string (ReaderType t) |
|
std::ostream & | operator<< (std::ostream &os, const ReaderStatus &s) |
|
std::ostream & | operator<< (std::ostream &os, const Reader::Config &c) |
|
Helper wrapper to allocate and de-allocate octants in the octree.
Helper wrapper to traverse the octree.
The actual allocation and deallocation of memory is still only handled by the octree class.
All functions take a const octree references and as no manipulation of the octree is done.