Skip to content

LIMT34/LIM-Tracker

Repository files navigation

LIM Tracker

MainWindow LIM Tracker is a cell tracking software that has been developed for simple operation and high versatility. This software has a conventional tracking function consisting of recognition processing and link processing, a sequential search-type tracking function based on pattern matching, and a manual tracking function. LIM Tracker enables the seamless use of these functions. In addition, the system incorporates a highly interactive and interlocking data visualization method, which displays the analysis results in real-time, making it possible to flexibly correct the data and reduce the burden of tracking work. Moreover, recognition functions with deep learning (DL) are also available, which can be used for a wide range of targets, including stain-free images.
LIM Tracker is implemented as a plugin for ImageJ/Fiji.

Key features

  • LIM Tracker efficiently obtains accurate data using automatic and manual tracking.
  • It rapidly checks for data accuracy with the interactive data visualization method.
  • It enables flexible and simple modification of analysis results.
  • Morphological changes can also be measured by segmentation processing.
  • Recognition functions with deep learning are also available.

Demo movie

Fiji plugin installation (Windows10)

  1. Install Fiji itself, and copy the following folders & files contained in the FijiPlugin_win/plugins folder downloaded from this repository into the Fiji plugin folder (e.g., C:/Fiji.app/plugins ).
- LIMTrackerPluginExt
- LIMTrackerPlugin_.jar
  1. Download VC_redist.x64.exe (VisualC++ redistribution package) and double-click VC_redist.x64.exe to install it with default settings (If a DLL file is missing and an error occurs, please download and install VisualC++ Redistributable Packages for Visual Studio 2013).

Fiji plugin installation (Ubuntu18.04)

  1. Install Fiji itself, and copy the following folders & files contained in the FijiPlugin_linux/plugins folder downloaded from this repository into the Fiji plugin folder (e.g., ${HOME}/Fiji.app/plugins ).
- LIMTrackerPluginExt
- LIMTrackerPlugin_.jar
  1. Download libopencv_core.so.4.3 and libopencv_imgproc.so.4.3, and copy into Fiji's library folder (e.g., ${HOME}/Fiji.app/lib/linux64).

How to launch the Fiji plugin

  1. Launch Fiji and load the image file you want to track.
  2. Select "Plugins/Tracking/LIM Tracker Plugin" from the Fiji menu. This will launch the plugin.

How to use LIM Tracker

Deep learning recognition service setup instructions

This software is equipped with a plugin mechanism to work with reference implementations (Python programs) of various deep learning recognition algorithms available on the web. This software can work in conjunction with the following implementations by setting.

To use this function, nVIDIA GPU is required.

Extend functionality through plug-in mechanisms

  • A plugin mechanism is provided for the recognition function, and users can switch to their algorithm. Examples of plugin implementations of the recognition function using OpenCV are available in the DetectPlugin folder.

  • A plugin mechanism is provided to work with reference implementations of various deep learning recognition algorithms written in Python. Examples of plugin implementations are available in the DLLinkPlugin folder.

  • A plugin mechanism is provided for users to output and use the data analyzed by this software freely. Examples of plugin implementations are available in the DataSavePlugin folder.

Test dataset

Test images, project files, and GT images can be obtained from the following links.

Acknowledgments

LIM Tracker is powered by the following open source programs.

This software work in conjunction with the following reference implementations.

Citation

Aragaki, H., Ogoh, K., Kondo, Y. & Aoki, K. LIM Tracker: a software package for cell tracking and analysis with advanced interactivity. Sci Rep 12, 2702 (2022). https://doi.org/10.1038/s41598-022-06269-6

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published