Skip to content
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

Ellipsoid factor averaging over several runs should re-use resources #266

Open
mdoube opened this issue Jun 18, 2020 · 0 comments
Open

Ellipsoid factor averaging over several runs should re-use resources #266

mdoube opened this issue Jun 18, 2020 · 0 comments
Assignees

Comments

@mdoube
Copy link
Member

mdoube commented Jun 18, 2020

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants