[EmguCV|WinForm] 使用EmguCV內建直方圖工具繪製直方圖(Histogram)-直方圖(Histogram)系列 (1)

https://dotblogs.com.tw/v6610688/archive/2013/12/20/emgucv_draw_histogram_histogrambox_histogramviewer.aspx

//2.使用HistogramBox

imgHistogramBox.GenerateHistograms(loadImg, 32);

imgHistogramBox.Refresh(); //更新資料

imgHistogramBox.Show();

原文地址:https://www.cnblogs.com/zkwarrior/p/5803581.html