搜索资源列表
opencv-ex3-5
- /* 程序名称:laplace.c 功能:从摄像头或者AVI文件中得到视频流,对视频流进行边缘检测,并输出结果。 */
laplace
- 用opencv编写的视频捕捉以及边缘提取的程序,调试成功,另附调试用的avi视频,希望对大家有所帮助
laplace
- 用opencv中的cvLaplace计算视频图像的拉普拉斯变换-Video images the cvLaplace opencv Laplace transform
Sobel-Laplace-Canny-matlab-code
- 模式识别大作业题目和实习代码: (1)请自己在互联网上任意找一张图片用做测试,命名为“学号后四_Original”。放在C++工程文件夹下(与CPP文件放在同一文件夹)。用C++调用OpenCV函数对该幅图片进行读入和显示操作。 (2)在(1)基础上,添加修改代码,将原图转换成灰度图像,并保存,命名为“学号后四位_Gray”。 (3) 请利用OpenCV中Sobel,Laplace,Canny算法相应函数对(2)中图像进行处理,并保存,命名为“学号后四位_Sobel”或“学号后四位_
Laplace
- 用Opencv实现拉普拉斯变换获得图像边缘检测-Used to achieve Opencv Laplace transform to obtain image edge detection
laplace
- 使用opencv对视频进行变换后然后写到指定的文件中。希望对学习opencv的朋友有帮助-The use of video opencv transformed and then writes the specified file. Hope of learning opencv friends help
TuXiangChuLi_OpenCV
- 基于opencv的图像和视频处理的软件。该软件实行了opencv的多种功能:边缘检测、拉氏变换、椒盐噪音、人脸识别、霍夫变换等功能。-Opencv-based image and video processing software. The software has multiple functions opencv: edge detection, Laplace transform, salt and pepper noise, face recognition, Hough transfo
MyShow_Laplace
- directshow获取图像,opencv处理,laplace算法-directshow access to images, opencv treatment, laplace algorithm
laplace
- 利用OPENCV,从摄像头或AVI文件中得到视频流,对视频进行边缘检测,并输出结果-The use of OPENCV, from camera or AVI file to be video streaming of video edge detection, and output
laplace
- 本代码采用的是opencv,有视频采集和对采集的视频帧进行laplace处理的功能!-This code uses a opencv, with video capture and the capture of video frames laplace processing capabilities!
laplace
- laplace.c from opencv
laplace
- 运用vc6.0和opencv编程,提取出图象中的边缘,实现边缘检测.-Opencv programming using vc6.0 and extracted in the edge image, edge detection.
laplace
- 演示opencv的canny算法,已经寻找简单物体的轮廓-Demo opencv' s canny algorithm, has been looking for a simple outline of the object
laplace
- 本代码是在visual c++环境下利用opencv对视频进行laplace变换。-laplace change
OpenCV-Project
- 这是一个使用OpenCv,在VC++ MFC平台下实现的图形图像处理程序源码,主要功能有彩色变灰阶,图像方向、旋转、放大缩小、水平镜像、垂直镜像、Laplace 变换、RGB分量、HSV分量、喇叭、分量等。-AppWizard has created this MyOpenCVMFC application for you. This application not only demonstrates the basics of using the Microsoft Foundation
opencv
- 首先关于图像处理软件opencv进行总的介绍,然后分别对其中的人脸检测原理、计算机视觉、Harr特征级联表、非固定大小目标检测步骤、拉普拉斯边缘检测及opencv的其他特性作了一定的介绍-General introduction to the first image processing software opencv face detection principle, computer vision, Harr, characteristics of cascade table, fixed-
laplace
- 基于OpenCV的边缘检测代码。使用代码之前请先安装OpenCV。并设置VC环境。-Edge detection based on OpenCV code.Please install OpenCV first before you use the code.And set up the VC environment.
laplace
- 一段特别好的从摄像头或视频流里读取信息,并进行laplace变换的opencv程序,希望对大家有帮助。-Some particularly good read from the camera or video stream information, and laplace transform opencv procedures, we hope to help.
Laplace
- 基于VC6.0和opencv的图像拉普拉斯变换程序,实现基本的拉普拉斯变换功能-Based on VC6.0 and opencv image Laplace transform program to achieve basic Laplace transform function
OpenCV
- OpenCV examples. Include examples like create an histrogram, use Laplace Filter and others