|
| LeicaLidar (const Config &config) |
|
| LeicaLidar (const Config &config, const float downsampling_factor) |
|
| LeicaLidar (const LeicaLidar &leica_lidar, const float downsampling_factor) |
|
int | computeIntegrationScaleImpl (const Eigen::Vector3f &block_centre, const float map_res, const int last_scale, const int min_scale, const int max_block_scale) const |
|
float | nearDistImpl (const Eigen::Vector3f &ray_S) const |
|
float | farDistImpl (const Eigen::Vector3f &ray_S) const |
|
float | measurementFromPointImpl (const Eigen::Vector3f &point_S) const |
|
bool | pointInFrustumImpl (const Eigen::Vector3f &point_S) const |
|
bool | pointInFrustumInfImpl (const Eigen::Vector3f &point_S) const |
|
bool | sphereInFrustumImpl (const Eigen::Vector3f ¢re_S, const float radius) const |
|
bool | sphereInFrustumInfImpl (const Eigen::Vector3f ¢re_S, const float radius) const |
|
| SensorBase (const ConfigT &c) |
|
| SensorBase (const LeicaLidar &d) |
|
int | computeIntegrationScale (const Eigen::Vector3f &block_centre_S, const float map_res, const int last_scale, const int min_scale, const int max_block_scale) const |
| Return the integration scale for an se::Block at block_centre_S .
|
|
float | nearDist (const Eigen::Vector3f &ray_S) const |
| Return the minimum distance along ray_S , expressed in the sensor frame, that can be measured.
|
|
float | farDist (const Eigen::Vector3f &ray_S) const |
| Return the maximum distance along ray_S , expressed in the sensor frame, that can be measured.
|
|
float | measurementFromPoint (const Eigen::Vector3f &point_S) const |
| Return the depth measurement that would result form point_S , expressed in the sensor frame, being measured.
|
|
bool | pointInFrustum (const Eigen::Vector3f &point_S) const |
| Return whether point_S , expressed in the sensor frame, is inside the sensor frustum.
|
|
bool | pointInFrustumInf (const Eigen::Vector3f &point_S) const |
| Return whether point_S , expressed in the sensor frame, is inside the sensor frustum but without considering the far plane.
|
|
bool | sphereInFrustum (const Eigen::Vector3f ¢re_S, const float radius) const |
| Return whether a sphere with centre_S and radius , expressed in the sensor frame, is at least partially inside the sensor frustum.
|
|
bool | sphereInFrustumInf (const Eigen::Vector3f ¢re_S, const float radius) const |
| Return whether a sphere with centre_S and radius , expressed in the sensor frame, is at least partially inside the sensor frustum but without considering the far plane.
|
|