|
|
(9 intermediate revisions by one other user not shown) |
Line 1: |
Line 1: |
| WARNING : WORK IN PROGRESS
| |
|
| |
|
| = Introduction =
| |
|
| |
| This page summarizes the features of the source code examples that are available in the directory
| |
|
| |
| Insight/Examples/Registration
| |
|
| |
|
| |
| = Linear Registration Examples =
| |
|
| |
|
| |
|
| |
| = Deformable Registration Examples =
| |
|
| |
| == Helper Examples ==
| |
|
| |
| * BSplineWarping1.cxx
| |
| * BSplineWarping2.cxx
| |
| * DeformationFieldInitialization.cxx
| |
| * DeformationFieldJacobian.cxx
| |
|
| |
|
| |
| == Registration Examples ==
| |
|
| |
|
| |
| {| border="1"
| |
| |- bgcolor="#abcdef"
| |
| ! File Name !! Transform !! Metric !! Dimension !! Optimizer
| |
| |-
| |
| | Entry1 || Entry2 || Entry3
| |
| |-
| |
| | Entry1 || Entry2 || Entry3
| |
| |}
| |
|
| |
| === FEM ===
| |
|
| |
| * DeformableRegistration1.cxx
| |
|
| |
| === Demons ===
| |
|
| |
|
| |
| === BSplines ===
| |
|
| |
| DeformableRegistration2.cxx
| |
| DeformableRegistration3.cxx
| |
| DeformableRegistration4.cxx
| |
| DeformableRegistration5.cxx
| |
| DeformableRegistration6.cxx
| |
| DeformableRegistration7.cxx
| |
| DeformableRegistration8.cxx
| |
| DeformableRegistration9.cxx
| |
|
| |
| DeformableRegistration10.cxx
| |
| DeformableRegistration11.cxx
| |
| DeformableRegistration12.cxx
| |
| DeformableRegistration13.cxx
| |
| DeformableRegistration14.cxx
| |
| DeformableRegistration15.cxx
| |
| DeformableRegistration16.cxx
| |
| DeformableRegistration17.cxx
| |