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

feat: view function that can visualize images, seg, meshes, skeletons #625

Open
wants to merge 3 commits into
base: master
Choose a base branch
from

Conversation

william-silversmith
Copy link
Contributor

@william-silversmith william-silversmith commented Jul 27, 2024

from cloudvolume import view

view([ image, skeleton, mesh ])

images will open microviewer.
meshes and skeletons will be co-visualized with vtk if installed. skeletons will be automatically colored by connected components.

image (27)

@william-silversmith william-silversmith added feature A new capability is born. meshes Pertains to mesh objects or IO services. images Pertains to volumetric image representation, interfaces, or IO. skeletons Pertains to skeleton representations or IO. labels Jul 27, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
feature A new capability is born. images Pertains to volumetric image representation, interfaces, or IO. meshes Pertains to mesh objects or IO services. skeletons Pertains to skeleton representations or IO.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant