搜索资源列表
OpenCV-2.0.0a-win32.rar
- opencv的最新版本增添了很多新的功能,主要体现在对图像的切割与拼接以及运动物体的跟踪检测方面,欢迎大家下载,The latest version of opencv added many new features, mainly reflected in the image of the cutting and splicing as well as tracking and detection of moving objects, the welcome to download
OpenCV_1.0
- OpenCV1.0版,相对于新版本来讲功能较弱-OpenCV1.0 version, as opposed to the new version in terms of function is weak
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
directly-triangulation
- 一种新的空间离散点集的直接三角剖分方法,MATLAB-A new space has a discrete point set of direct triangulation method, MATLAB
facedetect
- 基于opendv库,在新的颜色空间中进行肤色校正的Adaboost人脸检测。-On opendv library, in the new color space for color correction of Adaboost face detection.
open
- 检测OPENCV是否安装好,opencv环境是否配正确的实例检测代码,对新学者有用-OPENCV detection is installed, OPENCV environment is the correct examples of new scholars, test code
Opencv_PutChineseToIplImg
- 输出汉字到opencv ipl图像上 可以到MFC下运行,可以指定字体大小,输出位置,字体颜色,目前只支持宋体-Output Chinese characters to opencv ipl image to the MFC can run, you can specify font size, output position, font color, currently only supports the Times New Roman
Learning-OpenCV
- 讲述opencv入门知识,对新手来说是很好的书,希望能好好利用。-It help new learner to learn opencv.It teach basic things about opencv. It will help a lot is you learning it by heart.
binary_1
- 將圖片二值化,並顯示於新的視窗中!也可更改圖像的大小比例!-The binary image, and displayed in a new window! Also change the image size ratio!
GravityCenter
- new Gravity Center with opencv
320-IRVision(Omni-1022)-New
- 鲁棒的色块跟踪算法,用C++语言写的,是用opencv的库-Robust color tracking algorithm, written using C++ language use opencv library
mouse_event
- This program creates a rectangle when you click the mouse on the window, and stretches the rectangle until you release the mouse. This requires the creation of a mouse callback. For the main function we use a while loop that keeps redrawing each box
NewFeaturesOfOpenCV2.1
- 采用opencv2.1,实现了一个全新的背景切除高效算法-Using opencv2.1, implements a new algorithm for background removal efficiency
New-folder
- how to add two image in RGB formate in opencv that contain same size
videoFrameGet
- 一个视频处理软件,功能: (1)读取给定视频文件,提取帧率,并按照秒为单位将视频保存为连续的多幅图像。如:帧率为25fps的话,则每秒钟存储25幅图像,秒钟的序号作为不同文件夹名称。 (2)对第i秒钟的图像序列,随机选取其中的n幅(n为随机输入变量,不同的i对应的n也不同,显然n<原始帧率)。 (3)对(2)中选取出来的所有图像,按时间顺序生成视频。新视频的帧率为(随机选取出的图像总数/原始视频的时长)。 -A video processing software, feat
ICVL
- OpenCV概述 Intel开源计算机视觉库OpenCV 目录 1 什么是OpenCV 2 重要特性 3 谁创建了它 4 新特征 5 从哪里下载 OpenCV 6 如果在安装/运行/使用 OpenCV 中遇到问题 7 OpenCV参考手册 8 中文翻译者 -Overview of Intel OpenCV open source computer vision library OpenCV OpenCV 2 Contents
OpenCV-base
- OpenCV提供的视觉处理算法非常丰富,并且它部分以C语言编写,加上其开源的特性,处理得当,不需要添加新的外部支持也可以完整的编译链接生成执行程序,所以很多人用它来做算法的移植,OpenCV的代码经过适当改写可以正常的运行在DSP系统和单片机系统中,目前这种移植在大学中经常作为相关专业本科生毕业设计或者研究生课题的选题。-OpenCV vision processing algorithms provide very rich, and it part of the C language, w
fulltext
- 一个实时的2维人体检测跟踪算法,是opencv源码里参考的文章之一。内容包括表面模型建立,新目标检测以及匹配的问题。-A Real-Time System for Detecting and Tracking People in 2D, is one of the references in opencv, including the appearance model, new object detect and how to find the corresponding one.
Clock-Wipe
- 1. 首先把兩張圖讀進來,求出高與寬和設定time的最大值 2. 利用atan()這個數學函式算出角度,以圖的中心為基準width/2和height/2 把x,y帶入atan(-(y-height/2)/(x-width/2))*180/PI - 當求出的角度<隨著時間比例變的角度,則將新的圖覆蓋到舊的圖 - 反之,用舊的圖覆蓋舊的圖 3. 但是,這會產生一個問題,因為斜率一樣,且atan()求出的角度範圍只有-90~90度,所以一三象限或者二四象限會發生同時wi
New-Window
- creating new window source code with C++ and using opencv