Object level association

From FarsightWiki
(Difference between revisions)
Jump to: navigation, search
(Overview)
(Overview)
Line 19: Line 19:
 
where <math>i=1,2,...,m</math>
 
where <math>i=1,2,...,m</math>
  
Based on this distance function, the region of interest (RIO) is defined as a region with specific inside and outside (respectively negative and positive) distances. For example, <math>RO{{I}_{1}}:=\left\{ -5\le {{D}_{E}}(x,y)\le +5 \right\}</math> is the region of interest (ROI) that represent the region using an inside distance of 5 pixels/voxels from the boundary of the object (e.g cell nucleus) to 5 pixels/voxels outside.
+
Based on this distance function, the region of interest (RIO) is defined as a region with specific inside and outside (respectively negative and positive) distances. For example, <math>RO{{I}_{1}}:=\left\{ -5\le {{D}_{E}}(x,y)\le +5 \right\}</math> is the region of interest (ROI) that represent the region using an inside distance of 5 pixels/voxels from the boundary of the object (e.g cell nucleus) to 5 pixels/voxels outside. As another example,
 +
<math>RO{{I}_{2}}:=\left\{ {{D}_{E}}(x,y)\le 0 \right\}</math> represents all the area enclosed by the object boundary.
  
 
== Running The Program ==
 
== Running The Program ==

Revision as of 04:18, 3 May 2009

In this page we give an overview of the distance map-based approach for defining object-level associations


Overview

We present a simple, yet general framework for object-level association between biological objects and/or elements present in the different channels of multi-channel images. The proposed object-level association framework assumes that any association rule is defined between two elements. The first one, which we call the reference element, is the segmented object (such as cells/nuclei) for which we want to quantify some associative relationships. The second element, which we call the target element, is a biologically meaningful element in a different channel. The target element does not have to be segmented or undergone under any kind of processing.

Two association examples are shown in Figure 1 below. In both examples, the reference element is a segmented cell nucleus. However, the target element in the first example (panel A) is a segmented blood vessel. Hence, association occurs between two segmented objects. In the second example (panel B), the target element is a molecular signal (yellow) that may surround some cell nuclei and available in a different channel.

Two association examples. Both examples use segmented nuclei as their reference elements but the target elements are a segmented blood vessel in (A), and a molecular signal from another channel (yellow) in (B).

An association rule is composed of two components. The first one defines the region of interest (ROI) associated with the reference elements and on which the associative measure is applied. The second component is an associative measure, which is a mathematical function defined on the regions of interest (ROI) of the reference elements, and used to quantify the associative relationship.

In this work, the region of interest (ROI) corresponding to an association rule is defined using a distance function. Starting from the edge points (segmentation boundary) {{E}_{P}}=\left\{ {{E}_{P1}},{{E}_{P2}},...,{{E}_{Pm}} \right\} of the reference element E, the distance function DE(x,y) computes the shortest signed Euclidean distance from a point (or in 3-D images) to the boundary points of the reference element:

{{D}_{E}}(x,y)=\left\{ \begin{align}
  & \underset{i}{\mathop{\arg \min }}\,\left( \sqrt{((x,y)-{{E}_{Pi}}){{((x,y)-{{E}_{Pi}})}^{T}}} \right),\text{    (x,y) }\notin \text{ E} \\ 
 & \underset{i}{\mathop{-\arg \min }}\,\left( \sqrt{((x,y)-{{E}_{Pi}}){{((x,y)-{{E}_{Pi}})}^{T}}} \right),\text{    (x,y) }\in \text{ E} \\ 
\end{align} \right. where i = 1,2,...,m

Based on this distance function, the region of interest (RIO) is defined as a region with specific inside and outside (respectively negative and positive) distances. For example, RO{{I}_{1}}:=\left\{ -5\le {{D}_{E}}(x,y)\le +5 \right\} is the region of interest (ROI) that represent the region using an inside distance of 5 pixels/voxels from the boundary of the object (e.g cell nucleus) to 5 pixels/voxels outside. As another example, RO{{I}_{2}}:=\left\{ {{D}_{E}}(x,y)\le 0 \right\} represents all the area enclosed by the object boundary.

Running The Program

to be added

Sample Output

to be added

Personal tools