Description: Split and merge Algorithm for Image Processing . It uses a quad tree as data structure, which is created at running time using breath first method, and a stopping criterion . The stoping criterion method can be changed , i just used to the difference of means of the regions which should be merged , compared with some threshold. Platform: |
Size: 1433600 |
Author:TOAMNA_AMARA |
Hits:
Description: 一种改进的图象分割程序,分割出来效果相当好,尤其对于丰富的图象,保证别人没有上传过-Based on graph cut image segmentation algorithm, split the result was very good, especially for texture-rich images, ensure that no one else uploaded Platform: |
Size: 2048 |
Author:周 |
Hits:
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:
Description: Given an image. Implement the split and merge procedure for segmenting
the image with different values for minimum dimensions of the quadtree
regions.-Given an image. Implement the split and merge procedure for segmenting
the image with different values for minimum dimensions of the quadtree
regions. Platform: |
Size: 6144 |
Author:dilir |
Hits:
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:
Description: 利用分裂合并法分割图像 利用四叉树结构分裂图像 可计算标准方差阈值-Split and merge segmentation image quadtree structure to split the image to calculate the standard deviation of threshold Platform: |
Size: 2048 |
Author:罗川 |
Hits:
Description: 主要实现了图形图像的基于区域的分裂合并,最后显示的是二值图像-The main achievement of the graphics-based separatist regions combined, the final binary image is shown Platform: |
Size: 271360 |
Author:itff11 |
Hits:
Description: 在Visual Studio 2010中用OPENCV三通道图像用cvSplit分离出红、绿、蓝三个单通道图像,用cvMerge再把三个通道融合,恢复原图。-In Visual Studio 2010 using the OPENCV to three-channel image with cvSplit isolated red, green, blue three single channel image, the three channels with cvMerge again fusion, restore the original image. Platform: |
Size: 5338112 |
Author:刘兰 |
Hits:
Description: 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.-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. Platform: |
Size: 2048 |
Author:Narayana Reddy |
Hits: