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

Let the user select what sources they want to compute feature on. #111

Closed tinevez closed 4 years ago

tinevez commented 4 years ago

The features that have a ON_SOURCES mutiplicity can now be configured to compute the feature only on certain sources.

It looks like this in the feature computation dialog: Screen Shot 2019-12-13 at 13 44 36

There is a model class that stores what the user selects, and that can be added as dependency in feature computation: Screen Shot 2019-12-13 at 13 46 22

From this class, the computer must retrieve the specific settings for the feature they compute: Screen Shot 2019-12-13 at 13 47 42

And use it in the computation loop:

Screen Shot 2019-12-13 at 13 48 30

tinevez commented 4 years ago

Give it up. Let's not configure feature computers, but instead make custom computers.