2015年12月7日

OpenCV 腐蚀膨胀操作

摘要: 利用腐蚀膨胀操作实现对椭圆周围线条的消除,椭圆的大小不变代码如下: 1 #include "cv.h" 2 #include "highgui.h" 3 4 int main() 5 { 6 IplImage *img,*img_erode,*img_dilate; 7 img =... 阅读全文

posted @ 2015-12-07 20:41 _飛 阅读(1197) 评论(0) 推荐(0) 编辑

导航