![]() |
ACloudViewer
3.9.4
A Modern Library for 3D Data Processing
|
#include "ecvRegistrationTools.h"#include <CVLog.h>#include <CVPointCloud.h>#include <CloudSamplingTools.h>#include <DistanceComputationTools.h>#include <Garbage.h>#include <GenericIndexedCloudPersist.h>#include <MeshSamplingTools.h>#include <ParallelSort.h>#include <RegistrationTools.h>#include <ecvGenericMesh.h>#include <ecvHObjectCaster.h>#include <ecvPointCloud.h>#include <ecvProgressDialog.h>#include <ecvScalarField.h>#include <set>
Go to the source code of this file.
Variables | |
| static const unsigned | s_defaultSampledPointsOnDataMesh = 50000 |
| Default number of points sampled on the 'data' mesh (if any) More... | |
| static const char | REGISTRATION_DISTS_SF [] = "RegistrationDistances" |
| Default temporary registration scalar field. More... | |
|
static |
Default temporary registration scalar field.
Definition at line 34 of file ecvRegistrationTools.cpp.
Referenced by ccRegistrationTools::ICP().
|
static |
Default number of points sampled on the 'data' mesh (if any)
Definition at line 32 of file ecvRegistrationTools.cpp.
Referenced by ccRegistrationTools::ICP().