搜索资源列表
edgedetect
- 基于OPENCV采用Canny算子进行边缘检测,能够很好检测出边缘-Based on OPENCV use Canny operator for edge detection,it can very detect the edge well.
bfCanny
- 基于双边滤波的图像Canny边缘检测。先对图像进行双边滤波,再对其进行Canny算子的边缘检测。-Based on bilateral filtering image Canny edge detection. The first image bilateral filtering, and then them Canny edge detection operator.
canny
- 在opencv下实现canny算子的边缘检测。-Use the algorithm of canny to achieve edge detection in OpenCV.
avireader
- 简单的几个opencv函数处理,包括边缘检测,高斯滤波,canny算子等。-Opencv functions of several simple processing, including edge detection, Gaussian, canny operator and so on.
edge
- 采用canny算子进行边缘检测,小阈值控制边缘连接,大阈值控制边缘的初始分割-Canny operator used for edge detection, edge linking a small threshold control, threshold control large initial segments of the edge
cannybar02
- 使用vc++6.0和OpenCV1.0.实现canny算子检测图像轮廓边缘。代码中有自动阈值滑动样条。-using VC++ and OpenCV. you can see the contour of the images.and the threshold of the canny operator can be set as you will.
canny
- 滤波及边缘检测,包括中值滤波,均值滤波,高斯滤波,canny边缘检测,prewitt算子等。-Filtering and edge detection, median filter, mean filter, Gaussian filter, canny edge detection, prewitt operator and so on.
canny
- opencv 采用Canny算子进行边缘检测,包含函数注释-opencv canny edge detection
opencv_canny_edgedetection
- OpenCvChina上面下载的基于Canny算子的边缘检测程序,效果不错,VC6.0上亲测。-Based on the above download OpenCvChina Canny operator edge detection procedure, the effect is good, no problems on VC6.0.
canny
- 采用Canny算子进行边缘检测,运行结果可通过滑动调节阈值-Using Canny operator edge detection
OpenCV
- 基于opencv的use摄像头视频采集程序 1 基于opencv的两个摄像头数据采集 3 能激发你用代码做视频的冲动程序 6 图像反转(就是把黑的变白,白的变黑) 11 图像格式的转换 12 从摄像头或者AVI文件中得到视频流,对视频流进行边缘检测 13 采用Canny算子进行边缘检测 15 角点检测 18 图像的旋转加缩放(效果很拽,用地球做就像谷歌地球似的) 21 Log-Polar极坐标变换 22 对图像进行形态学操作(图像的开闭,腐蚀和膨胀运算)
Edge-detection-using-Canny
- 使用边缘检测的Canny算子检测圆形边缘,并且用哈夫方法检测圆形-Use the Canny edge detection operator to detect circular edge, and hough method is used to inspect the circular
canny_test
- canny算子边缘检测,和传统的边缘检测算子相比,Canny 算子具备更好的检测效果。-canny egde detection
canny
- canny算子,进行边缘检测,图片打开,内存释放-Canny operator, edge detection, image open, memory release
canny
- canny算子检测边缘。给予opencv3.0的canny算子的使用方法,使用IDE 是VS2010,OPENCV版本是3.0。非常好用的教程-canny edges detect
canny
- canny算子边缘检测 提取图像边缘并显示-canny edge detection
canny
- 基于canny算子的边缘检测的程序代码,非mat类。-Based canny operator edge detection code
Canny边缘检测
- 基于opencv库,使用vs2015,Canny边缘算子 的应用(Based on the opencv library, the use of vs2015, Canny edge operator)
canny边缘检测
- 使用canny算子进行图像的边缘检测,检测效果良好(Image edge detection using Canny operator)
test_edge_detection
- 对图像首先进行3*3内核平滑降噪,然后使用Canny算子做边缘检测(First perform 3*3 kernel smooth noise reduction on the image, then use Canny operator for edge detection)