搜索资源列表
Desktop
- 能够进行图像的边缘检测,采用canny算法,opencv代码只有短短几行,简单实用-Capable of image edge detection using canny algorithm, opencv code for only a few lines, simple and practical
bianyuanjiance
- 基于opencv的图像边缘检测,实现了图像的边缘检测-photo edge detect based on opencv
edge
- 调用opencv库,采用sobel算子实现图像的边缘检测功能-Opencv library calls using the sobel operator edge detection of image
RGB_Gray_Canny
- OpenCV实现图像的灰度化,并采用Canny实现灰度图像的边缘检测!-OpenCV for image gradation and gray-scale image using Canny edge detection to achieve!
Sobel-operator
- 使用Sobel算子进行图像的边缘检测,vc6.0,opencv1.0,希望对大家有用-Image edge detection using Sobel operator, vc6.0 opencv1.0 ,i hope it is useful for everyone.
Robert
- 图像的边缘检测方法之:RObert检测。调试通过了,大家可以看看。-: RObert detect image edge detection method. Debugging through, we can look at.
CANNY2
- 运用opencv编写canny算子实现图像的边缘检测-Use opencv write canny operator image edge detection
canny
- 图像的边缘检测,可以对图像进行canny边缘的检测。-Image edge detection, canny edge detection image.
ustc_image_exp
- 图像处理课程的实验内容,包括四个小实验,实验1图像的点处理 实验2 图像的平滑 实验3 图像的边缘检测 实验4 FOURIER变换 包括最后的实验报告-Image Processing courses of experiments, including four small experiments a point image processing image smoothing Experiment 2 Experiment 3 image edge detection experiment 4
canny
- CANNY边缘检测,实现了图像的边缘检测,效果很好-CANNY edge detection, image edge detection to achieve good results
bianyuanjiance
- 用vs2010配置的opencv,这是关于图像的边缘检测的代码,自己写的-Opencv use vs2010 configuration, this is the image edge detection code, write their own
canny
- 自己编写的利用opencv实现图像的边缘检测的程序,适用于初学者学习,内容较为简单-it is used to do canny operation to image, and is suit for primary learner
canny
- opencv中的canny边缘检测程序,可以实现图像的边缘检测-opencv the canny edge detection procedures, can achieve image edge detection
edge
- 使用Visual Studio 2013和opencv开源库实现图像的边缘检测-Use Visual Studio 2013 and opencv open source library for image edge detection
main
- 对图像的边缘检测和对图像的腐蚀处理,已测试通过-Image edge detection and image processing
canny
- 实现图像的边缘检测,环境vs2013 或者2010 都可以。opencv2.4.9-To achieve the edge of the image detection, the environment can be 2020 or 2010. Opencv version 2.4.9
test
- 实现了opencv中的图像处理代码,图像滤波,形态学运算,图像的边缘检测(Realize the opencv image processing code, image filtering, morphological operations, image edge detection)
canny
- 图像的边缘检测的原理是检测出图像中所有灰度值变化较大的点,而且这些点连接起来就构成了若干线条,这些线条就可以称为图像的边缘。(The principle of edge detection of an image is to detect all the changes in the gray value of the image, and these points are connected to form a number of lines, these lines can be calle
canny
- Canny 的目标是找到一个最优的边缘检测算法,最优边缘检测的含义是: (1)最优检测:算法能够尽可能多地标识出图像中的实际边缘,漏检真实边缘的概率和误检非边缘的概率都尽可能小。本程序利用Canny算子实现图像边缘的提取(Image edge extraction by Canny operator)
canny边缘检测
- 使用canny算子进行图像的边缘检测,检测效果良好(Image edge detection using Canny operator)