SYNOPSIS
Detailed Description
vcanny3d -- 3D edge detection
Description
- Perform a 3D Canny edge detction, optionally followed by a non-maxima suppression.
Reference:
- J. Canny (1986). 'A computational approach to edge detection', IEEE-PAMI, Vol.8, No.6. pp.679--698.
Usage
vcanny2d
Parameters:
-
-in input image
-out output image
-dim size of filter mask. Default: 5
-nonmax Whether non-maximum suppression is performed [ true | false ]. Default: false
Examples
Known bugs
- none.
Author:
- G.Lohmann, MPI-CBS, 2004
Author
Generated automatically by Doxygen for VIA - Volumetric Image Analysis from the source code.