supereight
Loading...
Searching...
No Matches
Classes | Namespaces | Functions
map_integrator.hpp File Reference
#include <se/integrator/allocator/raycast_carver.hpp>
#include <se/integrator/allocator/volume_carver.hpp>
#include <se/integrator/ray_integrator.hpp>
#include <se/integrator/uncertainty.hpp>
#include <se/integrator/updater/updater.hpp>
#include "impl/map_integrator_impl.hpp"
Include dependency graph for map_integrator.hpp:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  se::MapIntegrator< MapT >
 

Namespaces

namespace  se
 Helper wrapper to allocate and de-allocate octants in the octree.
 
namespace  se::allocator
 
namespace  se::fetcher
 

Functions

template<typename MapT , typename SensorT >
std::vector< se::OctantBase * > se::allocator::frustum (MapT &map, SensorT &sensor, const se::Image< float > &depth_img, const Eigen::Isometry3f &T_WS, const float band)
 Allocate frustum in band around the surface.
 
template<typename MapT , typename SensorT >
std::vector< se::OctantBase * > se::fetcher::frustum (MapT &map, const SensorT &sensor, const Eigen::Isometry3f &T_WS)
 Return the currently allocated Blocks that intersect the camera frustum.