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
fix(interactorstylemprslice): fix getSliceRange when input image has …
…orientation matrix
getBounds() rotates the extent, however it produces new corner points. Those new corner points were
used to compute the slice range along the slice normal . Instead we keep the original extent corner
points to apply the image direction along the slice normal.