supereight
|
#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 |
using se::DensePoolingImage< SensorImplType >::Img = std::vector<Pixel> |
using se::DensePoolingImage< SensorImplType >::Imgs = std::vector<Img> |
se::DensePoolingImage< SensorImplType >::DensePoolingImage | ( | const se::Image< float > & | depth_image | ) |
bool se::DensePoolingImage< SensorImplType >::inImage | ( | const int | u, |
const int | v | ||
) | const |
Pixel se::DensePoolingImage< SensorImplType >::conservativeQuery | ( | const Eigen::Vector2i & | bb_min, |
const Eigen::Vector2i & | bb_max | ||
) | const |
Pixel se::DensePoolingImage< SensorImplType >::poolBoundingBox | ( | int | u_min, |
int | u_max, | ||
int | v_min, | ||
int | v_max | ||
) | const |
|
inline |
|
inline |
|
inline |
|
inline |