DepthContourTrace
Finds a contour around an object indicated by pixels with 1 as foreground
Example XML definition
A simple example
<module class = "DepthContourTrace" name = "DepthContourTrace" />
Parameters
Name | Description | Type | Default |
---|---|---|---|
class | The class name for the module; must be "DepthContourTrace". | string | |
name | The name of this instance of the module. | string | |
segment_length | length of each contour segment | int | 15 |
segment_count | the maximium number of contour segments | int | 250 |
segment_smoothing | number of smoothing passes | int | 1 |
Module Connections
Inputs
Name | Description |
---|---|
INPUT | The input image |
Outputs
Name | Description |
---|---|
OUTPUT | The snake coordinates |
BOX | The coordinates of a box around the snake |
LENGTH | The snake length |
DEBUG | The snake debug |
Author
Christian Balkenius
christian.balkenius@lucs.lu.se
Lund University Cognitive Science
Files
DepthContourTrace.h
DepthContourTrace.cc
DepthContourTrace.ikc