Functions and types related to the registration functionality.
More...
Functions and types related to the registration functionality.
◆ RegistrationMethod
Enumeration for the different registration types.
| Enumerator |
|---|
| RM_CloudToCloud | Cloud to cloud registration.
|
| RM_TopViewBased | Top view / projection based registration.
|
| RM_TargetBased | Target based Registration.
|
◆ registerScan()
Registers a scan against a reference scan.
Only the scan to register will be moved not the reference scan.
- Parameters
-
| referenceScan | The scan to which the other scan is registered |
| scanToRegister | The scan to register. |
| registrationMethod | The registration method to use. E.g. CLOUD_TO_CLOUD |
| registrationSuccessful | Out parameter describing whether the registration was successful |
- Version
- SCENE API Version 2.0.5.
◆ registerScanWithReferences()
| LSResult::Result SCENE_API::registerScanWithReferences |
( |
LSScan & |
scanToRegister, |
|
|
bool & |
registrationSuccessful |
|
) |
| |
Registers scan against the global references of the project.
- Parameters
-
| scanToRegister | The scan to register. |
| registrationSuccessful | Out parameter describing whether the registration was successful |
- Version
- SCENE API Version 2.0.9.
◆ registerCluster()
Registers all scans belonging to the cluster.
- Parameters
-
| clusterToRegister | The cluster to register |
| registrationMethod | The registration method to use. E.g. RM_CloudToCloud |
| registrationSuccessful | Out parameter describing whether the registration was successful |
- Version
- SCENE API Version 2.0.10.