itkwasm_elastix.default_parameter_map_async¶

Module Contents¶

Functions¶

default_parameter_map_async

Returns the default elastix parameter map for a given transform type.

API¶

async itkwasm_elastix.default_parameter_map_async.default_parameter_map_async(transform_name: str, number_of_resolutions: int = 4, final_grid_spacing: float = 10) Any¶

Returns the default elastix parameter map for a given transform type.

Parameters:
  • transform_name (str) – Transform name. One of: translation, rigid, affine, bspline, spline, groupwise

  • number_of_resolutions (int) – Number of multiscale registration resolutions.

  • final_grid_spacing (float) – Final grid spacing in physical units for bspline transforms.

Returns:

Elastix parameter map representation

Return type:

Any