Пример #1
0
 internal void DetectEdgesCanny()
 {
     Image = image.ApplyCannyDetector();
 }