mastodon-sc / mastodon

Mastodon – a large-scale tracking and track-editing framework for large, multi-view images.
BSD 2-Clause "Simplified" License
67 stars 20 forks source link

BDV visibility modes. #102

Closed tinevez closed 2 years ago

tinevez commented 5 years ago

To use them, press V in a BDV window.

4 modes are implemented:

The Visibility objects are used every-time one has to decide on the visibility of a vertex or an edge. This includes calls to methods like #getVertexAt() or #getEdgeAt(). Also the methods called by the BdvContextProvider, to keep visibility consistent.

The visibility itself is not super clever. We simply rely on the isVisible() method inside for loops over the vertices and edges returned by the clip convex polytope.

tinevez commented 5 years ago

Fixes #91 Fixes #96

tinevez commented 2 years ago

Integrated since beta-21