登录
首页 » Special Effects » 本程序主要实现图像的边缘提取:实现了以下论文中介绍的新方法:《基于梯度幅值的自适应边缘检测算法.caj》《一种基于_函数的图象边缘检测算法.caj》《一种微分极...

本程序主要实现图像的边缘提取:实现了以下论文中介绍的新方法:《基于梯度幅值的自适应边缘检测算法.caj》《一种基于_函数的图象边缘检测算法.caj》《一种微分极...

于 2023-08-06 发布 文件大小:223.58 kB
0 95
下载积分: 2 下载次数: 1

代码说明:

本程序主要实现图像的边缘提取:实现了以下论文中介绍的新方法:《基于梯度幅值的自适应边缘检测算法.caj》《一种基于_函数的图象边缘检测算法.caj》《一种微分极值的边缘检测算法.kdh》《一种新的边缘检测算法.kdh》,效果很好,很明显,比传统的边缘提取算法更优越。-This procedure mainly realize the image edge detection: the achievement of the following papers introduce a new method:

下载说明:请别用迅雷下载,失败请重下,重下不扣分!

发表评论

0 个回复

  • 一个比较完整的图像DSP处理程序,主要进行较高级的图像处理工作。...
    一个比较完整的图像DSP处理程序,主要进行较高级的图像处理工作。-a relatively complete DSP image processing, mainly for higher image processing work.
    2022-01-25 18:35:54下载
    积分:1
  • 我编写的教学用的图象处理实验指导书和VC源码,详细内容看指导书。此外辅助程序可以把一个彩色图象转变为灰度图象,因为实验内容主要是处理灰度图象的;并且辅助程序是基...
    我编写的教学用的图象处理实验指导书和VC源码,详细内容看指导书。此外辅助程序可以把一个彩色图象转变为灰度图象,因为实验内容主要是处理灰度图象的;并且辅助程序是基于Windows C编程的,可以籍此更多了解windows编程的核心机理。-I prepared teaching image processing experimental guide books and VC source, the details look to guide books. In addition auxiliary procedures can be a color image into gray-scale images, mainly because the experiments deal with gray-scale images and auxiliary procedure is based on the Windows C programming, you can take to learn more about the core of windows programming mechanism.
    2022-03-12 05:10:33下载
    积分:1
  • 图像刻画的程序,来自于数字图像处理典型算法这本书,开发环境是VC...
    图像刻画的程序,来自于数字图像处理典型算法这本书,开发环境是VC-from a book,very useful
    2022-03-18 05:57:16下载
    积分:1
  • 本程序通过VC++实现了BMP图像的梯度锐化
    本程序通过VC++实现了BMP图像的梯度锐化-This procedure, through VC to achieve a gradient BMP image sharpening
    2022-01-26 01:50:28下载
    积分:1
  • Graphic image processing function and a detailed list of commands, it is a detai...
    图形图像处理函数命令及详细列表,很详细地介绍了图形图像处理函数接口.-Graphic image processing function and a detailed list of commands, it is a detailed description of the graphic interface of image processing functions.
    2022-12-16 00:20:03下载
    积分:1
  • 数字图像处理最基本的一些算法,包括图像的Hough变换.维纳滤波.拉普拉斯高斯边缘检测等,是txt格式的源文件。...
    数字图像处理最基本的一些算法,包括图像的Hough变换.维纳滤波.拉普拉斯高斯边缘检测等,是txt格式的源文件。-Digital image processing some of the most basic algorithm, including the image of the Hough transform. Wiener filter. Laplacian of Gaussian edge detection and so on, are the source txt file format.
    2022-01-31 10:00:48下载
    积分:1
  • According to informative gray
    根据灰度图像信息量大、可视化效果好等特点,提出一种基于灰度图像水印的空间域矢量地理空间数据水印算法,即先将灰度图像水印信息按一定法则进行处理,再将处理后的水印信息嵌入到空间域矢量地理空间数据中,最后对嵌入水印信息的矢量地理空间数据进行检测。文中还对矢量地理空间数据进行了攻击实验,分析表明,提取出的灰度图像水印具有较好的鲁棒性效果和一定的实用价值。-According to informative gray-scale images, visual effects and good characteristics of a gray-scale image watermarking based on space vector geospatial data domain watermarking algorithm, that is, first gray image watermark information according to certain rules to deal with, and then treatment after the watermark information embedded into the space domain vector geospatial data, the last of the embedded watermark information vector geospatial data for testing. The article also vector geospatial data on the attacked experiment, analysis showed that the extracted gray-scale image watermarking has good efficacy and robustness of practical value.
    2023-03-20 06:15:03下载
    积分:1
  • a method for extracting distinctive invariant features from images that can be...
    SIFT算法由D.G.Lowe 1999年提出,2004年完善总结。后来Y.Ke将其描述子部分用PCA代替直方图的方式,对其进行改进。 2 SIFT 主要思想 SIFT算法是一种提取局部特征的算法,在尺度空间寻找极值点,提取位置,尺度,旋转不变量。 -a method for extracting distinctive invariant features from images that can be used to perform reliable matching between different views of an object or scene. The features are invariant to image scale and rotation, and are shown to provide robust matching across a a substantial range of affine distortion, change in 3D viewpoint, addition of noise, and change in illumination. The features are highly distinctive, in the sense that a single feature can be correctly matched with high probability against a large database of features from many images.
    2022-06-20 23:30:48下载
    积分:1
  • write their own image processing filters used in the source code, can be slightl...
    这是一个自己写的图像处理中常用的滤波器程序源代码,可以稍加修改为自己需要的东西。希望对大家有用。-write their own image processing filters used in the source code, can be slightly modified for their needs. We hope that the right useful.
    2022-09-19 04:35:03下载
    积分:1
  • 关于字母数字识别的图像数字处理,有特征提取等,是c++程序
    关于字母数字识别的图像数字处理,有特征提取等,是c++程序-Alphanumeric identification on digital image processing, feature extraction, etc. have is c++ Procedures
    2023-03-15 20:15:03下载
    积分:1
  • 696518资源总数
  • 105678会员总数
  • 22今日下载