Feature scaling function parameters. More...
#include <RegisteredPointSet.h>

Public Attributes | |
| int | _InputIndex |
| Feature point data index in input dataset. | |
| double | _Intercept |
| Intercept of linear scaling function. | |
| int | _OutputIndex |
| Feature point data index in output dataset. | |
| double | _Slope |
| Slope of linear scaling function. | |
Feature scaling function parameters.
Definition at line 83 of file RegisteredPointSet.h.