Skip to content

Latest commit

 

History

History
14 lines (8 loc) · 895 Bytes

README.md

File metadata and controls

14 lines (8 loc) · 895 Bytes

TrackMate-Lacss

A plugin of a plugin.

This software adds a new cell detector to TrackMate, a cell/object tracker plugin for ImageJ. The detector uses a pretrained deep-learning model to detect and segment cells.

Installation

  1. Install Lacss according to its documentation
  2. Copy the Jar file into ImageJ's plugin folder.

How does it work

The plugin is a thin Java wrapper around the Lacss python module, which runs as a separate process. The Java code communicate with the Python process via anonymous pipe, by sending/receiving messages encoded in protobuf.