搜索资源列表
边缘分割程序
- 边缘图象分割程序,是使用vb编程,希望有帮助-edge image segmentation procedures, the use of vb programming, with the hope of helping
sobel算子边缘检测算法
- 用sobel算法 进行8位位图的边缘检测
图象边缘检测代c码
- 图象边缘检测代c码-Edge Detection of c-generation code
图象处理集合
- 图象处理集合(对位图的处理)包括如下: 1.图象分析:图象分割和边缘检测 2.图象编、解码:huff,PCX,GIF,JPG等; 3.滤波处理:包含多种滤波器(高,低通,交互式带阻); 4.数学形态学:图象的腐蚀和膨胀,开、闭运算,图象的粗、细化等; 此外还有视图的编辑、灰度处理、图象恢复、小波分解和重构等等。-image processing pool (right bitmap processing) include the fol
图象的边沿检测与提取,轮廓跟踪算法代码
- 图像处理程序代码,图像边缘检测与提取,轮廓跟踪算法-image processing code, edge detection and extraction, contour tracking algorithm
图象增强
- 该程序首先利用小波变换,然后过滤噪音,最终实现图象边缘效果增强的功能-the procedure using wavelet transform, and then filter the noise, and eventually realizing Edge effects enhanced functionality
图象的边缘检测与提取,轮廓跟踪代码
- 看看,一个图象处理程序哦,挺多功能 图象的边缘检测与提取,轮廓跟踪代码-see an image processing procedures Oh, Ting multifunctional image edge detection and extraction, contour tracking code
数字图象处理(几何变换,边缘检测,图象增强)
- 数字图象处理源码集(几何变换,边缘检测,图象增强)-source digital image processing sets (geometric transformation, edge detection, image enhancement)
边缘分割程序
- 边缘图象分割程序,是使用vb编程,希望有帮助-edge image segmentation procedures, the use of vb programming, with the hope of helping
边缘检测及轮廓跟踪
- 边缘检测及轮廓跟踪 C程序设计对数字图象进行边缘提取,其中包括了多个常用的算子,还包括了拉氏锐化.-edge detection and tracking C Contour Design of digital images from the edge, which included a number of commonly used operator, Rumsfeld also includes sharpening.
一个不错的基于小波图象处理软件自己作的
- 一个图象处理的小软件,可以用来图象各种处理,灰度处理,边缘检测等-a small image processing software, images can be used for various processing, Gray processing, edge detection, etc.
图象处理源代码
- 图象处理的代码,包括灰度拉伸,边缘检测,图象处理各个算法程序完全,代码完整。-source codes for image processing,including grey scale stretching,edge detection,and the like. each algorithm or code is complete.
图形图象处理之边缘检测
- 这也是图形与图象处理中方面的---边缘检测;包括:Roberts边缘算子,Sobel边缘检测算子,Kirsch边缘检测算子,拉普拉斯算子,高斯拉普拉斯算子。-graphics and image processing-- the edge detection; : Roberts edge operator, Sobel edge detection operator, Kirsch edge detection operator, L
彩色图像的边缘检测
- 本人依据一篇文献介绍的方法编的彩色图像边缘检测程序,其效果要由于一般的方法。-literature on the basis of a methodology for the Color Edge Detection procedures, the effect due to the general approach.
用LOG滤波器提取图像边缘
- LOG滤波器提取边缘 1 用LOG滤波器提取图像边缘 2 比较直接滤波和先缩小原图进行滤波再插补的乘法次数-LOG edge extraction filter with a filter LOG Image Edge Extraction two relatively straightforward first narrow filter and maximum interpolation filtering further
图像旋转和边缘提取
- 基本的图像处理方法:灰度图像,二值图像,提取边缘,图像旋转-basic image processing methods : gray-scale images, two binary images, edge extraction, image rotation
SUSAN边缘检测的实现代码
- SUSAN边缘检测的Matlab实现代码,用于静态图象的边缘检测,效果要视具体图象来定-SUSAN Edge Detection Matlab code for static images of edge detection, the effect would depend on the specific images to determine
waveletC++
- 特征提取中利用小波边缘检测C++源码,希望对大家有用,而且偶也能下载程序了,-feature extraction using wavelet edge detection C source code, we hope to useful, but can even download, Ha ha
txfg
- 二维图象的几种经典方法图象分割和边缘检测源代码,效果比较理想-Two-dimensional images of several classical methods of image segmentation and edge detection source code, the effect of a more satisfactory
Houghtransformation
- 将霍夫变换与最小二乘法相结合,研究对实验数据和图像处理中的二值边缘图进行直线拟合的方法。 首先,用霍夫变换剔除数据点集中的干扰点或噪声,并将分布在不同直线附近的点分离出来 然后,用最小二乘法 拟合各直线。该方法既解决了直接使用最小二乘法拟合时,拟合直线易受干扰点或噪声的影响和数据点分布在 多条直线附近而无法拟合的两个问题 同时也解决了直接使用霍夫变换时,拟合直线精度不高和直线段有效区间 不容易控制的问题。-The Ho