搜索资源列表
biaoshiwuti
- 用VC++ 实现的 图象分割算法,包括 区域生长法,域值法等-with VC image segmentation algorithm, including regional growth, value domain law
stack_seg
- 基于堆栈的图像分割算法,速度较普通区域生长法更快
regiongrow
- 利用区域生长法实现对图象的分割,此为C-C++代码
falseRemoval
- 该基于区域生长法的程序主要用于虚警目标的去除,也可用于对二值图像各块区域面积的计算。
segmentation
- 介绍了视觉颜色空间及其在交互式图像分割中的作用, 实验分析了它的奇异性, 在此基础上, 考虑像素的 空间和色彩分布, 提出了基于区域生长法的多颜色空间、 多度量准则的聚类算法和零碎区域的合并算法, 颜色空间选取HSL 和RGB 两种, 相似性度量包括了种子点、 扩张点和生长区域三个方面, 并用于敦煌壁画图像的分割.
regiongrow.rar
- 区域生长法的图像分割方法,效果分厂不错,值得借鉴!,Region growing image segmentation method, the effect of a good factory, worth learning!
regionIncre
- 区域生长法的C++程序,是关于8邻域的情形-C++ source of region-growing algorithm
dip2
- 区域生长法进行图像分割的c++程序,以一个种子点进行区域生长-Region growing method of image segmentation c++ Procedures to a seed point for regional growth
Regiongrowingmethod
- 区域生长法获取图像边界 必须有种子 可以有很多方法 这里直接鼠标点击-Region growing method to obtain the image the border must have a lot of methods of seed can have a direct mouse click here
3
- 基于区域生长法的MATLAB图像分割程序 -Region growing method based on the MATLAB image segmentation procedure based on the region growing segmentation of the MATLAB program
feige
- 1. 应用自适应中值滤波对图像进行去噪。 2. 根据直方图选择门限值。 3. 对图像中白色的部分应用区域生长法进行分割。 4. 对去噪的后的图像进行求反,然后对方形和三角形应用区域生长法分割。 -1. Application of adaptive median filter for image denoising. 2. According to the histogram selection threshold. 3. For the image in the white p
quyushengzhangfa
- 用matlab编写的区域生长法的程序,通过选择种子和阈值,可以进行图像分割和检查瑕疵-Written by matlab region growing process, by selecting the seeds and thresholds for image segmentation and inspection for defects
MATLAB
- 本算法先将彩色图像变换成灰度图像,在进行基于区域生长法进行图像分割-It segmented image with region growing. Then local adaptation luminance was computed via region-based bilateral filter. It outputted low dynamic range images in conjunction with tone mapping operator.
lsd-1.5
- LSD快速直线检测方法,利用梯度方向和幅值判断的区域生长法,效果较好-LSD Fast line detection methods, the use of gradient direction and magnitude to determine the region growing method, better
dicom_fiveseeds
- 区域生长法对脑部CT图像进行白质分割的matlab源码-baizhi segmentation
dicom_fiveseeds_naoshi
- 区域生长法对脑部CT图像进行脑室分割的matlab算法-naoshi segmentation
Graphics-code
- 图像处理课,课程实验,实现了交互式选择种子,区域生长法进行图像分割,以及采用分裂合并法进行图像分割。-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.
区域生长法代码
- 用区域生长法代码实现对图像的分割,包括阈值的选取(Using region growing method to achieve the image segmentation, including the selection of threshold)
设计模式14号
- 区域生长是一种很重要的图像分割方法。它是指从某个像素出发,比较相邻接像素的特征向量(包括灰度、边缘、纹理等特征),在预先指定的准则下,若它们足够相似则作为同一区域合并,以此方式使相似特征的区域不断增长,最后形成分割图像。(segmentation; cut apart; break up; excision; comminute)
区域生长法
- 区域生长法进行图像分割,通过选取合适的种子点,将感兴趣区域分割出来。(The region growing method is used for image segmentation, and the region of interest is segmented by selecting appropriate seed points.)