-
Notifications
You must be signed in to change notification settings - Fork 10
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
Make a napari frontend prototype #31
Comments
Work in progress in the napari branch. |
Useful resources for designing napari plugins: |
What should the prototype includeI have broken down the requirements for the prototype into simpler tasks and added them to this issue as a Tasklist. |
While working on #112, I realised that it was all getting too complex for one pull request, so I'm shifting strategy. We decided to proceed as following:
Once this process is well underway, and |
I was just chatting to Sanna and we remembered she left valuable feedback re ROIs in the WAZP repo: I link it here in case it is useful |
Yeah, and I implemented those suggestions in a PR I never merged. |
napari
has multiple built-in layer types which could be useful formovement
.Image
layer could be used to display video framesPoints
layer can be used to represent keypoints, see this exampleTracks
layer can be used to visualise keypoint trajectories across timeVectors
layer can be used to show stuff like head orientationShapes
layer can be used to create and show ROIsNapari widgets can be created easily.
I will first make a prototype with the following features:
Tasks
The text was updated successfully, but these errors were encountered: