Measure LinkedList segments as objects
Version | 1.0 |
---|---|
Bundle | anima |
Categories | Image Analysis |
Authors | Ville Rantanen (ville.rantanen@helsinki.fi) |
Issue tracker | View/Report issues |
Requires | Matlab |
Source files | component.xml lineintensity.m |
Usage | Example with default values |
Name | Type | Mandatory | Description |
---|---|---|---|
lines | CSV | Mandatory | Edges for each image. |
images | ImageList | Mandatory | Images to measure from |
names | ImageList | Optional | Images with original names (if File column does not exactly match gray) |
Name | Type | Description |
---|---|---|
out | CSV | Intensity features |
Name | Type | Default | Description |
---|---|---|---|
eCol | string | "Edge" | Column name for objects/edges in data input. |
lCol | string | "File" | Column name for file name (or label) in data input. |
xCols | string | "X1,X2" | Comma separated list of column names for X coordinates. |
yCols | string | "Y1,Y2" | Comma separated list of column names for Y coordinates. |
Test case | Parameters▼ | IN lines |
IN images |
IN names |
OUT out |
---|---|---|---|---|---|
case1_basic | (missing) | lines | images | (missing) | (missing) |