Difference between revisions of "Documentation/Nightly/Modules/PlmBSplineDeformableRegistration"
From Slicer Wiki
(Prepend documentation/versioncheck template. See http://na-mic.org/Mantis/view.php?id=2887) |
(Fix tutorial links) |
||
Line 1: | Line 1: | ||
− | <noinclude>{{documentation/versioncheck}}</noinclude> | + | <noinclude>{{documentation/versioncheck}} |
+ | </noinclude> | ||
<!-- ---------------------------- --> | <!-- ---------------------------- --> | ||
{{documentation/{{documentation/version}}/module-header}} | {{documentation/{{documentation/version}}/module-header}} | ||
Line 34: | Line 35: | ||
This is the plastimatch automatic (B-spline) deformable image registration module. It includes a multi-stage, multi-resolution pipeline, as well as multicore and GPU acceleration. Compared to other B-spline methods in 3d slicer, the plastimatch registration method might offer: | This is the plastimatch automatic (B-spline) deformable image registration module. It includes a multi-stage, multi-resolution pipeline, as well as multicore and GPU acceleration. Compared to other B-spline methods in 3d slicer, the plastimatch registration method might offer: | ||
− | # superior accuracy for CT-CT (or CT-CBCT) registration | + | #superior accuracy for CT-CT (or CT-CBCT) registration |
− | # faster results for MSE registration | + | #faster results for MSE registration |
However, to date there have been no rigorous comparisons of the various 3D Slicer registration methods. | However, to date there have been no rigorous comparisons of the various 3D Slicer registration methods. | ||
Line 41: | Line 42: | ||
Examples of how this module is being used: | Examples of how this module is being used: | ||
− | * Intra-subject registration for adaptive radiotherapy | + | *Intra-subject registration for adaptive radiotherapy |
− | * Inter-subject registration for automatic segmentation | + | *Inter-subject registration for automatic segmentation |
<!-- ---------------------------- --> | <!-- ---------------------------- --> | ||
Line 56: | Line 57: | ||
{| | {| | ||
− | |[[Image:plastimatch_tutorial_ppt.png|thumb|280px|[ | + | |[[Image:plastimatch_tutorial_ppt.png|thumb|280px|[https://sourceforge.net/projects/plastimatch/files/Sample%20Data/3D_Slicer_Plastimatch_Registration_2015_12_29.pdf/download Download tutorial]]] |
− | |[[Image:plastimatch_tutorial_data.png|thumb|230px|[ | + | |[[Image:plastimatch_tutorial_data.png|thumb|230px|[https://sourceforge.net/projects/plastimatch/files/Sample%20Data/rider-lung-images.tar.gz/download Download tutorial data]]] |
|} | |} | ||
Line 65: | Line 66: | ||
{| | {| | ||
| | | | ||
− | * '''Input/Output panel:''' | + | *'''Input/Output panel:''' |
− | ** '''Fixed Volume:''' Here you choose the "fixed image", which is the reference image. | + | **'''Fixed Volume:''' Here you choose the "fixed image", which is the reference image. |
− | ** '''Moving Volume:''' Here you choose the "moving image", which will be warped to match the fixed image. | + | **'''Moving Volume:''' Here you choose the "moving image", which will be warped to match the fixed image. |
− | ** '''Output Volume:''' Here you choose where to put the warped image. You can replace an existing image in the scene, or create a new image. | + | **'''Output Volume:''' Here you choose where to put the warped image. You can replace an existing image in the scene, or create a new image. |
− | ** '''Cost Function:''' Here you can choose either Mean-squared error (MSE) for unimodal registration, or Mutual Information (MI) for multimodal registration. | + | **'''Cost Function:''' Here you can choose either Mean-squared error (MSE) for unimodal registration, or Mutual Information (MI) for multimodal registration. |
− | ** '''Hardware:''' Here you can choose either GPU for CUDA-accelerated registration, or CPU for multicore-accelerated registration. | + | **'''Hardware:''' Here you can choose either GPU for CUDA-accelerated registration, or CPU for multicore-accelerated registration. |
− | * '''Stage 0 panel:''' Stage 0 is the a pre-alignment stage, which uses either a translation, rigid transform, or affine transform to make a rough alignment of the moving image to the fixed image. The default is not to do pre-alignment. If your images are reasonably well aligned you can keep this option off, which makes plastimatch run faster. But generally it doesn't hurt to enable Stage 0. | + | *'''Stage 0 panel:''' Stage 0 is the a pre-alignment stage, which uses either a translation, rigid transform, or affine transform to make a rough alignment of the moving image to the fixed image. The default is not to do pre-alignment. If your images are reasonably well aligned you can keep this option off, which makes plastimatch run faster. But generally it doesn't hurt to enable Stage 0. |
− | ** '''Enable Stage 0:''' Click on this checkbox to enable the pre-alignment stage. | + | **'''Enable Stage 0:''' Click on this checkbox to enable the pre-alignment stage. |
− | ** '''Image Subsampling Rate:''' This option is specified as three integers, separated by commas. It tells plastimatch to subsample the images in the (x,y,z) dimensions by this amount for this stage. This is one of the methods that plastimatch implements multi-resolution registration. by cascading stages of different subsampling rates. | + | **'''Image Subsampling Rate:''' This option is specified as three integers, separated by commas. It tells plastimatch to subsample the images in the (x,y,z) dimensions by this amount for this stage. This is one of the methods that plastimatch implements multi-resolution registration. by cascading stages of different subsampling rates. |
− | ** '''Max Iterations:''' This option controls how many iterations of B-spline registration will be run in this stage. Usually there is no benefit beyond 200 iterations. Also, there is usually no harm in running extra iterations, except that it takes longer. | + | **'''Max Iterations:''' This option controls how many iterations of B-spline registration will be run in this stage. Usually there is no benefit beyond 200 iterations. Also, there is usually no harm in running extra iterations, except that it takes longer. |
− | ** '''Transformation:''' This option controls whether the pre-alignment uses a translation (3 DOF), a rigid transform (6 DOF), or an affine transform (12 DOF). Generally speaking, translation is recommended unless the images are extremely different. | + | **'''Transformation:''' This option controls whether the pre-alignment uses a translation (3 DOF), a rigid transform (6 DOF), or an affine transform (12 DOF). Generally speaking, translation is recommended unless the images are extremely different. |
− | * '''Stage 1 panel:''' Stage 1 is the first stage of non-rigid registration. The plastimatch plugin will always do at least one non-rigid stage. | + | *'''Stage 1 panel:''' Stage 1 is the first stage of non-rigid registration. The plastimatch plugin will always do at least one non-rigid stage. |
− | ** '''Image Subsampling Rate:''' This option is specified as three integers, separated by commas. It tells plastimatch to subsample the images in the (x,y,z) dimensions by this amount for this stage. This is one of the methods that plastimatch implements multi-resolution registration. by cascading stages of different subsampling rates. | + | **'''Image Subsampling Rate:''' This option is specified as three integers, separated by commas. It tells plastimatch to subsample the images in the (x,y,z) dimensions by this amount for this stage. This is one of the methods that plastimatch implements multi-resolution registration. by cascading stages of different subsampling rates. |
− | ** '''Max Iterations:''' This option controls how many iterations of B-spline registration will be run in this stage. Usually there is no benefit beyond 200 iterations. Also, there is usually no harm in running extra iterations, except that it takes longer. | + | **'''Max Iterations:''' This option controls how many iterations of B-spline registration will be run in this stage. Usually there is no benefit beyond 200 iterations. Also, there is usually no harm in running extra iterations, except that it takes longer. |
− | ** '''Grid Spacing:''' The grid spacing parameter is a floating point number which controls the size of the B-spline control grid, in mm. Larger spacing means a smoother registration, while smaller spacing means a finer registration. | + | **'''Grid Spacing:''' The grid spacing parameter is a floating point number which controls the size of the B-spline control grid, in mm. Larger spacing means a smoother registration, while smaller spacing means a finer registration. |
− | * '''Stage 2 panel:''' Stage 2 is an optional second round of non-rigid registration. If you get good results after stage 1, you might try stage 2 to further improve the results. However, enabling stage 2 increases the time required to perform the registration. | + | *'''Stage 2 panel:''' Stage 2 is an optional second round of non-rigid registration. If you get good results after stage 1, you might try stage 2 to further improve the results. However, enabling stage 2 increases the time required to perform the registration. |
− | ** '''Enable Stage 2:''' Click on this checkbox to enable stage 2. | + | **'''Enable Stage 2:''' Click on this checkbox to enable stage 2. |
− | ** '''Image Subsampling Rate:''' This option is specified as three integers, separated by commas. It tells plastimatch to subsample the images in the (x,y,z) dimensions by this amount for this stage. This is one of the methods that plastimatch implements multi-resolution registration. by cascading stages of different subsampling rates. | + | **'''Image Subsampling Rate:''' This option is specified as three integers, separated by commas. It tells plastimatch to subsample the images in the (x,y,z) dimensions by this amount for this stage. This is one of the methods that plastimatch implements multi-resolution registration. by cascading stages of different subsampling rates. |
− | ** '''Max Iterations:''' This option controls how many iterations of B-spline registration will be run in this stage. Usually there is no benefit beyond 200 iterations. Also, there is usually no harm in running extra iterations, except that it takes longer. | + | **'''Max Iterations:''' This option controls how many iterations of B-spline registration will be run in this stage. Usually there is no benefit beyond 200 iterations. Also, there is usually no harm in running extra iterations, except that it takes longer. |
− | ** '''Grid Spacing:''' The grid spacing parameter is a floating point number which controls the size of the B-spline control grid, in mm. Larger spacing means a smoother registration, while smaller spacing means a finer registration. | + | **'''Grid Spacing:''' The grid spacing parameter is a floating point number which controls the size of the B-spline control grid, in mm. Larger spacing means a smoother registration, while smaller spacing means a finer registration. |
|[[Image:plastimatch_bspline_gui.png|thumb|380px|User Interface]] | |[[Image:plastimatch_bspline_gui.png|thumb|380px|User Interface]] | ||
|} | |} | ||
Line 90: | Line 91: | ||
<!-- ---------------------------- --> | <!-- ---------------------------- --> | ||
{{documentation/{{documentation/version}}/module-section|Similar Modules}} | {{documentation/{{documentation/version}}/module-section|Similar Modules}} | ||
+ | |||
*[[Documentation/{{documentation/version}}/Modules/PlmDICOMRTImport|Plastimatch DICOM-RT import]] | *[[Documentation/{{documentation/version}}/Modules/PlmDICOMRTImport|Plastimatch DICOM-RT import]] | ||
*[[Documentation/{{documentation/version}}/Modules/PlmDICOMRTExport|Plastimatch DICOM-RT export]] | *[[Documentation/{{documentation/version}}/Modules/PlmDICOMRTExport|Plastimatch DICOM-RT export]] | ||
Line 101: | Line 103: | ||
<!-- ---------------------------- --> | <!-- ---------------------------- --> | ||
{{documentation/{{documentation/version}}/module-section|References}} | {{documentation/{{documentation/version}}/module-section|References}} | ||
− | * G Sharp, N Kandasamy, H Singh, M Folkert, "GPU-based streaming architectures for fast cone-beam CT image reconstruction and demons deformable registration," Physics in Medicine and Biology, 52(19), pp 5771-83, 2007. | + | |
− | * V Boldea, G Sharp, SB Jiang, D Sarrut, "4D-CT lung motion estimation with deformable registration: Quantification of motion nonlinearity and hysteresis," Medical Physics, 33(3), pp 1008-18, 2008. | + | *G Sharp, N Kandasamy, H Singh, M Folkert, "GPU-based streaming architectures for fast cone-beam CT image reconstruction and demons deformable registration," Physics in Medicine and Biology, 52(19), pp 5771-83, 2007. |
− | * Z Wu, E Rietzel, V Boldea, D Sarrut, G Sharp, "Evaluation of deformable registration of patient lung 4DCT with sub-anatomical region segmentations," Medical Physics, 35(2), pp 775-81, 2008. | + | *V Boldea, G Sharp, SB Jiang, D Sarrut, "4D-CT lung motion estimation with deformable registration: Quantification of motion nonlinearity and hysteresis," Medical Physics, 33(3), pp 1008-18, 2008. |
− | * G Sharp et al. "Plastimatch - An open source software suite for radiotherapy image processing," Proceedings of the XVIth International Conference on the use of Computers in Radiotherapy, May, 2010. | + | *Z Wu, E Rietzel, V Boldea, D Sarrut, G Sharp, "Evaluation of deformable registration of patient lung 4DCT with sub-anatomical region segmentations," Medical Physics, 35(2), pp 775-81, 2008. |
+ | *G Sharp et al. "Plastimatch - An open source software suite for radiotherapy image processing," Proceedings of the XVIth International Conference on the use of Computers in Radiotherapy, May, 2010. | ||
<!-- ---------------------------- --> | <!-- ---------------------------- --> |
Revision as of 18:52, 18 February 2022
Home < Documentation < Nightly < Modules < PlmBSplineDeformableRegistration
For the latest Slicer documentation, visit the read-the-docs. |
Introduction and Acknowledgements
Extension: Plastimatch
| |||||
|
Module Description
This is the plastimatch automatic (B-spline) deformable image registration module. It includes a multi-stage, multi-resolution pipeline, as well as multicore and GPU acceleration. Compared to other B-spline methods in 3d slicer, the plastimatch registration method might offer:
- superior accuracy for CT-CT (or CT-CBCT) registration
- faster results for MSE registration
However, to date there have been no rigorous comparisons of the various 3D Slicer registration methods.
Examples of how this module is being used:
- Intra-subject registration for adaptive radiotherapy
- Inter-subject registration for automatic segmentation
Use Cases
Tutorials
Panels and their use
|
Similar Modules
- Plastimatch DICOM-RT import
- Plastimatch DICOM-RT export
- Plastimatch Dose Comparison
- Plastimatch Dose Volume Histogram
- Plastimatch LANDWARP Landmark
- Plastimatch Synthetic Image Generation
- Plastimatch Threshold in a box
- Plastimatch XFORMWARP
References
- G Sharp, N Kandasamy, H Singh, M Folkert, "GPU-based streaming architectures for fast cone-beam CT image reconstruction and demons deformable registration," Physics in Medicine and Biology, 52(19), pp 5771-83, 2007.
- V Boldea, G Sharp, SB Jiang, D Sarrut, "4D-CT lung motion estimation with deformable registration: Quantification of motion nonlinearity and hysteresis," Medical Physics, 33(3), pp 1008-18, 2008.
- Z Wu, E Rietzel, V Boldea, D Sarrut, G Sharp, "Evaluation of deformable registration of patient lung 4DCT with sub-anatomical region segmentations," Medical Physics, 35(2), pp 775-81, 2008.
- G Sharp et al. "Plastimatch - An open source software suite for radiotherapy image processing," Proceedings of the XVIth International Conference on the use of Computers in Radiotherapy, May, 2010.
Information for Developers
Section under construction. |