目前分類:EmguCV | OpenCV (3)

瀏覽方式: 標題列表 簡短摘要

image

 

   讀取影像格式與轉換           

var filePath = "D:\\test.png";
Image<Bgr, Byte> imgOri = new Image<Bgr, Byte>(filePath);

門外漢 發表在 痞客邦 留言(0) 人氣()

 

   影像讀取為Bgr格式

var filePath = "D:\\test\\test.png";
Image<Bgr, Byte> imgOri = new Image<Bgr, Byte>(filePath);

image

門外漢 發表在 痞客邦 留言(0) 人氣()

利用EmguCV的函式將影像圖片轉成資料列,透過DataGridView顯示影像8位元(R,G,B)資料列。

 

 

引用類別

文章標籤

門外漢 發表在 痞客邦 留言(0) 人氣()