-
Notifications
You must be signed in to change notification settings - Fork 118
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
ComputeImageExtremaFilter SameGeometry should include Index, Spacing, and Direction #1023
Comments
N-Dekker
added a commit
that referenced
this issue
Jan 23, 2024
Tests that changes of Spacing or Direction of the mask may affect the results of ComputeImageExtremaFilter. Supports issue #1023 "ComputeImageExtremaFilter SameGeometry should include Index, Spacing, and Direction"
N-Dekker
added a commit
that referenced
this issue
Jan 23, 2024
Tests that changes of Spacing or Direction of the mask may affect the results of ComputeImageExtremaFilter. Supports issue #1023 "ComputeImageExtremaFilter SameGeometry should include Index, Spacing, and Direction"
N-Dekker
added a commit
that referenced
this issue
Jan 23, 2024
Fixes issue #1023 "ComputeImageExtremaFilter SameGeometry should include Index, Spacing, and Direction" Tested that changes of Spacing or Direction of the mask may indeed affect the results of ComputeImageExtremaFilter.
N-Dekker
added a commit
that referenced
this issue
Jan 27, 2024
Fixes issue #1023 "ComputeImageExtremaFilter SameGeometry should include Index, Spacing, and Direction" Tested that changes of Spacing or Direction of the mask may indeed affect the results of ComputeImageExtremaFilter.
N-Dekker
added a commit
that referenced
this issue
Jan 29, 2024
Fixes issue #1023 "ComputeImageExtremaFilter SameGeometry should include Index, Spacing, and Direction" Tested that changes of Spacing or Direction of the mask may indeed affect the results of ComputeImageExtremaFilter.
Fixed by pull request |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
The
ComputeImageExtremaFilter::SameGeometry()
(which is used to optimizeThreadedGenerateDataImageSpatialMask
) now only takes Size and Origin into account, when comparing the input image and the mask:elastix/Common/itkComputeImageExtremaFilter.hxx
Lines 57 to 65 in 217a07c
It should also include Index, Spacing, and Direction. As discussed at our internal weekly sprint meeting, with @stefanklein and @mstaring
The text was updated successfully, but these errors were encountered: