コード例 #1
0
 public void execute(int brightnessLevelsNumber = BRIGHTNESS_LEVELS_NUMBER)
 {
     modifyBitmapToStretchHistogram(brightnessLevelsNumber);
     lookUpTable.populateLUTs(Bitmap);
     imageForm.PictureBox.Image = Bitmap;
 }