Digital histology

Synonyms
Digital pathology imaging
Description

Orbit Image Analysis is a free open source software with the focus to quantify big images like whole slide scans.

It can connect to image servers, e.g. Omero.
Analysis can be done on your local computer or via scaleout functionality in a distrubuted computing environment like a Spark cluster.

Sophisticated image analysis algorithms incl. tissue quantification using machine learning, object segmentation and classification are build in. In addition a versatile API allows you to enhance Orbit and to run your own scripts.

Orbit
Description

The skin tools measure the thickness of the epidermis and the interdigitation index.

The input images are masks that represent the epidermis and that have been created from images of stained histological sections. The mask must touch the left and right border of the image. The dermal-epidermal border must be on the lower site of the image. The interdigitation index can be measured for one or more segments per image. As a measure of the thickness of the epidermis the lengths of a number of random line segments are measured. The line segments start at the lower border, are perpendicular to the lower border and end at the opposite border of the mask.

See installation Instructions on the website.

has topic
Measure thickness from a mask
Description

The Adipocytes Tools help to analyze fat cells in images from histological section. This is a rather general cell segmentation approach. It can be adapted to different situations via the parameters. This means that you have to find the right parameters for your application.

Sample Image: [0178_x5_3.tif](http://dev.mri.cnrs.fr/attachments/190/0178_x5_3.tif)

has topic
has function
Description

Analysis of adipocyte number and size. The original code and example images supposed to be discovered at http://webspace.buckingham.ac.uk/klanglands/ but currently the webpage is missing the code and sample images.

has topic
has function
Description

The ultimate goal of the NET framework is to make images of networks processable by computers. Therefore we want to have a pixel based image as input, as output we want a representation of the network visible in the image that retains as much information about the original network as possible. NET achives this by first segmenting the image and then vectorizing the network and then extracting information. The information we extract is

  • First and foremost the graph of the network. We find the crossings (nodes) and connections between crossings (edges) and therefore extract information about the neighborhood relations, the topology of the network.
  • We also extract the coordinates of all nodes which enables us to embed them into space. We therefore extract information about the geometry of the network.
  • Last but not least we track the radii of the edges in the extraction process. Therefore every edge has a radius which can be identified with its conductivity.

In the following we will first provide detailed instructions on how to install NET on several platforms. Then we describe the functionality and options of each of the four scripts that make up the NET framework.

has topic
need a thumbnail