supereight
Loading...
Searching...
No Matches
Public Types | Public Member Functions | List of all members
se::DensePoolingImage< SensorImplType > Class Template Reference

#include <dense_pooling_image.hpp>

Public Types

using Img = std::vector< Pixel >
 
using Imgs = std::vector< Img >
 

Public Member Functions

 DensePoolingImage (const se::Image< float > &depth_image)
 
bool inImage (const int u, const int v) const
 
Pixel conservativeQuery (const Eigen::Vector2i &bb_min, const Eigen::Vector2i &bb_max) const
 
Pixel poolBoundingBox (int u_min, int u_max, int v_min, int v_max) const
 
int width () const
 
int height () const
 
Value maxValue () const
 
int maxLevel () const
 

Member Typedef Documentation

◆ Img

◆ Imgs

Constructor & Destructor Documentation

◆ DensePoolingImage()

se::DensePoolingImage< SensorImplType >::DensePoolingImage ( const se::Image< float > &  depth_image)

Member Function Documentation

◆ inImage()

bool se::DensePoolingImage< SensorImplType >::inImage ( const int  u,
const int  v 
) const

◆ conservativeQuery()

Pixel se::DensePoolingImage< SensorImplType >::conservativeQuery ( const Eigen::Vector2i &  bb_min,
const Eigen::Vector2i &  bb_max 
) const

◆ poolBoundingBox()

Pixel se::DensePoolingImage< SensorImplType >::poolBoundingBox ( int  u_min,
int  u_max,
int  v_min,
int  v_max 
) const

◆ width()

int se::DensePoolingImage< SensorImplType >::width ( ) const
inline

◆ height()

int se::DensePoolingImage< SensorImplType >::height ( ) const
inline

◆ maxValue()

Value se::DensePoolingImage< SensorImplType >::maxValue ( ) const
inline

◆ maxLevel()

int se::DensePoolingImage< SensorImplType >::maxLevel ( ) const
inline

The documentation for this class was generated from the following file: