![]() |
ACloudViewer
3.9.4
A Modern Library for 3D Data Processing
|
Dialog to define connected components labelinng parameters. More...
#include <ecvLabelingDlg.h>


Public Member Functions | |
| ccLabelingDlg (QWidget *parent=0) | |
| Default constructor. More... | |
| int | getOctreeLevel () |
| Returns octree level (defines grid step) More... | |
| int | getMinPointsNb () |
| Returns min number of points per extracted CC. More... | |
| bool | randomColors () |
| Specifies whether each extracted CC should get a random color. More... | |
Dialog to define connected components labelinng parameters.
Definition at line 13 of file ecvLabelingDlg.h.
|
explicit |
Default constructor.
Definition at line 13 of file ecvLabelingDlg.cpp.
References cloudViewer::DgmOctree::MAX_OCTREE_LEVEL.
| int ccLabelingDlg::getMinPointsNb | ( | ) |
Returns min number of points per extracted CC.
Definition at line 22 of file ecvLabelingDlg.cpp.
| int ccLabelingDlg::getOctreeLevel | ( | ) |
Returns octree level (defines grid step)
Definition at line 20 of file ecvLabelingDlg.cpp.
| bool ccLabelingDlg::randomColors | ( | ) |
Specifies whether each extracted CC should get a random color.
Definition at line 24 of file ecvLabelingDlg.cpp.