搜索资源列表
Image
- 在VC++上实现opencv处理图像的 常用算法 如 Soble,Canny,拉普拉斯,腐蚀,-Opencv processing images on VC++ common algorithms such as Soble, Canny, Laplace, corrosion, etc.
Canny
- 基于VC++ Canny算子提取边缘算法-Based on VC++ Canny operator edge extraction algorithm
canny
- canny算法检测图像边缘,通过参数调节,可以得到较好的结果-canny algorithm for image edge detection, parameter adjustment, you can get better results
Canny
- 首先利用C实现了一个图像边缘提取的算法,然后利用vivado高层次综合,将其综合为verilog代码。-First, the use of C implements a image edge extraction algorithm, then use vivado high-level synthesis, as its comprehensive verilog code.
06zj_canny-(1)
- canny算法,用于边缘检测-canny algorithm for edge detection
bmp-bianyansuanfa
- 求bmp图像的边缘的几种算法,包含 canny,sobel,Robert-Bmp image seeking the edge of several algorithms, including the canny, sobel, Robert, etc.
canny
- canny边缘检测算子,实现了边缘检测,效果比较一般,最基础的算法!-canny detector
src
- canny边缘检测,使用canny算法进行图像边缘检测,阈值在代码里-canny edge detection, using canny edge detection algorithm, the threshold in the code
Canny
- 一种较好的彩色图像边缘检测算法,能够实现细致连续的边缘图像检测。-A better edge detection algorithm for color image can realize fine and continuous edge image detection.
canny
- 用opencv实现canny算法 配置环境vs2013+opencv3.0直接可用-Canny algorithm with opencv configuration environment vs2013+opencv3.0 directly available
canny-edge-detecction
- canny边缘检测,Canny 算法适用于不同的场合。它的参数允许根据不同实现的特定要求进行调整以识别不同的边缘特性。对于PC上的实时图像处理来说可能慢得无法使用,尤其是在使用大的高斯滤波器的情况下。但是,我们讨论计算能力的时候,也要考虑到随着处理器速度不断提升,有望在未来几年使得这不再成为一个问题。-canny edge detection, Canny algorithm is suitable for different occasions. It allows the parameter
zj_canny.m
- 利用传统canny算法进行边缘检测,详细(Edge detection using traditional Canny algorithm in detail)
VC++ Canny算子提取边缘算法示例
- VC++ Canny code ! compiled by vc 6.0, it's effective!
outline
- 对图像进行边缘提取算法,Xcode平台。canny边缘提取,使用oepncv库(Image edge extraction algorithm, Xcode platform)
jiaodianjiance
- 这是角点检测的canny算法的代码,实现角度和位置自己设置,有界面,可运行。(This is the corner detection of the Canny algorithm code, the realization of the angle and location of their own settings, there is an interface, can run.)
图像处理经典算法及OpenCV程序
- 图像处理经典算法及OpenCV程序(基于opencv的use摄像头视频采集程序、基于opencv的use摄像头视频采集程序、基于opencv的两个摄像头数据采集、能激发你用代码做视频的冲动程序、图像反转(就是把黑的变白,白的变黑)、图像格式的转换、从摄像头或者AVI文件中得到视频流,对视频流进行边缘检测 、采用Canny算子进行边缘检测、角点检测、图像的旋转加缩放(效果很拽,用地球做就像谷歌地球似的)。。。。 )(Classical algorithm and OpenCV program f
edge
- C#下几种图像边缘检测算法实现,包括模板算子、高斯算子、Canny算子、灰度形态学、小波变换、金字塔等。(Implementation of several image edge detection algorithms under C#)
src的副本
- 实现了canny 和 sobel边缘检测(Implementation canny sobel of edge detection algorithm)