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