public Bitmap Apply(Bitmap bitmap)
 {
     return(BitmapUtils.Binarization(bitmap, Threshold));
 }