搜索资源列表
canny
- canny检测器是很有效的边缘检测器,该函数可以实现对目标图像的边缘提取。该方法总结如下:1.图像使用带有指定标准差的高斯滤波器来平滑,以此减少噪声;2.在每一点计算局部梯度和边缘方向;3.第二步中确定的边缘点会导致梯度幅度图像中出现脊,然后追踪所有脊的顶部,并将所有不再脊顶部的像素设置为0;4.执行边缘链接-canny detector is very effective edge detector, this function ca
Canny_only_used
- 函数实现使用Canny边缘检测算子进行基于内容的图像检索,效果较好-The function of the program is to use Canny to retieve database images.
CannyEdgeDetection
- Canny边缘检测的高斯卷积,索贝尔operation.entire代码组成,是在建MATLAB函数任何自由,除了必须改变形象reading.threshold根据图像和被提取的特征。 做检查更新的高斯卷积文件,它比前一个准确 请注意,代码的执行时间是low.This是因为没有内在的功能被使用。 为了提高车速了,请改为内置的功能“conv2“的卷积码 -canny edge detection compris
mycanny.m
- canny算法的一个简易实现,关于两个阈值的连接问题采用了膨胀的方法,较为使用,经比较发现与matlab自带函数相差不大-canny algorithm is a simple implementation, two thresholds on the issue by the expansion of the connection method, the more use, by the comparison function tha
3Canny
- Canny算子,边缘检测,函数编写~Canny算子的详细实现,使用Gaussian 滤波器先滤波之后计算。-Canny operator, edge detection, a function to write the detailed implementation of the ~ Canny, count son, after calculation using Gaussian filter before filtering.
zsy
- 边缘检测canny算子,未使用系统自带函数运算耳饰自己改编的-Edge detection canny operator, not use the system comes the function computing earrings own adaptation
my_canny
- canny边缘提取算法。opencv仅用于读图,没用使用它的函数。-canny edge detection algorithm. opencv only for digitizing, useless functions that use it.
image-edge-detection
- 压缩包含一个文件夹和三个文档。文件夹是图片Canny边缘检测的工程文件,有源代码和可执程序。三个文档是介绍在MFC中如何添加关联函数来使用openCV。-Contains a compressed folder and three documents. Pictures folder is Canny edge detection project files, source code and executable programs. T
CVMFC
- C++ MFC OpenCV和MFC的实例,包括界面程序+各种图像处理操作,演示如何在MFC中使用OpenCV,由3部分组成。一、Windows 下用 MFC 编制的程序框架,采用设备无关位图DIB实现Windows多文档模式下图像的显示,实现显示的关键函数StretchDIBits的原型; 二、调用 OpenCV 函数实现处理 使用 OpenCV 函数处理图像在 MFC 环境下显示,实现功能为图像平滑、图像缩小与Canny
Canny
- Canny边缘检测:(1)使用OPenCV函数完成;(2)自己写的Canny边缘检测函数。效果较好-Canny edge detection: (1) use OPenCV function is completed (2) Write your own Canny edge detection function. Better
5_Canny
- 程序描述:使用canny函数进行灰度边缘检测.-Program descr iption: Using canny edge detection function of gray.
canny
- 学习opencv基础知识,进行canny检测,使用函数:Canny-Basic knowledge of learning opencv, canny tests, using the function: canny.
Canny
- 本人编写的基于opencv的canny函数,注意不是直接使用cvCanny函数的哦!!有需要掌握canny内部原理的人推荐下载-I prepared opencv based canny function, attention is not directly cvCanny function Oh! ! There is a need to grasp the principles of the internal canny peopl
canny函数用法
- canny边缘检测 先滤波 转化成灰度图 再进行边缘检测(edge detection using canny function)
WeChat_jump
- 电脑模拟按键实现微信跳一跳自动跳跃。首先就是在上传的autojump.png图片上进行模板匹配,匹配出小人,并计算小人的坐标;如上图所示,框出来的用红色箭头所指即为小人的坐标! 然后就是通过Canny()函数进行图像的边缘检测,这里使用的阈值为5,10基本可以检测出所有边缘信息(Computer simulation keys to achieve WeChat jump one jump automatically. First of