搜索资源列表
区域增长
- 本代码为区域增长算法,通过区域增长法可以进行图像区域分割
20060414092509823
- 一个非常好的区域增长算法的原程序,希望大家喜欢阿-a very good regional growth of the original algorithm procedures, hope you like A
quyushengzhang
- 图像处理中关于区域增长的算法,可以对图像进行填充和噪声的标志-image processing on regional growth in the algorithm, the image can be filled with noise and the signs
seg_source
- 拥有许多图像分割的算法,有区域增长,水平集,分水岭,edgeflow等-possesses many of the image segmentation algorithm, a regional growth, level sets, watershed, such as edgeflow
imageTrackForImageDivision
- 基于区域增长的图像跟踪算法的研究-based on regional growth for Image Tracking Study
regiongrow
- 区域增长的算法实现: 1)根据图像的不同应用选择一个或一组种 子,它或者是最亮或最暗的点,或者是位 于点簇中心的点 2...通过像素集合的区域增长 算法实现: 区域A 区域B 种子像素增长.3)增长的规则 4) 结束条件.-regional growth algorithm : 1) According to the images chosen a different application or group of seeds, I
RegionGrowingCy
- 好用地 matlab 区域增长算法,先输入比较范围,再输入种子点数目,然后就是手动选取种子点了 ,好运哦!-good land Matlab regional growth algorithm, importing more scope to import seed spots, Then, they manually select seed, good luck!
hill_climbing
- 利用登山算法实现图像分割。算法适用于中心灰度较大,而向邻域逐渐递减的区域分割,如微钙化点图像。根据当前窗口手动设定的局部点,寻找局部灰度极大值点,找到16个角度下的种子点。然后以这16个点为种子点进行区域增长,约束条件为相应的灰度约束和空间约束。-Climbing algorithm using image segmentation. Algorithm applied to a larger central gray, and gra
matching3
- 基于图像对的三维重建,利用sift和区域增长算法的稠密匹配以达到三维重建的目的-Image-based three-dimensional reconstruction of the use of sift and regional growth of the dense matching algorithm in order to achieve the purpose of three-dimensional reconstruct
RAG
- 包含区域增长算法 区域合并算法 和阈值分割算法-Regional growth algorithm contains the algorithm and region merging threshold segmentation algorithm
matlabRegionGrow
- 基于matlab的区域增长算法,能够有效地实现区域增长,实现快速的计算-Matlab-based regional growth algorithm, can effectively realize the regional growth, achieve rapid calculation of
111quyushengzhang
- 又一个经典区域生长源码(区域增长),自带图象可测试,为什么用m代码编写?因为易懂,易用,易改写成其他语言,根据您自己的平台和需求,将这经典的算法应用到您自己的课题项目中去吧,请尽情享用-Another classic source of regional growth (regional growth), bring their own images can be tested, why m coding? Because easy-t
Regional_Growth_Act
- 典型,具有代表性的区域增长算法,选取了3个种子。-Typical and representative regional growth algorithm, select the 3 seed.
regiongrow
- 区域增长速算法的C++编程实现代码,带有编程注释。-region grow c++ code for image processing
Region
- 区域增长算法用vc实现的,图像处理用得到-Region of VC
segmentation3D
- 利用itk的区域增长算法,分割三维图像并用vtk进行重建显示-Regional growth in the use of the itk algorithm, segmentation and three-dimensional image reconstruction shows vtk
RegionGrew
- 基于opencv的图像区域增长算法,用c++编写的,希望对大家有帮助-region grew algrithm base on opencv,coding by C++, hope it helps
regiongrow
- 区域增长算法核心,可以根据图像所在区域 找到同一区域的像素(Kernel of region growth algorithm)
region_growing
- 区域增长算法,对相似区域进行补全,用于图像区域修正。(Region growing algorithm, to the completion of similar area, used for correction of image region.)
Region_growing
- 图像分割方法区域增长法,基于区域增长的感兴趣区域分割方法,区域生长是一种根据事先定义好的准则将像素或者子区域聚合成更大区域的过程(Image segmentation algorithm region growth method)