internal void HoughRectanglesDetector()
 {
     Image = image.ApplyHoughRectanglesDetector();
 }