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

Sort ROIs by proximity #28

Open
jakirkham opened this issue Jan 27, 2017 · 0 comments
Open

Sort ROIs by proximity #28

jakirkham opened this issue Jan 27, 2017 · 0 comments

Comments

@jakirkham
Copy link
Member

jakirkham commented Jan 27, 2017

Sometimes we are running into a situation where neighboring ROIs are the same color. My suspicion is this occurs because ROIs that are neighboring spatially may not have neighboring indices. The coloring algorithm tries to color neighboring indices with starkly different colors. However, if two ROIs are far a part in terms of indices, they may end up with more similar colors. Hence trying to clump spatial close ROIs in the array should counteract this effect.

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

1 participant