搜索资源列表
canny
- canny边缘检测算子源代码,用c语言编写,好东西哦。
edge_detection_algorithm
- 边缘检测经典算法(Canny算子、Laplace算子程序)-Classical edge detection algorithm (Canny operator, Laplace operator subroutine)
Canny
- canny边缘检测 检测图片的边缘信息 对于初学者很有帮助-canny edge detection to show the image edge ,it is easy and widely used by people ,suitble for beginer to learn something basic
EDGE
- 图像处理: 打开图片 可实现边缘检测 基于 模板算子法,高斯算子 canny算子,小波变换,金字塔,灰度形态学 实现边缘检测-Image processing: Open the image edge detection can be realized Edge detection based the template operator method, Gaussian operator canny operator, wavelet transform, pyramid, gr
CameraCapture
- emgu cv 摄像头 canny算子 边缘检测-摄像头 边缘检测
EdgeDetect
- C#写的一个边缘提取的程序,以界面形式选择图片,包含了sobel算子、Laplace算子、canny算子三种检测算法可选。-C# to write an edge extraction process to select the interface in the form of pictures, including the sobel operator, Laplace operator, canny operator selectable three detection algorithms
caany
- 用vs2012+opencv2.4.5做的canny边缘检测程序,可以对图片的边缘进行检测,非常好用-With vs2012+ opencv2.4.5 do canny edge detection program that can be detected on the edge of the picture, very easy to use
canny函数用法
- canny边缘检测 先滤波 转化成灰度图 再进行边缘检测(edge detection using canny function)
canny边缘检测
- canny边沿检测c/c++程序,有详细注释(Canny edge detection program)