搜索资源列表
openCV_Video
- 在C++builder6.0中使用OpenCV1.0。采用opencv打开视频(摄像头)并显示在Image图片框中。-In C++ builder6.0 use OpenCV1.0. Using opencv open the video (camera) and display images in the Image box.
opencv-image
- opencv 实现图片显示,并有opencv2.2 vs10的配置方法-opencv2.2 c++ vs2010
Grayscale-conversion
- 利用OpenCV载入工程文件夹中的彩色图像,进行灰度转换,并将转换前后的两张图片同时显示出来。-Load color images in the project folder using OpenCV and make the grayscale conversion, then show the two pictures.
QtOpenCV
- opengcv摄像头模块,读取图片,转化为qimage,显示到qt的窗口控件中去。-opengcv camera module, read the image, into qimage, qt display window control to go.
OpenCVTest
- 利用opencv1.0+VC6.0写的一个小程序,主要实现了: 1.打开jpg图片 2.图片上叠加文字信息 3.利用opencv把图片显示到一个Picture控件上 4.picture控件的重绘问题 5.图片合并-Using opencv1.0+ VC6.0 to write a small program, the main achievement of: 1. Open the jpg image 2. Picture superimposed text informat
Sobel-Laplace-Canny-matlab-code
- 模式识别大作业题目和实习代码: (1)请自己在互联网上任意找一张图片用做测试,命名为“学号后四_Original”。放在C++工程文件夹下(与CPP文件放在同一文件夹)。用C++调用OpenCV函数对该幅图片进行读入和显示操作。 (2)在(1)基础上,添加修改代码,将原图转换成灰度图像,并保存,命名为“学号后四位_Gray”。 (3) 请利用OpenCV中Sobel,Laplace,Canny算法相应函数对(2)中图像进行处理,并保存,命名为“学号后四位_Sobel”或“学号后四位_
test2
- C#调用opencv打开摄像头录像,并抓取图片。 对视频直接调节灰度值,并显示图片。-C# to call opencv open camera video and grab the picture. Video directly to adjust the gray scale values, and display pictures.
Irect
- 利用opencv在图片中显示矩形框,将图像区域用红色矩形框标出来-Use opencv in the photo shows that rectangular box will image region marked with red rectangular box
02
- 载入图片,之后改变图片的第一和第四象限之内的像素点。最后把改变前和改变后的图片显示。-Loading picture, then change the picture within the first and fourth quadrant of the pixels. The final change before and after the change to the picture show.
opencv
- opencv在VC6.0实例将一个图片显示出来已调试通过-opencv examples have been debugged in VC6.0
OpenCV_MFC
- 利用OPENCV实现在MFC上图片显示 使用CVVIMAGE库-OPENCV achieve the use of image display on the MFC library to use CVVIMAGE
opencv_camera
- Linux里qt下配置opencv实现通过调用摄像头来实现图片显示,编译通过-Linux qt opencv camera
opencv_dft
- 本文主要介绍怎样使用opencv来对图片进行傅里叶变换,其核心函数是opencv自带的dft()。DFT这个技术手段是将空间域映射到频率域中去,在图像处理有着举足轻重的地位。这里我们只是得到其变换的结果并看看贫域图有什么特点。 实验功能: 单击Open Image按钮,手动选择打开一副图片,不管其是否是彩色图片,这里统一将其转换成灰度图像显示,因为需要加快DFT运算速度。 将鼠标移动到图片显示区域,单击图片,这时会显示DFT中间结果图,也就是没有将低频域的点移动到图片的中心
OPenCV_programs
- 里面有OPenCV环境变量的设置,OpenCV入门的各种常用程序,全部经过测试能运行,有结果。包括图片显示,图片反相,鼠标事件,播放AVI文件,画几何图形,图像边缘检测,从摄像头读取数据等等程序。-There is OPenCV environment variable Settings, OPenCV entry of all sorts of commonly used procedures, can all through the test run, have the result. In
TrackBarOnImage
- opencv 视频载入与显示,并设置了工具条,控制图片显示的帧数-opencv vedio track bar
MFC--Picture-control-OpenCV-2.4.9
- 本实例使用vs2013 中的 vc++结合opencv2.4.9进行图片显示。图片显示在picture contrrl,然后进行图片边缘提取-This example uses the vc++ vs2013 opencv2.4.9 be combined picture is displayed. Picture appears in the picture contrrl, then image edge extraction
sharpen
- 基于拉普拉斯算子实现图片的锐化,并将结果与原图片显示出来-Based on Laplacian image sharpening to achieve the result with the original image displayed
人脸识别
- 使用OPENCV库提供的接口,实现人脸的识别功能。 在一个人脸识别系统中,应用多种预处理技术对将要识别的图片进行标准化处理是极其重要的。多数人脸识别算法对光照条件十分敏感,所以假如在暗室训练,在明亮的房间就可能不会被识别出来等等。比如脸部也应当在图片的一个十分固定的位置(比如眼睛位置为相同的像素坐标),固定的大小,旋转角度,头发和装饰,表情(笑,怒等),光照方向(向左或向上等),这就是在进行人脸识别前,使用好的图片预处理过滤器十分重要的原因。你还应该做一些其它事情,比如去除脸部周围的多余像素(
show
- opencv入门,读取图片进行显示。图片可进行替换。(Opencv entry, read pictures to display)
CCD图片读取
- OPENCV的读取图片,并在固定窗口显示。含源代码与所需CvvImage.cpp类(OPENCV reads the picture and displays it in a fixed window. Source code and required CvvImage.cpp classes)