Active contours

'Active contours' is an energy-minimizing deformable parametric contour, that is typically used to segment image regions enclosed by edges.

Synonyms
Active contour model
Active contour models
Snakes
Description

This Matlab code demonstrates an edge-based active contour model as an application of the Distance Regularized Level Set Evolution (DRLSE) formulation.

initialisation
Description

The QuimP software from Bretschneider group is deployed as ImageJ plugin and includes model-based cell segmentation, cell outline tracking and quantification of the spatially resolved speed of protrusions and retractions. The algorithm to calculate morphological dynamics is faster compared to other approaches (e.g. Machacek and Danuser, 2006). The reference paper describes the workflow for these analyses.

Description

Tracks a cell in a 2D video using active contours, and produces a list of ROI where intensity is measured and reported into a workbook. The cell must be first delineated with a ROI in the first image of the video.

need a thumbnail
Description

This protocol first extracts the cell nuclei from a given fluorescence channel (full labeling), and grows a contour from each nucleus to extract the cell edge in another fluorescence channel (membrane-labeling).

Description

ITK-SNAP is a software application used to segment structures in 3D medical images. It can also be used as a 3D annotation tool for deep learning. It is based on ITK, VTK libraries.