btrack icon indicating copy to clipboard operation
btrack copied to clipboard

Bayesian multi-object tracking

Results 75 btrack issues
Sort by recently updated
recently updated
newest added

This tool is amazing! So easy to use, and fast! I would like to know if there is any possibility to add some speed vectors, specially for tracking in non-static...

I had this change on my local clone but at some point it got overwritten by a change on the original repo so figured I should finally get round to...

Hello, I encountered a bug when migrating from bTrack 0.6.3 to 0.6.4 in the method tracker.to_napari(). Before, I could get away with not setting the tracker volume as setting it...

bug

When exporting the config from the napari plugin, the default config name is used, which means it cannot be loaded until it has been renamed. ``` 167 if config_name in...

bug
napari-plugin

I've merged in latest changes as of 2023-08-09. Not working yet, but someone else can give this a go.

To use tabs to make it simpler and show other settings in tabs. E.g., [iacs-ipac-reader ](https://www.napari-hub.org/plugins/iacs-ipac-reader) that uses Qt widgets instead of napari's magic

napari-plugin
high priority

I have some images where the associated segmentation may only feature one single segment/object in a frame. I need to extract the `intensity_image` as a part of the `properties` parameter...

bug

When supplying `btrack.utils.segmentation_to_objects` with a **_multichannel_** image, an error is raised regarding the conversion of the `regionprops` table into dictionary format. This is because `regionprops` is confused by `use_weighted_centroid` and...

bug