學習圖像處理知識---Emgu3.4 image類學習(五)

圖像形態學操作: 膨脹,腐蝕,開啓和閉合。一般用於灰圖圖像的應用,識別MARK。當然彩色圖片也可以。 public Image<TColor, TDepth> Erode( //腐蝕 int iterations ) public Image<TColor, TDepth> Dilate( int iterations )//膨脹 把灰圖pictureBox2.Image = YUAN.Co
相關文章
相關標籤/搜索