Trace Editor/Features

From FarsightWiki
(Difference between revisions)
Jump to: navigation, search
(Feature computation for Trace Editor)
Line 1: Line 1:
=Feature List=
+
Feature computation for [[Trace Editor]]
*Gap Size
+
 
*Angle
+
='''Feature List'''=
*Path Length
+
 
*Euclidean Distance
+
{| border="1px" cellpadding="3" style="text-align:left"
==Algorithms==
+
! Feature
 +
! Description
 +
|-
 +
| Gap Size
 +
| Minimum distance between endpoints of two traces
 +
|-
 +
| Angle
 +
| Is the angle created between two traces normalized as vectors
 +
|-
 +
| Path Length
 +
| Total length along a trace, indicated by the size of the trace
 +
|-
 +
|Euclidean Distance
 +
|Straight line distance between the endpoints of a trace
 +
|-
 +
|Fragmentation Smoothness
 +
|Ratio of Path Length to Euclidean Distance<ref>Ascoli, Generation,Description and Storage of Dendritic Morphology Data</ref>
 +
|}
 +
 
 +
='''Algorithms'''=
 +
The algorithms suggested are used to control the editing process allowing for rule based cluster editing.
 +
=='''Merge'''==

Revision as of 20:58, 23 June 2009

Feature computation for Trace Editor

Feature List

Feature Description
Gap Size Minimum distance between endpoints of two traces
Angle Is the angle created between two traces normalized as vectors
Path Length Total length along a trace, indicated by the size of the trace
Euclidean Distance Straight line distance between the endpoints of a trace
Fragmentation Smoothness Ratio of Path Length to Euclidean Distance[1]

Algorithms

The algorithms suggested are used to control the editing process allowing for rule based cluster editing.

Merge


Cite error: <ref> tags exist, but no <references/> tag was found
Personal tools