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
1. As the radius calculating algorithm has been verified for good results for some time now we
don't need the "validation" any more and trust returned data to be in the 0.0 -> 1.5 range.
2. Fixed a subtle autoradius-once-in-UI flag issue.
3. Instead of avoiding the radius calculation we accept to do so also while being zoomed in or
with active cropping but leave a control log notice about imprecise results, also modified
the tooltip for clearer information.
Also evaluated: if a radius calculation is requested we expand roi_in to full image and calculate
radius on those data before restarting pipe with current roi.
There are definitely differences - especially if being zoomed/cropped at image borders - for
the calculated radius but those are pretty small (mostly <0.05) so it's not worth to do so.
0 commit comments