搜索资源列表
区域增长法代码
- 此资源为区域增长法的实现代码,用于使用时选取一个合适的种子点进行区域填充,将彩色图像的不同区域分割出来
区域生长分割算法
- 利用堆栈实现的区域生长图像分割算法
OSTU.这是一个阈值分割算法
- 这是一个阈值分割算法,主要用来对图像进行二值化,提取感兴趣区域~~,This is a threshold segmentation algorithm, mainly used for binary images, extract region of interest ~ ~
SeedGrow.rar
- 实现遥感图像的自动区域生长,无需选择种子点,实现图像的自动区域分割。,Remote sensing imagery to achieve an automatic region growing, the need to choose the seed point, automatic image segmentation.
matlab.rar
- MATlab图像分割源代码,包含边缘检测,区域分割,直方图,MATlabapplican
hot.rar
- 图像分割是数字图像处理中的关键技术之一。图像分割是将图像中有意义的特征部分提取出来,其有意义的特征有图像中物体的边缘、区域等,这是进一步进行图像识别、分析和理解的基础。虽然目前已研究出不少边缘提取、区域分割的方法,但还没有一种普遍适用于各种图像的有效方法。因此,对图像分割的研究还在不断深入之中,是目前图像处理中研究的热点之一。,Image segmentation is a digital image processing in one of the key technologies. Ima
IP-Programing
- 1。演示程序中增加了三个鼠标功能的演示程序与真彩色图 像像素数据的显示。 2、新增了四个菜单,即分水岭算法、线段表新应用、论文例图和应 用模块,它们都是交稿后到最近这段时间里所做的工作。新增内 容都是在此编程环境下完成的。 3、分水岭算法菜单中给出了分割粘连图像的四种方法。 4、线段表新应用菜单给出了用种子填色法实现的连通区域分割方法, 它比线段编码法简单,还介绍了用线段表实现数 学形态学中腐蚀膨胀的快速算法。 中所用图像的生成步骤,
673303motionvc
- 带帧差法和区域分割的运动检测。适合初学者-With the frame difference method and regional segmentation of the motion detection. Suitable for beginners
pyramid
- 这是一个基于金字塔的图像区域分割的源代码,很有用,用VC++编写。-This is a pyramid-based image region segmentation of source code, very useful, with VC++ Prepared.
GetFullText2
- 基于形变模型的肺部病灶区域分割与检测方法研究-Deformable model-based segmentation of the lung lesions and detection of
segment
- 使用区域增长的算法进行区域分割。鼠标点击图像的某个区域的某个像素,并指定染色所用颜色(红绿蓝黑),程序执行的结果是用指定的颜色把某个区域显示出来。-Regional growth in the use of regional segmentation algorithm. A mouse click on the image of a pixel region, and specify the dye color used (black and red and green), implement
dajinfayuzhifenge
- 基于图像处理的图像分割大津法分割区域分割-Based on Image Processing Image Segmentation Otsu segmentation method Segmentation
RegionGrowing
- 用matlab实现的区域生长算法,能进行图像的区域分割!-RegionGrowing!!
Segmentation2
- 包括边缘检测、 灰度阈值分割区域分割彩色分割、特殊方法的图像分割-Including edge detection, region segmentation thresholding gray color segmentation, special methods of image segmentation
segmentation
- 成功用VC将图像分割技术演示出来,包括区域分割,和基于幅度额的图像分割等。-The success of image segmentation using VC technology demonstration will be out, including the regional segmentation, and image segmentation based on the amount of such magnitude.
regiongrow
- 利用区域标记进行区域分割,去除面积较小的联通区域-Use of regional segmentation markers, removing smaller areas Unicom
imagefusion
- 提出了一种基于多通道 Gabo r滤波器和 FCM聚类的图像融合新方法。该方法先利用模糊 C2均值聚类算法在多通道 Gabo r滤波器形成的特征空间上对图像进行区域分割 再对待融合图像进行多尺度小波分解 在此基础上利用 Gabo r滤波器提取高频段纹理特征构造区域相似度 ,应用区域相似度及信息量构造加权因子 ,从而得到融合图像的小波系数 最后 ,利用小波逆变换得到融合图像.-Proposed a multi-channel Gabo r filter and FCM clustering f
基于 K-means 聚类算法的图像区域分割
- 图像处理领域,基于 K-means 聚类算法的图像区域分割(Image processing domain, image region segmentation based on K-means clustering algorithm)
基于 K-means 聚类算法的图像区域分割
- 基于K-means聚类算法的图像区域分割(Image region segmentation based on K-means clustering algorithm)
区域生长法
- 区域生长法进行图像分割,通过选取合适的种子点,将感兴趣区域分割出来。(The region growing method is used for image segmentation, and the region of interest is segmented by selecting appropriate seed points.)