搜索资源列表
GonzalezDigitalImageProcessingMATLABversion
- 本书在介绍MATLAB编程基础知识之后,主要围绕数字图像处理的主干内容展开。这些内容包括:亮度变换、线性和非线性空间滤波、频率域滤波、图像复原与配准、彩色图像处理、小波、图像数据压缩、形态学图像处理、图像分割、区域和边界的表示与描述以及目标识别。-Book introduces the basics of MATLAB programming, the main focus on the backbone of the contents of digital image processing t
image-target-description
- 现代数字图像处理技术提高及应用案例详解(matlab版) 2.1图像目标边界描述-Modern digital image processing technology and application case explanation (matlab version) 2.1 the image target boundary descr iption
boundary-description-
- 图像目标边界描述代码,简单明了,内有说明解释- Image object boundary descr iption code, simple and clear, which is described to explain
Image-object-boundary-description
- 图像目标边界描述,可实现8连码,4连码。-Image object boundary descr iption, can be achieved 8 yards, 4 yards.
2.1图像目标边界描述
- 例程 2.1-1 L=zeros(7,6);L(2:6,2:3)=1;L(5:6,4:5)=1; c=chaincode4(L); 例程 2.2-2 L=zeros(7,6);L(2:6,2:3)=1;L(5:6,4:5)=1; c=chaincode8(L); 例程 2.2-3 直接运行(Routine 2.1 1 L = zeros (7, 6); L (2:6, 2:3) = 1; L (5:6, 4:5) = 1; C = chaincode4 (L); Ro