Skip to content

Constrain non-rigid registration of 3D images for 1D deformation #929

Answered by ntatsisk
artoews asked this question in Q&A
Discussion options

You must be logged in to vote

Hi @artoews, sorry for the late reply. As far as I know there is no "official" way to do this ie. in the sense of a separate BSpline transform implementation specialized for that.

The first solution that came to my mind was to use the Scales to constrain the registration (https://github.com/InsightSoftwareConsortium/ITKElastix/blob/main/examples/ITK_Example21_ConstrainedRegistration.ipynb). However, I quickly realized that this approach is only feasible for affine-type transforms because the scales are not used at all for BSplines. So, not applicable in your situtation.

I think the best solution would be to set the FinalGridSpacing (in voxels or physical units) to match the image dimensio…

Replies: 2 comments 1 reply

Comment options

You must be logged in to vote
0 replies
Answer selected by artoews
Comment options

You must be logged in to vote
1 reply
@ntatsisk
Comment options

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants