Class to accumulate source and target points for free form alignment Calculates best Free Form transform to fit given source->target deformation origin ref grid as box corners ( resolution parameter specifies how to divide box ) Generated from class MR.FreeFormBestFit. This is the non-const half of the class.
More...
|
| static unsafe implicit | operator FreeFormBestFit (in MR.Box3d box) |
| | initialize the class, compute cached values and reserve space for matrices Generated from constructor MR.FreeFormBestFit.FreeFormBestFit. Parameter resolution defaults to Vector3i.diagonal(2).
|
| |
Class to accumulate source and target points for free form alignment Calculates best Free Form transform to fit given source->target deformation origin ref grid as box corners ( resolution parameter specifies how to divide box ) Generated from class MR.FreeFormBestFit. This is the non-const half of the class.
◆ FreeFormBestFit() [1/4]
| unsafe MR.FreeFormBestFit.FreeFormBestFit |
( |
MR._ByValue_FreeFormBestFit | _other | ) |
|
|
inline |
Generated from constructor MR.FreeFormBestFit.FreeFormBestFit.
◆ FreeFormBestFit() [2/4]
| MR.FreeFormBestFit.FreeFormBestFit |
( |
Const_FreeFormBestFit | _other | ) |
|
|
inline |
Generated from constructor MR.FreeFormBestFit.FreeFormBestFit.
◆ FreeFormBestFit() [3/4]
Generated from constructor MR.FreeFormBestFit.FreeFormBestFit.
◆ FreeFormBestFit() [4/4]
initialize the class, compute cached values and reserve space for matrices Generated from constructor MR.FreeFormBestFit.FreeFormBestFit. Parameter resolution defaults to Vector3i.diagonal(2).
◆ addOther()
| unsafe void MR.FreeFormBestFit.addOther |
( |
MR.Const_FreeFormBestFit | other | ) |
|
|
inline |
◆ addPair() [1/2]
◆ addPair() [2/2]
◆ assign()
Generated from method MR.FreeFormBestFit.operator=.
◆ findBestDeformationReferenceGrid()
| unsafe MR.Std.Vector_MRVector3f MR.FreeFormBestFit.findBestDeformationReferenceGrid |
( |
| ) |
|
|
inline |
◆ operator FreeFormBestFit()
initialize the class, compute cached values and reserve space for matrices Generated from constructor MR.FreeFormBestFit.FreeFormBestFit. Parameter resolution defaults to Vector3i.diagonal(2).
◆ setStabilizer()
| unsafe void MR.FreeFormBestFit.setStabilizer |
( |
double | stabilizer | ) |
|
|
inline |
stabilizer adds additional weights to keep result grid closer to origins recommended values (0;1], but it can be higher Generated from method MR.FreeFormBestFit.setStabilizer.
The documentation for this class was generated from the following file: