搜索资源列表
edgedetct
- 基于Visual C++的图像边缘检测和图像分割的源代码
123
- 基于Visual C++的图像边缘检测和图像分割的源代码
byjc
- 基于边缘检测的细胞图像分割方法研究与实现
基于数学形态学的边缘检测和图像分割方法
- VC原代码很好的程序,请大家参考-VC source good procedures, please refer to
matlab
- 基于MATLAB-GUI图形界面的数字图像处理软件 本系统设计基于GUI图形界面,用matlab语言编写代码,实现功能包括图象的读取、存储、显示、直方图均衡化、阈值化、小波分解、小波重构、加噪、去噪、平滑、锐化、边缘检测、图像分割等-MATLAB-GUI graphical user interface based on digital image processing software of the system design is based on GUI graphical interfa
coloredgedetection
- 基于形态学的彩色边缘检测,首先在RGB空间对原彩色图像的R,G,B三副伪彩色图像分别进行形态学边缘检测,然后对三副图像的边缘强度进行合并,采用阈值分割法提出图像的轮廓边缘。-Based on morphological edge detection of color, first of all in RGB space to the original color image of the R, G, B three pseudo-color image, respectively, morpho
TuXiangShu
- 本书主要论述了智能图像处理技术,系统介绍了智能图像处理技术的有代表性的思想、算法与应用,跟踪了图像处理技术的发展前沿。全书共分为15章,重点讨论了图像边缘检测、图像分割、图像特征分析、图像配准、图像融合、图像分类、图像识别、基于内容的图像检索与图像数字水印。此外,为了内容的完整性,本书还介绍了图像预处理技术,如图像采集、图像变换、图像增强、图像恢复、图像编码与压缩-This book focuses on intelligent image processing technologies, sy
fengefa
- 基于一种新的二值化优化方法 与 实现:综合全局二值化与边缘检测的图像分割方法-Based on a new binarization method and the realization of optimization: an integrated global binarization and edge detection for image segmentation method
imagesegmenttheroyandapplication
- 1.图像分割方法研究综述;2.基于边缘检测算子的双阈值二值化方法;3.结合形状统计信息的水平集图像分割 4.基于方向局部方差的快速主动纹理分割 5.基于目标轮廓的运动跟踪 6.左心室核磁共振图像的分割-1. Methods of image segmentation 2. Based on Edge Detection Operator of dual-threshold binarization methods 3. Combined with the shape of the level
GUISUSAN
- 边缘是图像最基本的特征,是图像分割的第一步。经典的边缘检测方法如:Roberts,Sobel,Prewitt,Kirsch,Laplace等方法,基本都是对原始图像中象素的小邻域构造边缘检测算子,进行一阶微分或二阶微分运算,求得梯度最大值或二阶导数的过零点,最后选取适当的阀值提取边界。由于这些算法涉及梯度的运算,因此均存在对噪声敏感、计算量大等缺点。在实践中,发现SUSAN算法只基于对周边象素的灰度比较,完全不涉及梯度的运算,因此其抗噪声能力很强,运算量也比较小。并将SUSAN算法用于多类图像的
segmentation
- 基于边缘检测和区域生长的自然彩色图像分割源码-Based on edge detection and region growing source of natural color image segmentation
lichang
- 基于力场分布的图像处理源程序。包括基于力场的图像分割、边缘检测等。-Distribution of image processing based on force field source. Include force field-based image segmentation, edge detection.
design
- 毕业设计 图像分割算法实现与比较 基于阈值的分割算法,基于边缘检测的分割算法,基于区域的分割算法-image segmetation
deer
- 对灰度图像或RGB图像,进行基于边缘检测和区域生长的图像分割技术-On grayscale images or RGB images, for edge detection and region growing-based Segmentation
deer
- 基于边缘检测的图像分割算法,采用了多种边缘提取算子-Image segmentation based on edge detection algorithm, using a variety of edge detection operator
bianyuanjiance
- 基于matlab的图像的边缘检测及图像分割源代码-Matlab image based on edge detection and image segmentation source code
wangzhen
- 利用图像处理工具箱的相关函数,对图像进行基于边缘检测的图像分割。-An object can be easily detected in an image if the object has sufficient contrast from the background.
1
- 基于log算子边缘检测的图像分割可以调节分割模式以及参数值。(Image segmentation based on Log Operator edge detection can adjust segmentation mode and parameter value.)
基于脉冲耦合神经网络的图像分割程序
- 近年来,基于Eckhorn的猫视觉皮层模型的脉冲耦合神经网络(Pulse Coupled Neural Net,PCNN),已被广泛用于图像平滑、分割以及边缘检测等图像处理领域的研究中,并显示了其优越性。(Pulse Coupled Neural Net,PCNN)
图像处理基于matlab的源码
- 内容包括图像显示,集合变换,灰度变换,平滑处理,边缘检测,图像分割,形态处理,变换域处理,小波变换等源码