public Histogram GenerateSmoothed(DirectBitmap image)
 {
     return(Smooth(Generate(image), 40));
 }