|
|
(8 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 =
| |
|
| |
| == Helper Examples ==
| |
|
| |
| * ImageRegistrationHistogramPlotter.cxx
| |
|
| |
| == Registration Framework ==
| |
|
| |
| * ImageRegistration1.cxx
| |
| * ImageRegistration2.cxx
| |
| * ImageRegistration3.cxx
| |
| * ImageRegistration4.cxx
| |
| * ImageRegistration5.cxx
| |
| * ImageRegistration6.cxx
| |
| * ImageRegistration7.cxx
| |
| * ImageRegistration8.cxx
| |
| * ImageRegistration9.cxx
| |
| * ImageRegistration10.cxx
| |
| * ImageRegistration11.cxx
| |
| * ImageRegistration12.cxx
| |
| * ImageRegistration13.cxx
| |
| * ImageRegistration14.cxx
| |
| * ImageRegistration15.cxx
| |
| * ImageRegistration16.cxx
| |
| * ImageRegistration17.cxx
| |
| * ImageRegistration18.cxx
| |
| * ImageRegistration19.cxx
| |
| * ImageRegistration20.cxx
| |
|
| |
| = 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
| |
| * DeformableRegistration11.cxx
| |
|
| |
| === Demons ===
| |
|
| |
| * DeformableRegistration2.cxx
| |
| * DeformableRegistration3.cxx
| |
| * DeformableRegistration9.cxx
| |
| * DeformableRegistration10.cxx
| |
| * DeformableRegistration16.cxx
| |
| * DeformableRegistration17.cxx
| |
|
| |
| === BSplines ===
| |
|
| |
| * DeformableRegistration4.cxx
| |
| * DeformableRegistration6.cxx
| |
| * DeformableRegistration7.cxx
| |
| * DeformableRegistration8.cxx
| |
| * DeformableRegistration12.cxx
| |
| * DeformableRegistration13.cxx
| |
| * DeformableRegistration14.cxx
| |
| * DeformableRegistration15.cxx
| |