internal void DetectEdgesCanny()
 {
     Image = image.ApplyCannyDetector();
 }