Skip to content
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

BUG: Quick-fix ContourSpatialObject::Update(), LINEAR_INTERPOLATION case #3225

Conversation

N-Dekker
Copy link
Contributor

@N-Dekker N-Dekker commented Feb 23, 2022

ContourSpatialObject::Update() appears to have an assignment to
newPoint, in the case InterpolationMethodEnum::LINEAR_INTERPOLATION
section, which was meant to assign just a single element newPoint[d].

As was confirmed by Stephen Aylward (@aylward) at issue #3222,
"ContourSpatialObject<TDimension>::Update() LINEAR_INTERPOLATION case
may need some adjustment".

Some more adjustment may still be needed, as newPoint now still gets
modified multiply times (rather than just once), before it eventually
gets used.

`ContourSpatialObject::Update()` appears to have an assignment to
`newPoint`, in the `case InterpolationMethodEnum::LINEAR_INTERPOLATION`
section, which was meant to assign just a single element `newPoint[d]`.

As was confirmed by Stephen Aylward at issue InsightSoftwareConsortium#3222,
"`ContourSpatialObject<TDimension>::Update()` LINEAR_INTERPOLATION case
may need some adjustment".

Some more adjustment may still be needed, as `newPoint` now still gets
modified multiply times (rather than just once), before it eventually
gets used.
@github-actions github-actions bot added area:Core Issues affecting the Core module type:Bug Inconsistencies or issues which will cause an incorrect result under some or all circumstances labels Feb 23, 2022
Copy link
Member

@aylward aylward left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM!

@N-Dekker N-Dekker marked this pull request as ready for review February 23, 2022 23:36
@hjmjohnson hjmjohnson merged commit 5b71d63 into InsightSoftwareConsortium:master Feb 24, 2022
N-Dekker added a commit to N-Dekker/ITK that referenced this pull request Feb 27, 2022
Prevented implicit conversion of a value to `Point`. Aims to avoid
possible flaws, like the ones addressed by:

Pull request InsightSoftwareConsortium#3225
commit 5b71d63
"BUG: Quick-fix ContourSpatialObject::Update(), LINEAR_INTERPOLATION case"

Pull request InsightSoftwareConsortium#3228
commit 12a501c
"BUG: Fix `SetCenterInObjectSpace` calls in Registration test"

Pull request InsightSoftwareConsortium#3231
commit e4841aa
"STYLE: Clarify estimation ray position `RayCastInterpolateImageFunction`"

Deleted `Point(nullptr_t)`, especially to avoid `PointType p = 0`.
N-Dekker added a commit to N-Dekker/ITK that referenced this pull request Feb 28, 2022
Prevented implicit conversion of a value to `Point`. Aims to avoid
possible flaws, like the ones addressed by:

Pull request InsightSoftwareConsortium#3225
commit 5b71d63
"BUG: Quick-fix ContourSpatialObject::Update(), LINEAR_INTERPOLATION case"

Pull request InsightSoftwareConsortium#3228
commit 12a501c
"BUG: Fix `SetCenterInObjectSpace` calls in Registration test"

Pull request InsightSoftwareConsortium#3231
commit e4841aa
"STYLE: Clarify estimation ray position `RayCastInterpolateImageFunction`"

Deleted `Point(nullptr_t)`, especially to avoid `PointType p = 0`.
hjmjohnson pushed a commit that referenced this pull request Feb 28, 2022
Prevented implicit conversion of a value to `Point`. Aims to avoid
possible flaws, like the ones addressed by:

Pull request #3225
commit 5b71d63
"BUG: Quick-fix ContourSpatialObject::Update(), LINEAR_INTERPOLATION case"

Pull request #3228
commit 12a501c
"BUG: Fix `SetCenterInObjectSpace` calls in Registration test"

Pull request #3231
commit e4841aa
"STYLE: Clarify estimation ray position `RayCastInterpolateImageFunction`"

Deleted `Point(nullptr_t)`, especially to avoid `PointType p = 0`.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
area:Core Issues affecting the Core module type:Bug Inconsistencies or issues which will cause an incorrect result under some or all circumstances
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants