-
Notifications
You must be signed in to change notification settings - Fork 16
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
Add painting layer #22
Comments
Small update: |
For now, I decided to draw 2d circles (instead of 3d spheres), as we have orthogonal views and can paint into any dimension anyway. This requires that either (a) all ortho views are locked in their "native" plane (xy, yz, zx), or (b) the circles are rotate in space, accordingly. I prefer (a) but I have not implemented that, yet (should not be too much work). At least for anisotropic data, I think that this is a good solution, at least until imglib/imglib2-algorithm#23 is resolved. |
Progress report:
|
Development for bigcat.v2/paintera continues in a dedicated repository now. Check saalfeldlab/paintera#1 |
We still do not have a painting layer which was one of the core components of the old BigCAT. Eventually, we want a multi-resolution painter that paints at the appropriate resolution. For a quicl start, add a simple painter for the highest resolution only.
The text was updated successfully, but these errors were encountered: