cvCannyEdgeDetector¶
-
MLModule
¶ author MeVis Medical Solutions AG
package MeVisLab/Standard
dll MLOpenCVModules
definition MLOpenCVModules.def
Purpose¶
Finds edges in a 2D image using the [Canny86] algorithm.
The module only supports MLuint8 data.
[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
¶ first threshold for the hysteresis procedure.
Threshold2¶
-
name:
threshold2
, type:
Double
, default:
128
¶ - second threshold for the hysteresis procedure.