CodeBus
www.codebus.net
Search
Sign in
Sign up
Hot Search :
Source
embeded
web
remote control
p2p
game
More...
Location :
Home
Search - region split and merge
Main Category
SourceCode
Documents
Books
WEB Code
Develop Tools
Other resource
Search - region split and merge - List
[
Other
]
splitmerge
DL : 0
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.
Date
: 2025-07-09
Size
: 2kb
User
:
dilir
[
Special Effects
]
Graphics-code
DL : 0
图像处理课,课程实验,实现了交互式选择种子,区域生长法进行图像分割,以及采用分裂合并法进行图像分割。-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.
Date
: 2025-07-09
Size
: 3.79mb
User
:
YUANZX
[
matlab
]
Segmentation
DL : 0
This matlab code implements the region split and merge segmentation of an image
Date
: 2025-07-09
Size
: 2kb
User
:
Aswathy
[
Special Effects
]
splitmerge
DL : 0
包含两个代码,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
Date
: 2025-07-09
Size
: 2kb
User
:
陶胡子
[
File Format
]
region-growing
DL : 0
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.
Date
: 2025-07-09
Size
: 1kb
User
:
sav
[
Graph program
]
2134
DL : 0
基于区域的分裂与合并的算法 能够对图像进行简单的分裂与合并-The image can be split and merge based on a simple split and merge algorithm region
Date
: 2025-07-09
Size
: 1kb
User
:
朱达
[
Graph program
]
other
DL : 0
区域生长与合并的算法。能够简单地对图像进行区域分裂与合并-Region growing and merging algorithm. The image can be easily split and merge area
Date
: 2025-07-09
Size
: 34kb
User
:
朱达
[
OpenCV
]
Growth_Split
DL : 0
用C语言实现区域的生长、分裂与聚合,完成对图像的处理-Use C programming language to realize the growth,split and merge of region,Completing the disposition of image.
Date
: 2025-07-09
Size
: 3.05mb
User
:
卢西
CodeBus
is one of the largest source code repositories on the Internet!
Contact us :
1999-2046
CodeBus
All Rights Reserved.