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

Define seed points for (all) neurons within a region of interest #70

Open
jefferis opened this issue Jan 15, 2021 · 1 comment
Open
Labels
enhancement New feature or request

Comments

@jefferis
Copy link
Collaborator

  • ideally would have nice evenly spaced point locations as output
  • could do this by "throwing darts" at the location and using flywire_xyz2id()
  • this is pretty fast (hundreds per second) but doing this exhaustively might still be expensive.
  • could perhaps do it exhaustively by fetching all of the supervoxels within the roi by fetching the segmentation image itself
    • then making sure that we have at least one xyz location for each supervoxel id.
  • there might be efficient ways to use e.g. a 2D voronoi diagram to get nice evenly spaced points
@jefferis jefferis added the enhancement New feature or request label Jan 15, 2021
@jefferis
Copy link
Collaborator Author

The ROI might be defined by a series of connected points (like this).

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

No branches or pull requests

1 participant