Open aperkes opened 1 year ago
enable_difference
, in case that's what you mean. Again, the same issue as 1., but of course it's possible to include some additional info in the description line.blob_size_ranges
. Additionally, you can usually use a combination of zooming in on already tracked objects, and moving the mouse to a different position. There's a "hole" in the transparency curve, so if you're close by it displays the labels, then when you get farther away it hides them, before it displays them again. It's pretty difficult to find a perfect combination of when to display/hide, as you can probably appreciate. I will add a todo for an option that shows info only on mouse-over (although for very dense objects this might not help much?).I'll have a think about this. Thanks for your suggestions! If you are dealing with very noisy backgrounds, you might like the 2.0 version that will appear at some point :)
Ooo, looking forward to 2.0!
As an update for this issue - I have tried some stuff, especially regarding the ability the see all independent blobs even if they overlap, and all of their info in a more structured way. This means that blobs that are closeby each other will be summarized when the mouse gets close. Currently its still a bit janky, but I'm sure it'll turn out good:
Finally what I want to do is a simple template functionality so you can set the max. detail / blob manually (e.g. mean_intensity). So there's a default and then you can do:
gui_blob_detail = "<key>{blob_id}</key> {blob_bounds} intensity:{mean_intensity} num_pixels:{num_pixels}"
This isn't too far away, since (except for the specific string parsing) all the functionality is essentially already there. What do you think?
PS: There is a gui_fish_color, if you set it to viridis
it will show the pixel value in viridis color scheme - especially if you hide display->blobs :-)
Is your feature request related to a problem? Please describe. This is some what minor complaint, but it would be very helpful to have some more options in the raw view to make parameter tuning easier. Specifically:
I'm guessing the easiest solution to implement would be to have an option in the little pop up window to "print additional information" when clicking a blob in raw view. Alternatively parameters that set the appearance of raw view could work.
Thanks for creating and continuing to improve this amazing tool!
This request was brought to you by a somewhat noisy background and very small fish.