You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
nagychris
changed the title
[Bug] getStatistics utility does not return pointIJK for min value (even though it does for max)
[Bug] getStatistics utility: min.pointIJK is null
Mar 4, 2025
Describe the Bug
I am trying to calculate a boundingBox using the values returned by the
getStatistics
utility function for segmentations.However, I noticed that the function does not return any value for the
min.pointIJK
value, even though themax.pointIJK
is set correctly.Steps to Reproduce
BasicStatsCalculator.ts
filereturn named
)named
object and its properties ->min.pointIJK
isnull
The current behavior
min.pointIJK
isnull
The expected behavior
min.pointIJK
is set to the minimum IJK values of the segment, similar to howmax.pointIJK
is set to the maximum values.OS
Ubuntu 24
Node version
22.7.0
Browser
Chrome latest
The text was updated successfully, but these errors were encountered: