搜索资源列表
ImageProcessing(openCV)
- 一个基于openCV的图像处理程序,包含有边缘检测,图像匹配,形态学变换,金字塔采样,视频采集,相机标定等各种函数。-OpenCV-based image processing program includes edge detection, image matching, morphological transformation, the pyramid samples, video capture, camera calibration and other functions.
HoG
- 基于hog算法的人数识别程序,使用了openCV视觉库,效率高,主要是边缘检测-Algorithm based on the number of hog identification procedures
CannyEdgeDetection
- vs2005下用opencv写的sobel,canny,prewitt边缘检测程序。-vs2005 using opencv written under the sobel, canny, prewitt edge detection procedure.
opencvbianyuanjiance
- 这是一个用opencv编写的对图像进行边缘检测程序,希望大家用得上-This is an image prepared with opencv edge detection procedures, hope you need them
exa2.7
- 这是OpenCV的例子程序,在一个简单的图像处理流程中进行两次缩放处理与CANNY边缘检测。-This is an example of OpenCV program, image processing in a simple process to deal with two scale CANNY edge detection.
cvMFC
- 基于OPENCV编写的图像处理程序,高斯采样,边缘检测等等功能-OPENCV-based image processing program written in Gauss sampling, edge detection, etc. functions
fitellipse
- opencv里的一个小程序,边缘检测,表示,存储-opencv in a small program, edge detection, said storage
OpenCV-study
- opencv学习资料,包括很多示例程序,例如:图像反转,直方图,边缘检测-opencv learning materials, including many sample programs
opencv
- 用opencv实现的一个图像边缘检测的程序。-With opencv image edge detection procedure.
Canny
- opencv学习——canny边缘检测源程序 通过此程序学习如何用opencv编写canny边缘检测程序 是学习opencv的捷径所在-opencv learning- canny edge detection opencv source to learn through this program to learn how to write with opencv canny edge detection program shortcuts where
Image
- 一个简单的canny边缘检测程序,可检测一切彩色图形,必须安装opencv-an simple canny edge detection example
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
- 这个代码是OPENCV中的canny边缘检测程序,使用 它可以对图像进行边缘检测,使用c/c++编写的,易懂简单-This code is OPENCV the canny edge detection program, use it to image edge detection, the use of c/c++ written, easy to understand simple
canny
- opencv中的canny边缘检测程序,可以实现图像的边缘检测-opencv the canny edge detection procedures, can achieve image edge detection
CannyDetection
- Canny边缘检测程序,应用opencv开源库-Canny edge detection, application opencv open source library
canny
- 边缘检测程序,包括canny等,可以拖动改变检测阀值,很不错的程序-Edge detection procedures, including canny, you can drag the change detection threshold, a very good program
sobel
- 边缘检测程序,sobel边缘检测,可用,很方便的方法-Edge detection procedures, Sobel edge detection, available, very convenient method
Opencv_Contours
- 应用opencv来进行边缘检测程序,编译环境VS2013。应用多个方法。-Application opencv for edge detection, compiler environment VS2013. Application of multiple methods.
opencv程序
- 图像处理,显示,定时采集图像,发出报警,图像边缘检测(Image processing, display, timing acquisition of images, alarm, image edge detection)
canny
- Canny 的目标是找到一个最优的边缘检测算法,最优边缘检测的含义是: (1)最优检测:算法能够尽可能多地标识出图像中的实际边缘,漏检真实边缘的概率和误检非边缘的概率都尽可能小。本程序利用Canny算子实现图像边缘的提取(Image edge extraction by Canny operator)