mirror of
https://github.com/introlab/rtabmap.git
synced 2026-09-02 17:40:23 +08:00
CLAMS: cleanup eigen_extensions.h, models can be saved/loaded in binary (*.bin) or ascii (*.txt) formats
This commit is contained in:
@@ -361,7 +361,7 @@ void ExportCloudsDialog::selectDistortionModel()
|
||||
{
|
||||
dir = _workingDirectory;
|
||||
}
|
||||
QString path = QFileDialog::getOpenFileName(this, tr("Select file"), dir, tr("Distortion model (*.bin)"));
|
||||
QString path = QFileDialog::getOpenFileName(this, tr("Select file"), dir, tr("Distortion model (*.bin *.txt)"));
|
||||
if(path.size())
|
||||
{
|
||||
_ui->lineEdit_distortionModel->setText(path);
|
||||
|
||||
Reference in New Issue
Block a user