A set of parameters that configures an alignment operation. More...
Inherits object.
Properties | |
| correspondence = property | |
| float: Minimum value for correspondence of two points to be considered for alignment. More... | |
| max_iterations = property | |
| int: Maximum iterations of ICP. More... | |
| min_improvement = property | |
| float: Value for early stopping criteria. More... | |
| mode = property | |
| int: Specifies if the pre-alignment needs to be executed (see cvb.foundation.PreAlignmentMode). More... | |
| tolerance = property | |
| float: Value for early stopping criteria. More... | |
A set of parameters that configures an alignment operation.
Constructor for an alignment configuration.
max_iterations : int Maximum iterations of ICP.
tolerance : float Value for early stopping criteria.
min_improvement : float Value for early stopping criteria.
correspondence : float Minimum value for correspondence of two points to be considered for alignment.
mode : int Specifies if the pre-alignment needs to be executed (see cvb.foundation.PreAlignmentMode).
|
static |
float: Minimum value for correspondence of two points to be considered for alignment.
|
static |
int: Maximum iterations of ICP.
|
static |
float: Value for early stopping criteria.
|
static |
int: Specifies if the pre-alignment needs to be executed (see cvb.foundation.PreAlignmentMode).
|
static |
float: Value for early stopping criteria.