contour following in binary images

版本 1.2.0.0 (8.7 KB) 作者: rajjan thakur
the function finds the contour pixels in a bw image.. the object is assumed to be white.
2.0K 次下载
更新时间 2009/2/23

无许可证

[knew,m,n]=contour_b_trial_2(a,row,col)
knew=contour image
m=contour background pixels
n=contour object pixels

ch=contour_code_2(m)
ch=contour code

[k8,m8]=eightneighbour(k,n)
k8=contour image containing eight neighbourhood
m8=contour pixels

[k4,m4]=fourneighbour2(k,n)
k4=contour image containing four neighbourhood
m4=contour pixels

press pause after each plot to continue

引用格式

rajjan thakur (2024). contour following in binary images (https://www.mathworks.com/matlabcentral/fileexchange/23056-contour-following-in-binary-images), MATLAB Central File Exchange. 检索来源 .

MATLAB 版本兼容性
创建方式 R12.1
兼容任何版本
平台兼容性
Windows macOS Linux
类别
Help CenterMATLAB Answers 中查找有关 Contour Plots 的更多信息
致谢

参考作品: Contour Parameterization

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!
版本 已发布 发行说明
1.2.0.0

minor changes

1.1.0.0

function calling format

1.0.0.0