搜索资源列表
gray_canny 階化及canny
- 一個簡單的程式,使用EmguCV(OpenCV C#版)使用視訊鏡頭,並灰階化及canny。編寫語言C#。-A simple program to use EmguCV (OpenCV C# version) the use of video lens, and grayscale and canny. Write the language in C#.
Sobel-Laplace-Canny-matlab-code
- 模式识别大作业题目和实习代码: (1)请自己在互联网上任意找一张图片用做测试,命名为“学号后四_Original”。放在C++工程文件夹下(与CPP文件放在同一文件夹)。用C++调用OpenCV函数对该幅图片进行读入和显示操作。 (2)在(1)基础上,添加修改代码,将原图转换成灰度图像,并保存,命名为“学号后四位_Gray”。 (3) 请利用OpenCV中Sobel,Laplace,Canny算法相应函数对(2)中图像进行处理,并保存,命名为“学号后四位_Sobel”或“学号后四位_
OPENCVEXAMPLE
- opencv入门代码:具体包括1、加载并显示一幅图像2、播放avi视频3、canny边缘检测4、缩放显示图像。-opencv project code--including image showing,playing avi,canny Edge Detection.
Canny-Contour-source-code
- Canny 算子提取目标轮廓源代码 OpenCV C-Canny Contour source code
Canny
- 使用OPENCV实现Canny算法功能(通过进度条改变canny参数设置)-Deal with the function of canny algorithm using opencv.
3-3
- openCV的canny算法,有图也可以运行,请大家自己下载-openCV CANNY
Canny_Detect
- 這是以 VC2008為開發環境,用 OpenCV 語法寫的偵測物體邊緣 Canny 的程式。-This is the VC2008 as the development environment, using OpenCV grammar written in Canny edge detection of objects in the program.
canny2
- opencv图像处理源代码---canny算法-opencv image processing source code--- canny algorithm
CannyEdgeDetection
- vs2005下用opencv写的sobel,canny,prewitt边缘检测程序。-vs2005 using opencv written under the sobel, canny, prewitt edge detection procedure.
EX_3
- Canny Filter in OpenCV
canny
- Canny边缘检测,可以较为精确地检测清晰的图像边缘,并显示灰度图和检测图。-Canny edge detection, can more accurately detect a clear edge, and displays the grayscale and test plans.
canny
- 本代码提高了图像处理中最经典的canny边缘检测算法-This code improves the image processing of the most classic canny edge detection algorithm
Canny
- 这是用opencv编写的canny算法,程序简单易懂!-this is an canny program!
canny
- 在opencv下实现canny算子的边缘检测。-Use the algorithm of canny to achieve edge detection in OpenCV.
canny
- 基于OpenCV的CANNY凯妮边缘检测算子,VC6.0环境下可直接运行,需要是可修改算子上下限。-OpenCV Canny
canny-edge-detection
- 基于openCV的canny边缘检测代码 VC++ 2008 express环境运行。-The canny edge detection based on openCV code VC++ 2008 express running environment.
blur&canny
- 把图像进行10次blur,每次blur三个梯度的canny。opencv的教程两本(Take the image 10 times blur, each time blur three gradient canny)
canny
- Canny 的目标是找到一个最优的边缘检测算法,最优边缘检测的含义是: (1)最优检测:算法能够尽可能多地标识出图像中的实际边缘,漏检真实边缘的概率和误检非边缘的概率都尽可能小。本程序利用Canny算子实现图像边缘的提取(Image edge extraction by Canny operator)
canny边界提取
- opencv初学教程canny边界提取代码(canny,opencv,Boundary extraction)
【5】canny边缘检测
- 基于opencv的canny边缘检测代码,较好地进行边缘检测(Based on opencv canny edge detection code, a better edge detection)