![]() |
ACloudViewer
3.9.4
A Modern Library for 3D Data Processing
|
#include "G3PointAction.h"#include <ecvMainAppInterface.h>#include <ecvQtHelpers.h>#include <CVGeom.h>#include <DgmOctree.h>#include <DgmOctreeReferenceCloud.h>#include <Neighbourhood.h>#include <ecvDisplayTools.h>#include <ecvHObject.h>#include <ecvNormalVectors.h>#include <ecvPointCloud.h>#include <ecvProgressDialog.h>#include <QApplication>#include <QCoreApplication>#include <QElapsedTimer>#include <QMainWindow>#include <QMutex>#include <QOpenGLShaderProgram>#include <QPushButton>#include <QThreadPool>#include <QtConcurrent>#include <algorithm>#include <fstream>#include <iostream>#include <random>#include <G3PointDialog.h>#include <G3PointDisclaimer.h>#include <WolmanCustomPlot.h>#include <math.h>#include <Eigen/Geometry>#include <set>
Go to the source code of this file.
Namespaces | |
| G3Point | |
Functions | |
| RGBAColorsTableType | G3Point::getRandomColors (size_t randomColorsNumber) |
| Eigen::VectorXf | G3Point::arange (double start, double stop, double step) |
| template<typename T > | |
| void | G3Point::myPrint (QString name, T array) |
| template<typename T1 , typename T2 > | |
| T1::value_type | G3Point::quant (T1 &x, const T2 &q) |
| template<typename T > | |
| double | G3Point::std_dev (const T &vec) |