Image Registration

Project Description

Under the QPL open-source license, the Registration plugin allows a matching between deformable surfaces. Based on iterative methods, the registration process finds spatial transformations to align two point sets or two meshes. This plugin is available in SOFA and can be activated in the project configuration.

See the source code

To get this plugin working, you need to activate the CMake variable PLUGIN_REGISTRATION when configuring SOFA. The registration can be done based on:

  • either target surfaces (ClosestPointRegistrationForceField , RegistrationContactForceField)
  • or target images (IntensityProfileRegistrationForceField), which requires the use of the image plugin

Back to the plugin list

Related Projects

Back to Top