Rough registration dialog.
More...
#include <ccAlignDlg.h>
|
enum | CC_SAMPLING_METHOD { NONE = 0
, RANDOM
, SPACE
, OCTREE
} |
|
|
| ccAlignDlg (ccGenericPointCloud *data, ccGenericPointCloud *model, QWidget *parent=nullptr) |
|
unsigned | getNbTries () |
|
double | getOverlap () |
|
double | getDelta () |
|
ccGenericPointCloud * | getModelObject () |
|
ccGenericPointCloud * | getDataObject () |
|
CC_SAMPLING_METHOD | getSamplingMethod () |
|
bool | isNumberOfCandidatesLimited () |
|
unsigned | getMaxNumberOfCandidates () |
|
CCCoreLib::ReferenceCloud * | getSampledModel () |
|
CCCoreLib::ReferenceCloud * | getSampledData () |
|
|
void | swapModelAndData () |
|
void | modelSliderReleased () |
|
void | dataSliderReleased () |
|
void | modelSamplingRateChanged (double value) |
|
void | dataSamplingRateChanged (double value) |
|
void | estimateDelta () |
|
void | changeSamplingMethod (int index) |
|
void | toggleNbMaxCandidates (bool activ) |
|
void | setColorsAndLabels () |
|
|
ccGenericPointCloud * | modelObject |
| 'Model' cloud (static)
|
|
ccGenericPointCloud * | dataObject |
| 'Data' cloud (static)
|
|
Ui::AlignDialog * | m_ui |
|
Rough registration dialog.
The documentation for this class was generated from the following files:
- ccAlignDlg.h
- ccAlignDlg.cpp