-
Notifications
You must be signed in to change notification settings - Fork 315
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
fix(cornerstone-dicom-sr): Freehand SR hydration support #1160
Conversation
✅ Deploy Preview for cornerstone-3d-docs canceled.
|
@@ -243,7 +268,7 @@ class PlanarFreehandROITool extends ContourSegmentationBaseTool { | |||
*/ | |||
epsilon: 0.1, | |||
}, | |||
calculateStats: false, | |||
calculateStats: true, |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
can we set it back to false, it is brutal to calculate stats on each frame
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
The stats were not being calculated / displayed. Maybe the problem is the tool implementation or when the stats are calculated?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
works great thanks
Context
The Freehand ROI annotation SR hydration was not working for both SR and Cornerstone viewports
Changes & Results
Testing
PR
semantic-release format and guidelines.
Code
N/A
Public Documentation Updates
N/A
Tested Environment