The Contractility Analyzer is an open source ImageJ plugin designed to evaluate cell contractility experiments. It contains two modules.
The Spheroid Perimeter module selects the largest cluster of connected pixels on a binary image sequence and returns its perimeter on each frame.
The Hole module identifies cell-free areas (holes) as a clusters of connected pixels on a binary image sequence and returns their areas.
- Compile the project (e.g Eclipse)
- Copy the ContractilityAnalyzer_.jar file to the ImageJ plugin folder.
- Open an image sequance.
- Convert the grayscale images to binary images (ImageJ > Process)
- Run the necessary plugin.
- Spheroid Perimeter module: Plugins > Contractility Analyzer > Spheroid Perimeter
- Hole module: Plugins > Contractility Analyzer > Hole Size
- Save the Results table

