搜索资源列表
FuzzyEdge
- 基于数学形态学的模糊边缘检测算法,及相关的开闭运算等-based on mathematical morphology of the fuzzy edge detection algorithms, and related opening and closing, etc.
DImageProcess
- 数字图像处理的一些源码,包括图像增强,图像边缘检测与图像分析还有数学形态学的运算
imgproc
- 对图像进行空域,时域,边缘与区域检测,编码,数学形态学功能的实现。
RemoteSensingImageProcess
- 可用于遥感图像增强,边缘检测,轮廓提取与跟踪,Hough变换, 图像分割,图像匹配,投影法与差影法。图像几何变换,图像正交变换,图像灰度变换,图像的压缩编码,图像的数学形态学运算,图像复原,图像特技显示。
基于数学形态学的边缘检测和图像分割方法
- VC原代码很好的程序,请大家参考-VC source good procedures, please refer to
图象处理集合
- 图象处理集合(对位图的处理)包括如下: 1.图象分析:图象分割和边缘检测 2.图象编、解码:huff,PCX,GIF,JPG等; 3.滤波处理:包含多种滤波器(高,低通,交互式带阻); 4.数学形态学:图象的腐蚀和膨胀,开、闭运算,图象的粗、细化等; 此外还有视图的编辑、灰度处理、图象恢复、小波分解和重构等等。-image processing pool (right bitmap processing) include the following : 1. Image analysis : S
TracKIT
- TrackIT是一款开放式的机器视觉开发平台,目前集成了从相机输入、色彩转换、彩色图像处理、灰度图像处理、二值图像处理、阈值分割、边缘检测、Blob检测、相机标定、Kalman滤波器、光流跟踪器、最近邻域跟踪、数学形态学方法、机器学习算法等近100个组件,并在不断添加更新中,采用开源OpenCV、WxWidgets、CMU139等标准工具,使用XML动态解析界面,所有参数在界面上直接调整,同时可立即看到调整效果,并可动态加载组件,可用于一般科学研究和机器视觉系统开发。运行时需要.net框架支持。
DImageProcess
- 实现数字图像基本处理算法,DImageProcess工程只需载入Bmp格式的文件,便可通过菜单实现各种处理算法, 需要强调一点,其只对256色格式的图片进行处理。包括图像增强,边缘检测与图像分析,图像的压缩编码,以及数学形态学等等,很不错的。-The realization of the basic digital image processing algorithms, DImageProcess works just loading Bmp format documents, will
1
- 本文研究了数学形态学医学图像滤波一医学图像边缘检测一医 学图像边缘连接一医学图像分割,提出了相关的理论和方法,并通过 实验加以验证-In this paper, the mathematical morphology medical image filtering a medical image edge detection of a medical image edge connector of a medical image segmentation, put forward the
vehiclenumberplatesegmentationandextraction
- 车牌检测与识别技术的相关技术: 提出一种梯度增强法对图像边缘进行增强, 该方法主要通过对图像本身信息进行简单梯度变换以突出图像边缘, 并辅以数学形态学中的膨胀法实现牌照的快速定位. 在字符分割部分, 给出了最小面积旋转法以确定牌照的最佳旋转角, 并采用垂直投影法分割牌照中的字符 -License plate detection and recognition technology related technologies: a gradient-enhanced
IP-Programing
- 该源码是在VC6.0环境下运行成功,涉及数字图像处理的基础内容,包括图像增强,图像锐化,边缘检测,数学形态学处理,图像复原,图像重建。本程序是MFC图形化界面设计。-The source code is successfully run VC6.0 environment, involving the basis of digital image processing, including image enhancement, image sharpening, edge detection,
program
- 数字图像处理领域中的一些应用实例,以理论和实践相结合的方式,系统地介绍了如何使用C#进行数字图像处理。 全书共11章,分别讲述了图像的点运算、几何运算、数学形态学图像处理方法、频率变换、图像平滑与去噪、边缘检测、图像分割、图像压缩编码和彩色图像处理等相关技术。-Digital image processing in the field of some application examples to the theory and practice, a combination of syst
licencelocation
- 各种车牌定位算法,包括基于数学形态学、模板匹配、纹理、边缘检测和颜色特征等!-A variety of license plate location algorithm, including those based on mathematical morphology, template matching, texture, edge detection and color characteristics!
xingtaixuejiance
- 用数学形态学方法进行医学图像的边缘检测,程序调试通过-nice programs
duochidushang
- 提出了一种基于数学形态学的多尺度熵权边缘检测方法。信息熵为图像的内在特性,由它来决定不同结构元 素所提取的边缘在最终合成边缘中所占的比重,是自适应的和客观的-A multi-scale based on mathematical morphology edge detection method of entropy. Information entropy inherent characteristics of the image, from which different structur
mathematical_morphology_edge_detection
- 该压缩包里面收集的是基于数学形态学的图像边缘检测方法的文献,有十几篇。-Collected inside the archive is based on mathematical morphology edge detection literature, there are more than a dozen.
2010
- 本人自己编写的MATLAB图像处理代码,绝对能用,包括图像滤波、分割、边缘检测、数学形态学等-I have written in the MATLAB image processing code, the absolute can be used, including image filtering, segmentation, edge detection, mathematical morphology, etc.
567paper
- 基于数学形态学的自适应边缘检测新算论文的电子书-paper
a
- 基于小波变换和数学形态学的遥感图像边缘检测,克服了sobel算子的缺陷-Based on wavelet transform and mathematical morphology edge detection for remote sensing image, to overcome the shortcomings sobel operator
dxl
- 本代码是一个很好的利用数学形态学进行边缘检测的方法,克服了很多经典算法的缺点。-This code is a good use of mathematical morphology for edge detection method, overcome many shortcomings of the classical algorithm.