搜索资源列表
区域增长
- 本代码为区域增长算法,通过区域增长法可以进行图像区域分割
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
ZUDASAHNG_SEGmention
- 图像局部最大熵进行区域增长的多目标分割方法 .以局部熵最大值作为目标种子 ,运用区域增长技术实现多目标分割 ,一种常用的方法是预先给图像设置初始增长元,即预先投掷种子,在一定的规则下由增长元开始增长,这种方法需要对不同的区域投掷不同的种子.但是,对复杂多目标图像,投掷种子是一件比较困难的事.在背景变化比较大的多目标图像中,目标与背景是不同的,目标的灰度相对变化较小,而背景的灰度变化比较大.从信息论角度看,灰度变化小的地方其信息量少,局部
region
- 区域图象分割的源码,基于区域增长的分割的代码-Image segmentation of the source region, regional growth based on code division
RAG
- 包含区域增长算法 区域合并算法 和阈值分割算法-Regional growth algorithm contains the algorithm and region merging threshold segmentation algorithm
regiongrow
- 用IDL编写的区域增长代码,可以实现图像区域边界提取的区域增长处理-IDL used to prepare the regional growth of the code, you can realize the image region of the regional growth boundary extraction treatment
matlabRegionGrow
- 基于matlab的区域增长算法,能够有效地实现区域增长,实现快速的计算-Matlab-based regional growth algorithm, can effectively realize the regional growth, achieve rapid calculation of
Yuzhifenge
- 图像阈值分割,包括:直方图门限选择、半阈值选择和迭代阈值。图像边缘提取,包括:轮廓提取、边界跟踪和区域增长-Image threshold segmentation, including: histogram threshold selection, quasi-threshold selection and iterative thresholds. Image Edge Detection, including: contour e
111regionbest
- 基于区域生长,(区域增长)的目标分割方法,简单实用,易上手,m语言编写,易懂易用,没有调用内部函数,方便以后改写为c语言代码,请尽情享用-Based on regional growth, (regional growth) of the object segmentation method is simple and practical易上手, m language easy to understand and use, there
111quyushengzhang
- 又一个经典区域生长源码(区域增长),自带图象可测试,为什么用m代码编写?因为易懂,易用,易改写成其他语言,根据您自己的平台和需求,将这经典的算法应用到您自己的课题项目中去吧,请尽情享用-Another classic source of regional growth (regional growth), bring their own images can be tested, why m coding? Because easy-t
111Regionbetter
- 经典区域生长源码(区域增长),比起灰度阈值法有不可比拟的优势,一旦尝试,欲罢不能啊,只是,在实时性应用方面还有待改进,m代码编写易懂,易用,易改写成其他语言,如果改写成c,应该速度有所提高.请尽情享用-Classical region growing source (regional growth), compared to gray-scale threshold method has unparalleled advantages,
Regional_Growth_Act
- 典型,具有代表性的区域增长算法,选取了3个种子。-Typical and representative regional growth algorithm, select the 3 seed.
regiongrow
- 区域增长速算法的C++编程实现代码,带有编程注释。-region grow c++ code for image processing