搜索资源列表
-
1下载:
一个基于c++的区域生长算法程序,从种子点选取到生长规则的确定,很详细。,C++-based region growing algorithm process, from seed selection to the growing point of identification of the rules in great detail.
-
-
1下载:
在最优阈值分割的基础上,用自动区域生长去除气管/支气管区域,对边界跟踪法进行改进以快速
去除背景干扰和获得肺部边界,最后进行肺部边界修补得到完整的肺部图像。算法采用迭代法寻找最
优阈值解决了阈值选取的敏感性问题,提出了基于前层图像中气管/支气管位置的气管/支气管提取方
法,避免了种子点的人工选取,基于前次搜索方向改进了八邻域搜索方法来提高边界跟踪的速度。
-In the optimal threshold segmentation based on region growing
-
-
0下载:
最快区域种子点填充算法
最快区域种子点填充算法
计算机图形学-The fastest growing regional seed filling algorithm seed points, the fastest growing region filling algorithm in computer graphics
-
-
1下载:
图像处理中的区域生长算法,利用若干种子点的选取进行区域生长。-Image processing region growing algorithm, using several seed points selected for regional growth.
-
-
2下载:
采用种子区域生长(seeded region growing)算法对灰度图像和彩色图像进行分割-The seed region growing (seeded region growing) algorithm for gray image and color image segmentation
-
-
0下载:
基于OpenCV的区域生长算法,自选一个种子点,进行区域生长,也可以进行多个种子点的选取-OpenCV-based region growing algorithm, the choice of a seed point, region growing, and can also select multiple seed points
-
-
0下载:
基于种子点8邻域的区域生长算法,以交互式设定初始种子.-Interactive setting initial seed seed point neighborhood-based region growing algorithm.
-
-
0下载:
区域生长算法被证实是一个有效的图像分割方法。区域生长的基本方法是从被分割对象
里作为种子区域(通常是一个或多个像素)的一个区域开始,在种子区域的相邻像素寻找与种
子像素有相同或相似性质的像素,并将这些像素合并到种子像素所在的区域中。将这些新像
素当作新的种子区域继续进行上述过程。区域生长算法主要取决于用来选择确定为种子区域
像素的标准、用来确定相邻像素的连通性类型和用来访问相邻像素的策略。-Region growing algorithms have proven to be a
-
-
0下载:
基于种子点8—邻域的区域生长算法的matlab实现,希望对大家有帮助-Based on the seed point 8- neighborhood region growing algorithm matlab realize, we hope to help
-
-
1下载:
自适应区域生长算法MATLAB实现。可以较好完成单种子点的区域生长工作-Adaptive region growing algorithm MATLAB. Can better complete a single seed point region growing work
-
-
0下载:
此代码是基于区域生长的图像分割算法,人工选择种子点然后进行分割-This code is based on region growing image segmentation algorithm, artificial selection of seed points and then divided
-
-
0下载:
区域生长算法
种子点 (x,y)
J = regiongrowing(I,x,y,t)
I为输入图像
J输出图像
t : 最大密度距离 (缺省为0.2)-Region growing algorithm
Seed point (x, y)
J = regiongrowing (I, x, y, t)
I is the input image
J output image
t: maximum density distance (default
-
-
0下载:
基于边缘检测和自动种子区域生长的图像分割算法-Image segmentation algorithm based on edge detection and automatic seed region growing
-
-
0下载:
基于种子点8-领域的区域生长算法,程序运行后,会弹出一个包含原图像的窗口,用户可以用鼠标在其中选取一个种子点并下“Enter”键,之后会出现分割结果-Region growing algorithm based on seeds point 8- field, after the program is running, will pop up a window contains the original image, in which the user can use the mouse to
-
-
0下载:
这是一个简单的区域生长算法,方便新手学习使用。-this is a simple region growing algorithm available for new learners.
-