四叉树分割我要分享

Four fork tree segmentation

matlab 分割

关注次数: 201

下载次数: 0

文件大小: 27.06 kB

代码分类: 其他

开发平台: matlab

下载需要积分: 2积分

版权声明:如果侵犯了您的权益请与我们联系,我们将在24小时内删除。

代码描述

中文说明:资源描述下面这段程序演示了在MATLAB中对图像进行基于四叉树的区域分割方法,四叉树就是将一幅图像分成四个区域,将这四个区域的每个区域再次分成四个区域,并如此不断的继续下去。用到了qtdecomp()、qtgetblk()、qtsetblk()函数,可供读者参考学习。希望对读者有所帮助!


English Description:

Application backgroundBelow this program demonstrates in MATLAB for image of segmentation method based on quadtree region, quadtree is one image is divided into four regions, will these four areas of each region once again divided into four regions, and this will continue to continue. Use the qtdecomp (), qtgetblk (), qtsetblk () function, for the reader to learn. Want to help readers!


代码预览