cvCannyEdgeDetector¶
-
MLModule
¶ author MeVis Medical Solutions AG
package MeVisLab/Standard
dll MLOpenCVModules
definition MLOpenCVModules.def
Purpose¶
The module cvCannyEdgeDetector
finds edges in a 2D image using the [Canny86] algorithm.
Note: This module only works on images with the data type uint8.
[Canny86] J. Canny. A Computational Approach to Edge Detection, IEEE Trans. on Pattern Analysis and Machine Intelligence, 8(6), pp. 679-698 (1986).
Parameter Fields¶
Visible Fields¶
Threshold1¶
-
name:
threshold1
, type:
Double
, default:
255
¶ Sets the first threshold for the hysteresis procedure.
Threshold2¶
-
name:
threshold2
, type:
Double
, default:
128
¶ Sets the second threshold for the hysteresis procedure.