Free and open source

Description

Advanced Cell Classifier is a data analyzer program to evaluate cell-based high-content screens and tissue section images developed at the Biological Research Centre, Szeged and FIMM, Helsinki (formerly at ETH Zurich). The basic aim is to provide a very accurate analysis with minimal user interaction using advanced machine learning methods.

Advanced Cell Classifier
Description

A standalone cell tracking software for single cell migration. Tracking of cells in tissue was also done in Drosophila germband.

GUI image (from http://sacan.biomed.drexel.edu/celltrack)
Description

The ImageJFX Project aims to create a new user interface for the software ImageJ in order to ease scientific image analysis. While keeping the core components of ImageJ, ImageJFX brings scientists closer to their goal by making the interface clearer for beginners and more practical for advanced users.

ImageJFX screen Capture
Description

We propose to use a kernel density estimation (KDE) based approach for classification. This non-parametric approach intrinsically provides the likelihood of membership for each class in a principled manner. The implementation was used in Ghani2016. Any papers using this code should cite Ghani2016 accordingly. The software has been tested under Matlab R2013b.

 

Sample Data: Annotated two-photon images of dendritic spines

Description

quote:

Elastix cite{Klein2010} is an open source, command-line program for intensity-based registration of medical images that allows the user to quickly configure, test, and compare different registration methods. SimpleElastix is an extension of SimpleITK cite{Lowekamp2013} that allows you to configure and run Elastix entirely in Python, Java, R, Octave, Ruby, Lua, Tcl and C# on Linux, Mac and Windows. The goal is to bring robust registration algorithms to a wider audience and make it easier to use elastix, e.g. for Java-based enterprise applications or rapid Python prototyping.

Python example

import SimpleITK as sitk
resultImage = sitk.Elastix(sitk.ReadImage("fixedImage.nii"), sitk.ReadImage("movingImage.nii"))
has topic