fitTimeVaryingTransformToPointSets.Rd
Estimate a time-varying transform from corresponding point sets (> 2).
fitTimeVaryingTransformToPointSets(
pointSets,
timePoints = NULL,
initialVelocityField = NULL,
numberOfTimeSteps = NULL,
domainImage = NULL,
numberOfFittingLevels = 4,
meshSize = 1,
splineOrder = 3,
displacementWeights = NULL,
numberOfCompositions = 10,
compositionStepSize = 0.5,
numberOfIntegrationSteps = 100,
sigma = 0,
convergenceThreshold = 1e-06,
rasterizePoints = FALSE,
verbose = FALSE
)
Corresponding points across sets specified in physical space as a
n x d
matrix where n
is the number of points and d
is the
dimensionality.
Set of scalar values, one for each point-set designating its time position in the velocity flow. If not set, it defaults to equal spacing between 0 and 1.
Optional velocity field for initializing optimization. Overrides the number of integration points.
Time-varying velocity field parameter. Needs to be equal to or greater than the number of point sets. If not specified, it defaults to the number of point sets.
Defines physical domain of the B-spline transform. Must be defined for nonlinear transforms.
Integer specifying the number of fitting levels for the B-spline interpolation of the displacement field.
Defines the mesh size at the initial fitting level for the B-spline interpolation of the displacement field.
Spline order of the B-spline displacement field.
vector defining the individual weighting of the corresponding scattered data value. Default = NULL meaning all displacements are weighted the same.
Total number of compositions for the diffeomorphic transform.
Scalar multiplication factor of the weighting of the update field for the diffeomorphic transforms.
Number of steps used for integrating the velocity field.
Gaussian smoothing standard deviation of the update field (in mm).
Composition-based convergence parameter for the diffeomorphic transforms using a window size of 10 values.
Use nearest neighbor rasterization of points for estimating update field (potential speed-up).
Print progress to the screen.
object containing ANTsR transform, error, and scale (or displacement field)