Filters objects based on the object X,Y coordinates and an overlap with a mask image.
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 objectfilter.m execute.m |
Usage | Example with default values |
Name | Type | Mandatory | Description |
---|---|---|---|
mask | ImageList | Mandatory | A directory with BW mask image files. |
objects | CSV | Mandatory | A CSV file with file name and object X,Y coordinates. |
names | ImageList | Optional | A directory with image files with names used in the object list. |
Name | Type | Description |
---|---|---|
out | CSV | Filtered CSV file. |
Name | Type | Default | Description |
---|---|---|---|
fileId | string | "File" | Column name of file name |
xId | string | "X" | Column name of X coordinate |
yId | string | "Y" | Column name of Y coordinate |
Test case | Parameters▼ | IN mask |
IN objects |
IN names |
OUT out |
|
---|---|---|---|---|---|---|
case1_normal | properties | mask | objects | (missing) | out | |