HarrisDetector
Module for curvature (corner) detection. Operates on two gradient images (DX and DY) rather than the original image
Example XML definition
A simple example
<module
class = "HarrisDetector"
name = "HarrisDetector"
/>
Module Connections
Inputs
| Name | Description |
|---|---|
| DX | The gradient image (in the x-direction) |
| DY | The gradient image (in the y-direction) |
Outputs
| Name | Description |
|---|---|
| OUTPUT | A matrix representing the curvature at each location |
Author
Christian Balkenius
christian.balkenius@lucs.lu.se
Lund University Cognitive Science
Files
HarrisDetector.h
HarrisDetector.cc
HarrisDetector.ikc