搜索资源列表
Sobel-Laplace-Canny-matlab-code
- 模式识别大作业题目和实习代码: (1)请自己在互联网上任意找一张图片用做测试,命名为“学号后四_Original”。放在C++工程文件夹下(与CPP文件放在同一文件夹)。用C++调用OpenCV函数对该幅图片进行读入和显示操作。 (2)在(1)基础上,添加修改代码,将原图转换成灰度图像,并保存,命名为“学号后四位_Gray”。 (3) 请利用OpenCV中Sobel,Laplace,Canny算法相应函数对(2)中图像进行处理,并保存,命名为“学号后四位_Sobel”或“学号后四位_
Canny
- 使用OPENCV实现Canny算法功能(通过进度条改变canny参数设置)-Deal with the function of canny algorithm using opencv.
3-3
- openCV的canny算法,有图也可以运行,请大家自己下载-openCV CANNY
Desktop
- 能够进行图像的边缘检测,采用canny算法,opencv代码只有短短几行,简单实用-Capable of image edge detection using canny algorithm, opencv code for only a few lines, simple and practical
canny2
- opencv图像处理源代码---canny算法-opencv image processing source code--- canny algorithm
canny
- 本代码提高了图像处理中最经典的canny边缘检测算法-This code improves the image processing of the most classic canny edge detection algorithm
Canny
- 这是用opencv编写的canny算法,程序简单易懂!-this is an canny program!
opencvlizi
- 在mfc中使用opencv的示例,实现了canny算法、surf算法、矩形检测等算法-Opencv mfc used in the example, to achieve a canny algorithm, surf algorithm, the rectangle detection algorithm
laplace
- 演示opencv的canny算法,已经寻找简单物体的轮廓-Demo opencv' s canny algorithm, has been looking for a simple outline of the object
canny
- 学习opencv,opencv的基本算法,canny算法,检测图形边缘-Testing the edges of the figure
Canny
- 开发环境VC++6.0,这是一个用OpenCV做的canny边缘检测算法-Development environment VC++6.0, this is one to do with OpenCV canny edge detection algorithm
MyCanny
- opencv2.3 纯c++代码,这个自己写的,可以参考canny算法的实现-opencv2.3 pure c++ code
canny
- 基于opencv的Canny算法 边缘检测-Canny based on opencv
canny
- canny算法的使用,及相关功能介绍,希望大家指正-Use canny algorithm, and related functions introduction, I hope you correct
canny
- 实现图像边缘检测,采用的是canny算法,需要改变程序中的图像路径,因人而异~-Realization of image edge detection, using a canny algorithm, the program needs to change the image path, vary ~
VS2010POpenCV-canny-
- VS2010+OpenCV下canny算法的实现-the canny program by Opencv
opencv-canny
- opencv canny算法 创建算法库 滑块改变阈值-opencv canny
canny
- 基于vc ++ 6.0和openCV图像边缘提取canny算法-Based on vc++ 6.0 & openCV image edge extraction canny algorithm
canny_detect
- 用PYthon实现Canny算法,对影像进行边缘提取(This code can get object edge through canny algorithm. It is written in Python language.)
canny
- Canny 的目标是找到一个最优的边缘检测算法,最优边缘检测的含义是: (1)最优检测:算法能够尽可能多地标识出图像中的实际边缘,漏检真实边缘的概率和误检非边缘的概率都尽可能小。本程序利用Canny算子实现图像边缘的提取(Image edge extraction by Canny operator)
