mirror of
https://github.com/introlab/rtabmap.git
synced 2026-09-12 06:20:19 +08:00
0.12.3: Increased Tango rendering performance, modified all handleEvent() with new interface (now returning bool)
This commit is contained in:
@@ -265,7 +265,7 @@ void CalibrationDialog::closeEvent(QCloseEvent* event)
|
||||
}
|
||||
}
|
||||
|
||||
void CalibrationDialog::handleEvent(UEvent * event)
|
||||
bool CalibrationDialog::handleEvent(UEvent * event)
|
||||
{
|
||||
if(!processingData_)
|
||||
{
|
||||
@@ -282,6 +282,7 @@ void CalibrationDialog::handleEvent(UEvent * event)
|
||||
}
|
||||
}
|
||||
}
|
||||
return false;
|
||||
}
|
||||
|
||||
void CalibrationDialog::processImages(const cv::Mat & imageLeft, const cv::Mat & imageRight, const QString & cameraName)
|
||||
|
||||
Reference in New Issue
Block a user