I do not know

Description

This macro can be used to un-wide a tubular structure and flatten its surface (like peeling of and flattening the skin of a banana). The macro can only process a single channel 3D stack but it is easy to process multiple channels by exporting and importing ROI manager selections. Technically the macro computes the radial average intensity projection inside a ring centred on the radial symmetry axis of the object. The final image is a radial mapping of the intensity (radial angle along X, axial length along Y).

The example image is available in the documentation link. 

has function
Description

Tracking of focal adhesions includes a number of challenges:

  1. Detection of focal adhesion regions in areas of highly variable background
  2. Separation of "clumped" adhesions in different objects.
  3. Dynamics: Focal adhesions dynamically, grow, shrink, change their shape, they can fuse with neighboring adhesions or one adhesion can be split into multiple children.

Würflinger et al (2011) describe how to detect focal adhesion objects and how to track them over time. Interestingly, tracking results are fed back to segmentation to improve separation of clumped adhesions.

The authors implemented the workflow in Matlab, but do not provide a ready-to-use script.

Description

The workflow includes segmentation, tracking and quantifying morphological dynamics of moving cells in 3D. The authors have implemented the workflow in Matlab, but so far there is no download link provided. To apply this workflow, we recommend to contact the authors or to implement the worflow based on the detailed description in the original paper.

has function
need a thumbnail
Description
The javabridge Python package makes it easy to start a Java virtual machine (JVM) from Python and interact with it. Python code can interact with the JVM using a low-level API or a more convenient high-level API. PyPI record: https://pypi.python.org/pypi/javabridge Documentation: http://pythonhosted.org/javabridge/ GitHub repository: https://github.com/CellProfiler/python-javabridge Report bugs here: https://github.com/CellProfiler/python-javabridge/issues python-javabridge is licensed under the BSD license. See the accompanying file LICENSE for details.
need a thumbnail
Description
v3dlib library is a cross-platform C++ library written in wxWidgets for displaying 3D images. The most important part of the library is a window that can display 3D images of various types (RGB, RGB16, GRAY8, GRAY16, and float). The window can easily be extended of a new functionality and is used in many applications (e.g., viewer3d, Acquiarium, batchcrop, and others).
need a thumbnail