搜索资源列表
边缘检测算法
- 该工具箱专为模式识别定制,主要是数字图像识别,比如特征提取、图像分类、PCA、LDA、ICA、DCT、RBF、RBE、GRNN、KNN、minimum distance、SVM等等
图像边缘检测与提取源代码
- 用matlab实现图像边缘识别并提取其特征
log边缘检测
- 边缘检测是图像处理和计算机视觉中的基本问题,边缘检测的目的是标识数字图像中亮度变化明显的点。图像属性中的显著变化通常反映了属性的重要事件和变化。 这些包括(i)深度上的不连续、(ii)表面方向不连续、(iii)物质属性变化和(iv)场景照明变化。 边缘检测是图像处理和计算机视觉中,尤其是特征提取中的一个研究领域。 图像边缘检测大幅度地减少了数据量,并且剔除了可以认为不相关的信息,保留了图像重要的结构属性。有许多方法用于边缘检测,它们的
基于MATLAB的储粮害虫图像处理方法
- 摘要:在对粮虫图像处理过程中,介绍了Matlab图像处理工具箱中的函数,给出了图像处理与分析的技术实现, 边缘检测及轮廓提取, 通过形态学方法进行图像特征抽取与分析,达到了比较好的效果.-Abstract : In the right grain pest image processing, introduced the Matlab toolbox image processing functions, given image pro
ImgSeg
- 哥们图像边缘检测与特征提取的毕业设计,包括全部经典算法,还有他自己的改进,VC6下测试通过。(这个改进我不是很懂,不要问我!:))-Miners Edge detection and feature extraction graduate design, including all classic algorithms, and his own improvement, VC6 under test. (This I do not kn
snakedemo
- 功用:利用snake算法实现数字图像的边缘检测,图像分割以及特征提取-function : use of snake algorithm for digital image edge detection, image segmentation and feature extraction
MatlabSIFT
- 一个进行特征提取的算法,主要可以进行特征点的检测以及与之相关的边缘检测-a feature extraction algorithm, the main feature points can be detected and the associated Edge Detection
pCed
- 最优的阶梯型边缘(step edge)检测算法---Canny边缘检测方法,边缘检测是提取图像特征的首要条件.一种改进型Canny边缘检测算法-optimal ladder edges (step edge) detection algorithm-- Canny edge detection method , edge detection image feature extraction is the first condition.
waveletC++
- 特征提取中利用小波边缘检测C++源码,希望对大家有用,而且偶也能下载程序了,-feature extraction using wavelet edge detection C source code, we hope to useful, but can even download, Ha ha
A_FAST_ALGORITHM_TO_DETECTING_RUNWAY_FROM_REMOTE_S
- 文章在分析机场跑道结构特征的基础上,提出了一种从高分辨率遥感图中检测机场跑道的方法。具体介绍了嵌入置信度的边缘检测算法和基于线基元的直线提取方法-The article in the analysis of structural characteristics of the airport runway on the basis of a map from high resolution remote sensing detectio
paper
- 火灾图像边缘检测和轮廓提取算法研究.pdf 基于火焰图像动态特征的火灾识别算法.pdf-Fire image edge detection and contour extraction algorithm. Pdf flame image based on the dynamic characteristics of the fire recognition algorithms. Pdf
ImageTest6
- 数字图像处理学--VC++实现 边缘检测 特征提取 图像识别 分类算法-Visual C++ Digital Image Proccessing
leituoyuantezhengzidongshibiejiyaxiangsutiqudewanz
- 针对视觉检测中高精度、自动化类椭圆图像特征提取的需要,提出一种类椭圆特征自动识别和中心亚像 素定位的完整实现方法。方法中采用基于类椭圆边缘属性对特征区域进行自动识别,采用最小二乘椭圆拟合 精确求取类椭圆亚像素定位中心。实验表明,基于该解决方案,可以实现类椭圆特征的自动识别及椭圆中心的 亚像素定位,定位算法精度较高,鲁棒性强,同时简便易行,不需要人机交互,可以很好地满足视觉检测仪器化 需求。-Vision testing
adistortedimagerectificationalgorithmbasedonleasts
- 针对高精度的畸变图像,提出了一种基于最小二乘影像匹配的高精度畸变图像矫正算 法. 算法首先利用特征提取与边缘检测对图像进行预处理,并且将特征匹配与最小二乘算法相 结合,从而实现了图像与模板之间精确的子像素定位与匹配. 实验表明,该算法较好的解决了目前高精度畸变图像矫正算法中普遍存在的定位和匹配精度较差的缺陷,图像矫正效果良好,是一种有效的畸变图像矫正算法.-Image distortion for high-precision,
Image
- 一篇很优秀的关于图像边缘检测和特征提取算法的博士论文,文中介绍了不少有益的算法。-On a very good edge detection and feature extraction algorithm doctoral dissertation, In this paper, many useful algorithms.
08
- 本程序讲解了数值图像边缘检测,特征轮廓提取及跟踪,以及C++实现。-This procedure on the numerical edge detection, contour extraction and tracking characteristics, as well as C++ to achieve.
matlab-susan
- 图像处理中,一种新的边缘检测,特征点提取方法,算法经过测试,可以运行,对医学图像处理的人有帮助-Image processing, a new edge detection, feature point extraction method, the algorithm has been tested, you can run on the medical image processing to help the people
GUISUSAN
- 边缘是图像最基本的特征,是图像分割的第一步。经典的边缘检测方法如:Roberts,Sobel,Prewitt,Kirsch,Laplace等方法,基本都是对原始图像中象素的小邻域构造边缘检测算子,进行一阶微分或二阶微分运算,求得梯度最大值或二阶导数的过零点,最后选取适当的阀值提取边界。由于这些算法涉及梯度的运算,因此均存在对噪声敏感、计算量大等缺点。在实践中,发现SUSAN算法只基于对周边象素的灰度比较,完全不涉及梯度的运算,因此其抗噪
snake
- 利用snake算法实现数字图像的边缘检测,图像分割以及特征提取-Snake algorithm using digital image edge detection, image segmentation and feature extraction
边缘检测特征提取
- 本程序是使用Matlab编写的对于图像的边缘检测特征提取,很实用的。(This procedure is written using Matlab, for the image edge detection, feature extraction, it is practical.)