![]() |
ACloudViewer
3.9.4
A Modern Library for 3D Data Processing
|
Ground-based (lidar) sensor parameters dialog. More...
#include <ecvGBLSensorProjectionDlg.h>


Public Member Functions | |
| ccGBLSensorProjectionDlg (QWidget *parent=0) | |
| Default constructor. More... | |
| void | initWithGBLSensor (const ccGBLSensor *sensor) |
| void | updateGBLSensor (ccGBLSensor *sensor) |
Ground-based (lidar) sensor parameters dialog.
Definition at line 15 of file ecvGBLSensorProjectionDlg.h.
|
explicit |
Default constructor.
Definition at line 16 of file ecvGBLSensorProjectionDlg.cpp.
| void ccGBLSensorProjectionDlg::initWithGBLSensor | ( | const ccGBLSensor * | sensor | ) |
Definition at line 35 of file ecvGBLSensorProjectionDlg.cpp.
References ccGLMatrixTpl< T >::data(), ccGBLSensor::getPitchStep(), ccSensor::getRigidTransformation(), ccGBLSensor::getRotationOrder(), ccGBLSensor::getSensorRange(), ccGLMatrixTpl< T >::getTranslation(), ccGBLSensor::getUncertainty(), ccGBLSensor::getYawStep(), ccGBLSensor::PITCH_THEN_YAW, cloudViewer::RadiansToDegrees(), and ccGBLSensor::YAW_THEN_PITCH.
| void ccGBLSensorProjectionDlg::updateGBLSensor | ( | ccGBLSensor * | sensor | ) |
Definition at line 93 of file ecvGBLSensorProjectionDlg.cpp.
References ccGLMatrixTpl< T >::data(), cloudViewer::DegreesToRadians(), ccGBLSensor::PITCH_THEN_YAW, ccGBLSensor::setPitchStep(), ccSensor::setRigidTransformation(), ccGBLSensor::setRotationOrder(), ccGBLSensor::setSensorRange(), ccGLMatrixTpl< T >::setTranslation(), ccGBLSensor::setUncertainty(), ccGBLSensor::setYawStep(), and ccGBLSensor::YAW_THEN_PITCH.