level 1
CuYiCY
楼主
Read image'brocken_text.tif', and apply dilation to the image using the structuringelement
B=[0 1 0;1 1 1;0 1 0].
Display the image obtained after 1, 2 and 3 timesof dilation, and observe the difference between the results.
这是老师用MATLAB写的要求,让我们用halcon做。
这个结构元素B在halcon中该如何构建。
2020年12月28日 06点12分
1
B=[0 1 0;1 1 1;0 1 0].
Display the image obtained after 1, 2 and 3 timesof dilation, and observe the difference between the results.
这是老师用MATLAB写的要求,让我们用halcon做。
这个结构元素B在halcon中该如何构建。