GaussianEdgeDetector
Module that applies a Gaussian edge filter to an image.
Example XML definition
A simple example
<module
class = "GaussianEdgeDetector"
name = "GaussianEdgeDetector"
/>
Parameters
| Name | Description | Type | Default |
|---|---|---|---|
| class | The class name for the module; must be "GaussianEdgeDetector". | string | |
| name | The name of this instance of the module. | string | |
| scale | Scale of the filter | float |
Module Connections
Inputs
| Name | Description |
|---|---|
| INPUT | The input |
Outputs
| Name | Description |
|---|---|
| ORIENTATION | Edge orientation |
| MAXIMA | Orinetation estimate |
| OUTPUT | Final edges |
| dx | Gradient estimation x |
| dy | Gradient estimation y |
| dGx | Filter kernel |
| dGy | Filter kernel |
Author
Christian Balkenius
christian.balkenius@lucs.lu.se
Lund University Cognitive Science
Files
GaussianEdgeDetector.h
GaussianEdgeDetector.cc
GaussianEdgeDetector.ikc