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
Describe the bug
Ellipsoid Factor can calculate an average over several runs to help smooth the result. The current implementation is a bit inefficient on memory because several image copies are held in RAM and inefficient on CPU because seed points are recalculated on each iteration.
Expected behavior
Re-use of already calculated values. Not making data copies unnecessarily.
P.S. ID image has channel and z-axes swapped, possibly true for other images.
The text was updated successfully, but these errors were encountered:
Describe the bug
Ellipsoid Factor can calculate an average over several runs to help smooth the result. The current implementation is a bit inefficient on memory because several image copies are held in RAM and inefficient on CPU because seed points are recalculated on each iteration.
Expected behavior
Re-use of already calculated values. Not making data copies unnecessarily.
P.S. ID image has channel and z-axes swapped, possibly true for other images.
The text was updated successfully, but these errors were encountered: