internal void HoughTransform()
 {
     Image = image.ApplyHoughDetector();
 }