搜索资源列表
ex01
- opencv在vc下,读入连续图像,并输出边缘和角点的程序-OpenCV in vc, read consecutive images, and output edge and corner procedures
edge
- 基于OPENCV的图象边缘检测,(VC++) 利用canny算法寻找图象边缘并再输出中标志.
openCV图像处理,内含边缘检测
- openCV图像处理,内含边缘检测、边缘分割、区域增长、高斯噪声、椒盐噪声消除以及自适应中值滤波函数的实现-openCV image processing, includes edge detection, edge segmentation, region growing, Gaussian noise, salt and pepper noise cancellation and adaptive median filter function implementation
Imageprocessing.rar
- 基于Visual studio 2008 的图像处理试验平台的VC++源码 包含sebol边缘检测,灰度化,二值化,滤波,还有opencv引用,Based on Visual studio 2008 image-processing test platform VC++ Source contains sebol edge detection, gray and binarization, filtering, there is reference opencv
Course.rar
- 函数曲线的显示,OPENCV图像处理,包括灰度图,直方图,边缘检测等等内容,Function curve display, OPENCV image processing, including the gray level histogram, edge detection and much more
edge---point
- 基于opencv的图像边缘检测程序,输出边缘像素点-edge checking based opencv,output is the pixel in edge
yanwujice
- 基于opencv 的烟雾检测能实现图像边缘检测等实时监控-Opencv smoke detection based on image edge detection, to achieve real-time monitoring
EdgeDetectSample.tar
- OpenCv is powerfull tool for the image processing applications. this code demonstrates how to use edge detection techniques in opencv
Opencv_GUI_processing
- This application shows how to use edge detection techniques for the GUI processing using opencv.
video
- Background subtraction, canny edge detection using opencv
edgedet1
- Canny Edge Detector using OPENCV .Compile it by using the option of windows console application
r_cvsobel_matlab
- Code for extracting sobel edge based on Intel s OpenCV library. Result of this is compatible with MATLAB sobel function. Parameters are set such as doing so.
opencv
- 首先关于图像处理软件opencv进行总的介绍,然后分别对其中的人脸检测原理、计算机视觉、Harr特征级联表、非固定大小目标检测步骤、拉普拉斯边缘检测及opencv的其他特性作了一定的介绍-General introduction to the first image processing software opencv face detection principle, computer vision, Harr, characteristics of cascade table, fixed-
Opencv-Canny-sample
- 使用Opencv进行Canny算子边界提取的示例程序,非常适合新手和高手学习与使用,图像处理的好例子-A good example to use the OpenCV Canny operator edge extraction of the sample program is ideal for both novice and expert learning and the use of image processing the
edge
- This sample demonstrates OpenCV function of Canny edge detection
edge
- 这是用opencv做的图像边缘的检测,可以识别出任意图像的边缘,可以用来做kinect深度图手指,身体等部位轮廓检测
edge-extraction
- 基于opencv提取边缘,并剔掉其中面积或者周长比较小的闭环-Opencv edge extraction based on the area or perimeter and tick off the small loop
allstep
- 基于opencv的滤波、反色、边缘检测、形状匹配。(Opencv filtering, edge detection, color and shape matching based on.)
WeChat_jump
- 电脑模拟按键实现微信跳一跳自动跳跃。首先就是在上传的autojump.png图片上进行模板匹配,匹配出小人,并计算小人的坐标;如上图所示,框出来的用红色箭头所指即为小人的坐标! 然后就是通过Canny()函数进行图像的边缘检测,这里使用的阈值为5,10基本可以检测出所有边缘信息(Computer simulation keys to achieve WeChat jump one jump automatically. First of all, template matching is per
simulate
- 形状是由图像的轮廓形成的,所以理论上形状识别是通常在边缘或轮廓检测后的步骤。(edge_based_matching The shape is formed by the outline of the image, so theoretically the shape recognition is usually the step after the edge or contour detection)