2016-06-16

[OpenCV-EMGU 記錄] 顯示直方圖


Way1:

                HistogramViewer.Show(inputImage[0], 32); //image[0] 顯示Blue,bin = 32
                HistogramViewer.Show(inputImage, 32); //顯示所有通道

Way2:
                //使用HistogramBox
                histogramBox1.GenerateHistograms(inputImage, 32);
                histogramBox1.Refresh(); //更新資料
                histogramBox1.Show();

No comments:

Post a Comment

Random Posts

Advertisement