Welcome![Sign In][Sign Up]
Location:
Search - region split and merge

Search list

[Othersplitmerge

Description: SPLITMERGE Segment an image using a split-and-merge algorithm. G = SPLITMERGE(F, MINDIM, @PREDICATE) segments image F by using a split-and-merge approach based on quadtree decomposition. MINDIM (a positive integer power of 2) specifies the minimum dimension of the quadtree regions (subimages) allowed. If necessary, the program pads the input image with zeros to the nearest square size that is an integer power of 2. This guarantees that the algorithm used in the quadtree decomposition will be able to split the image down to blocks of size 1-by-1. The result is cropped back to the original size of the input image. In the output, G, each connected region is labeled with a different integer. - SPLITMERGE Segment an image using a split-and-merge algorithm. G = SPLITMERGE(F, MINDIM, @PREDICATE) segments image F by using a split-and-merge approach based on quadtree decomposition. MINDIM (a positive integer power of 2) specifies the minimum dimension of the quadtree regions (subimages) allowed. If necessary, the program pads the input image with zeros to the nearest square size that is an integer power of 2. This guarantees that the algorithm used in the quadtree decomposition will be able to split the image down to blocks of size 1-by-1. The result is cropped back to the original size of the input image. In the output, G, each connected region is labeled with a different integer.
Platform: | Size: 2048 | Author: dilir | Hits:

[Special EffectsGraphics-code

Description: 图像处理课,课程实验,实现了交互式选择种子,区域生长法进行图像分割,以及采用分裂合并法进行图像分割。-Image processing courses, course test, to achieve interactive select seeds for region growing image segmentation, and the use of split and merge image segmentation method.
Platform: | Size: 3970048 | Author: YUANZX | Hits:

[matlabSegmentation

Description: This matlab code implements the region split and merge segmentation of an image
Platform: | Size: 2048 | Author: Aswathy | Hits:

[Special Effectssplitmerge

Description: 包含两个代码,m文件,基于区域的分裂合并图像分割方法,predicate规定了分裂合并准则,splitmerge用于分裂合并,数字图像处理,冈萨雷斯,Matlab版第十章第四节,区域分离与合并-Contains two code, m files, split and merge region-based image segmentation methods, predicate to the provisions of division merger guidelines, the splitmerge used to split the merger, Digital Image Processing, Gonzalez, section 2.4 of Matlab version, regional separation and merge
Platform: | Size: 2048 | Author: 陶胡子 | Hits:

[File Formatregion-growing

Description: egion growing approach is the opposite of the split and merge approach: An initial set of small areas are iteratively merged according to similarity constraints. Start by choosing an arbitrary seed pixel and compare it with neighbouring pixels. Region is grown from the seed pixel by adding in neighbouring pixels that are similar, increasing the size of the region. When the growth of one region stops we simply choose another seed pixel which does not yet belong to any region and start again.
Platform: | Size: 1024 | Author: sav | Hits:

[Graph program2134

Description: 基于区域的分裂与合并的算法 能够对图像进行简单的分裂与合并-The image can be split and merge based on a simple split and merge algorithm region
Platform: | Size: 1024 | Author: 朱达 | Hits:

[Graph programother

Description: 区域生长与合并的算法。能够简单地对图像进行区域分裂与合并-Region growing and merging algorithm. The image can be easily split and merge area
Platform: | Size: 34816 | Author: 朱达 | Hits:

[OpenCVGrowth_Split

Description: 用C语言实现区域的生长、分裂与聚合,完成对图像的处理-Use C programming language to realize the growth,split and merge of region,Completing the disposition of image.
Platform: | Size: 3202048 | Author: 卢西 | Hits:

CodeBus www.codebus.net