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
As discussed on slack, it seems that the PlanarFreeHandROI tool has its own filterAnnotationsWithinSlice which is only keeping annotations that have the same viewPlaneNormal. The correct implementation is to filter annotations whose view plane normal is not parallel (as implemented in utilities/planar/filterAnnotationsWithinSlice).
The text was updated successfully, but these errors were encountered:
As discussed on slack, it seems that the
PlanarFreeHandROI
tool has its ownfilterAnnotationsWithinSlice
which is only keeping annotations that have the sameviewPlaneNormal
. The correct implementation is to filter annotations whose view plane normal is not parallel (as implemented inutilities/planar/filterAnnotationsWithinSlice
).The text was updated successfully, but these errors were encountered: