#include <QWidget>#include <QPainter>#include <QMouseEvent>#include <QMenu>#include <QAction>#include <QInputDialog>#include "rtabmap/gui/EditDepthArea.h"#include <rtabmap/utilite/ULogger.h>
Go to the source code of this file.
Namespaces | |
| rtabmap | |
Functions | |
| void | rtabmap::floodfill (QRgb *bits, const cv::Mat &depthImage, int x, int y, float lastDepthValue, float error, int &iterations) |