SobelEdgeDetector
Module that applies the Sobel edge filter to an image.
Example XML definition
A simple example
<module
class = "SobelEdgeDetector"
name = "SobelEdgeDetector"
/>
Parameters
| Name | Description | Type | Default |
|---|---|---|---|
| class | The class name for the module; must be "SobelEdgeDetector". | string | |
| name | The name of this instance of the module. | string | |
| type | type of filtering | list |
Module Connections
Inputs
| Name | Description |
|---|---|
| INPUT | The input |
Outputs
| Name | Description |
|---|---|
| OUTPUT | The output. |
Author
Christian Balkenius
christian.balkenius@lucs.lu.se
Lund University Cognitive Science
Files
SobelEdgeDetector.h
SobelEdgeDetector.cc
SobelEdgeDetector.ikc