搜索资源列表
watermark-openCV2.3.1
- 给图像添加任意文字水印,可传入参数是文字内容,输入图片路径,文字颜色,大小,保存图片路径。支持中文输出!VS下C++编程,使用openCV 2.3.1-To add any text watermark image, but to parameter is the text content, input image path, text color, size, save image path. Support Chinese output! Under the VS C++ programmi
DFT
- vs下C++编程,使用openCV第三方库的C++接口函数编写而成的离散傅里叶变换。注意是新的C++接口而不是老的C接口。-Under the vs C++ programming, the use of openCV third party c++ library interface function to write a discrete Fourier transform. Pay attention to is the new C++ interface and not old C in
ImageMarkByText_Demo
- 给图片添加图片水印的代码,VS下C++编程,使用openCV2.3的新C++接口函数.含测试图片,已编译。-To the picture to add images watermarking code, VS C++ under programming, use openCV2.3 new C++ interface function. Including test images, compiled.
3
- 输入: 自拍两幅同一个场景(或物体)的角度/远近有差别的图像 (对于学有余力的同学,建议多测试几张角度/远近差别较大的图像) 任务: 在每张图像中检测特征点位置并将匹配画出匹配得最好的10-20对特征点 输出要求(以下三个结果分别输出,不要重叠在一张图上): 1. 在两张图上分别画出检测到的特征点位置 2. 对匹配得最好的10-20对特征点:每对特征点对用连接线画出 3. 用椭圆形式在图上画出上述每个特征点的描述子方向与尺度等信息 编程工具: Visual
FindMoving
- 由运动目标检测的两种基本方法----帧间差分法和背景差分法,借助于OpenCV技术,在Visual C++ 6.0编程环境下开发了运动目标检测系统。该系统首先对不同途径采集的视频图像序列进行相关的预处理之后,分别采用不同检测算法检测出图像序列中的变化区域,最后用形态学滤波和连通性分析对变化区域进行后处理,从而将视频图像序列中的运动目标比较可靠地检测出来。-The two basic methods of moving target detection---- inter-frame diffe
VCPP
- c++6.0编程代码,车道线检测,可运行,实现报警和鸣笛两种措施。运行前对OPENCV进行设置,并下载一个视频解码器。-the programming c++6.0 code, lane line detection can be run to achieve alarm and whistle two measures. Opencv set before running, and download a video codec.
FaceDetection
- 该程序是在C++平台上运行可编译通过的源代码,该程序可以实现图片上的人脸检测,是笔者通过自学编程实现的,效果还不错,为准备开始学习opencv的小同学们提供参考-The program is running on a platform in C++ can compile the source code, the program can detect the human face on the picture, is the author of programming through self-
Image-_recon
- 完成两幅图像的稀疏点的匹配和重建,C++的编程环境,opencv函数库-Do two sparse points matching and reconstruction of the image, c++ programming environment, opencv function library
yinying
- 较好地实现了阴影检测和去除的功能,采用的是OpenCV和C++来进行编程,对去除阴影有比较好的效果。-Well, we can realize the function of the shadow detection and removal, USES is OpenCV and c++ programming, have a good effect to remove the shadow
Avi-file-edge-detection-
- 本程序是基于OPENCV的C代码编程,其主要功能是对视频文件提取边缘。边缘提取的算法是Canny算法。-This program is based on the C code programming OPENCV, its main function is to extract the video file edges. Canny edge detection algorithm is the algorithm.
watershed
- 基于opencv的c++编程,用分水岭算法对图像进行轮廓提取-Based on the opencv c++ programming, using the watershed algorithm for image contour extraction
opencv-watershed-segmentation
- C#编程环境下利用OpenCV实现分水岭图像分割的代码文档- Under the C# programming environment to achieve watershed image segmentation using OpenCV code documentation
OpenCV_VS2010
- OpenCV 是一个功能强大的计算机视觉库,要用好它,除了要具有相关的计 算机视觉理论知识外,还需要具有一定的编程能力。本书作者通过对 OpenCV 中 文论坛中的大量问题观察,发现有很大比例的问题是因为用户对 C/C++语言不熟 练,导致出错, 或出错后不知如何解决。如果对 C/C++语言不熟悉,那使用 OpenCV 时会满头雾水瞎摸索,费心费力。 在这一章中,将介绍一些编程的基本概念, 让读者对编程的流程有一个基本 了解。这样在出现错误时,可以快速确定错误的类型,并知
draw-the-outline-of-the-convex-hull
- OPENCV学习代码,绘制轮廓的凸包,对初学者有一定帮助-OPENCV learning code, draw the outline of the convex hull, based programming Opencvd of C++
camera_v2
- C#编程,OpenCV,双目视觉,构建三维空间,可对该空间内坐标进行定位,并在电脑窗口上显示两个摄像头的实时图像,获取坐标。本程序适用于win7系统,是四旋翼定位巡航研究的部分程序,希望对大家有所帮助。- C# programming, OpenCV, binocular vision, to build three- dimensional space, the space coordinates can be positioned, and in the computer window di
pixel-put-and-read
- 主要为图像的像素值的读取和输出,采用opencv和C++编程,-Mainly for the image pixel values of the load and the output, using opencv and c++ programming,
HSV-historgram--extract
- vs2013 + opencv2.4.9 提取图像HSV直方图,程序已经经过注释和调试,编程语言c++ -vs2013+ opencv2.4.9 extracted image HSV color histogram, the program has been successful debugging, you can run, c++ programming
Growth_Split
- 用C语言实现区域的生长、分裂与聚合,完成对图像的处理-Use C programming language to realize the growth,split and merge of region,Completing the disposition of image.
depth
- 使用Kinect对深度图像进行采集,使用C++编程实现(The use of Kinect for depth image acquisition, using C++ programming)
opencv程序源代码
- opencv最基本的入门编程,图像处理最基本操作(Opencv basic introductory programming, the most basic operation of image processing)