private void Binaryzation() { temporary = Filtrator.Binaryzation((Bitmap)workingImage.Clone(), Int32.Parse(BinaryzationValue.Text)); }
private void Binaryzation(object sender, RoutedEventArgs e) { Binaryzation(); temporary = Filtrator.Binaryzation((Bitmap)workingImage.Clone(), Int32.Parse(BinaryzationValue.Text)); StartImageWindow(temporary); }