CIBC:Documentation:SCIRun:Reference:SCIRun:RegisterWithCorrespondences
This function takes the nodes of a mesh and transforms them using a thin plate spline morphing algorithm. It requires a set of correspondence points. The user can also choose to only allow rigid transformations by selecting the "Affine" radio button. The output is a new mesh transformed by this function.
Contents |
RegisterWithCorrespondences
Information
- Package: SCIRun
- Catagory: ChangeFieldData
- Author(s): Darrell Swenson
- Status: Supported in latest version
- Version: 4.5
Description
Summary
This module allows you to morph using a thin plate spline algorithm one point set or mesh to another point set or mesh. It also has the option for a rigid transformation. Both options require correspondence points from both point sets. This module also requires SCIRun to be compiled with LAPACK or Blas.
Detailed Description
InputField: This will read the node locations from an input mesh that is to be transformed.
Correspondences1: This reads the node locations from a field of the correspondence points in the new coordinate system
Correspondences2: This reads the node locations from a field in the same coordinate system as the InputField
Frequently Asked Questions
Go back to Documentation:SCIRun:Reference:SCIRun