Filters mask objects based on the object numbers present in a table.
Version | 1.1 |
---|---|
Bundle | anima |
Categories | Image Analysis |
Authors | Ville Rantanen (ville.rantanen@helsinki.fi) |
Issue tracker | View/Report issues |
Requires | Matlab |
Source files | component.xml maskfilter.m execute.m |
Usage | Example with default values |
Name | Type | Mandatory | Description |
---|---|---|---|
inMask | ImageList | Mandatory | A directory with BW mask image files. |
objects | CSV | Mandatory | A CSV file with file name and object numbers. |
names | ImageList | Optional | A directory with image files with names used in the object list. |
Name | Type | Description |
---|---|---|
mask | ImageList | Filtered mask. |
perimeter | ImageList | Filtered mask. |
Name | Type | Default | Description |
---|---|---|---|
fileId | string | "File" | Column name of file name |
objectId | string | "Object" | Column name of object number |
Test case | Parameters▼ | IN inMask |
IN objects |
IN names |
OUT mask |
OUT perimeter |
---|---|---|---|---|---|---|
case1_normal | properties | inMask | objects | (missing) | mask | (missing) |