コード例 #1
0
ファイル: Form1.cs プロジェクト: mrcancer91/Driving-Bind-Spot
 private void histogram(Emgu.CV.UI.HistogramBox box, Image<Gray, Single> img)
 {
     box.ClearHistogram();
     box.GenerateHistograms(img, 256);
     box.Refresh();
 }