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.
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
Comments are closed.