| Class | Description |
|---|---|
| AbstractDescriptor | |
| Canny |
A configurable implementation of the Canny edge detection algorithm.
|
| DroG |
TODO comments
This class make the edge extraction using DroG operator.
|
| Kernel |
Performs convolution with a given Kernel directly on this image.
|
| Kirsch |
Simple implementation of the Kirsch operator
See http://en.wikipedia.org/wiki/Kirsch-Operator for more information.
|
| LaplaceFilter |
LaplaceFilter class
See http://svg.dmi.unict.it/iplab/imagej/Plugins/Forensics/Filters/PAGINE%20HTML/Laplaciano.html for more information
|
| MarrHildreth |
The Marr Hildreth edge detector uses the Laplacian of the Gaussian function
to detect edges.
|
| Roberts |
Simple implementation of the Roberts(Cross)-Operator.
|
| Susan |
Implementation of the SUSAN (Smallest Univalue Segment Assimilating Nucleus) edge detector.
|
Copyright © 2013. All Rights Reserved.