Visualizes the blobs found in a directory of images. The blobs can be coloured based on clustering label.
Version | 0.1 |
---|---|
Bundle | anima |
Categories | |
Authors | Ville Rantanen (ville.rantanen@helsinki.fi) |
Issue tracker | View/Report issues |
Requires | Matlab |
Source files | component.xml blobvisu.m execute.m |
Usage | Example with default values |
Name | Type | Mandatory | Description |
---|---|---|---|
images | ImageList | Mandatory | A directory with grayscale image files. |
objects | CSV | Mandatory | List of locations for the objects. |
names | ImageList | Optional | A directory with the original image files, for naming the table. If omitted, names from "dir" are used. |
Name | Type | Description |
---|---|---|
out | ImageList | Visualization of the objects found. |
Name | Type | Default | Description |
---|---|---|---|
clusterCol | string | "" | Optional clustering column name. Resulting images will be colored with cluster ID. |
drawOnly | boolean | false | When true, draw the ellipses on a black backround using only the image sizes from images input. |
erodeWidth | float | 0 | Visualize the erosion/dilation used in margination analysis in the intensity feature extraction. |
isRatio | boolean | true | Eroding width is expressed in percentage of object width instead of absolute pixels. |
Test case | Parameters▼ | IN images |
IN objects |
IN names |
OUT out |
|
---|---|---|---|---|---|---|
case1 | properties | images | objects | (missing) | out | |
drawOnly=false |