搜索资源列表
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
- 基于计算机的手势识别是新一代的人机交互手段,有着重要的理论研究价值和应用前景。
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
tuxiangchuli
- 各种图像处理基本开源代码,欢迎大家积极开发,增添新的算法,里面包括了各种基础算法的整合-fcm segmentation
facedetect
- 基于opendv库,在新的颜色空间中进行肤色校正的Adaboost人脸检测。-On opendv library, in the new color space for color correction of Adaboost face detection.
ICVL
- OpenCV 中文文档 1 什么是OpenCV 2 重要特性 3 谁创建了它 4 新特征 5 从哪里下载 OpenCV 6 如果在安装/运行/使用 OpenCV 中遇到问题 7 OpenCV参考手册 8 中文翻译者 -1 什么是OpenCV 2 重要特性 3 谁创建了它 4 新特征 5 从哪里下载 OpenCV 6 如果在安装/运行/使用 OpenCV 中遇到问题 7 OpenCV参考手册 8 中文翻译者
open
- 检测OPENCV是否安装好,opencv环境是否配正确的实例检测代码,对新学者有用-OPENCV detection is installed, OPENCV environment is the correct examples of new scholars, test code
opencv2.1reference_manual
- opencv 2.1 使用手册 兼容以前C使用方式 opencv2.0后,新的c++ python接口描述-opencv 2.1 reference manual
OpenCV-Chinese
- 较新的Opencv帮助文档,希望对大家有帮助。-Newer Opencv help documentation, we want to help.
binary_1
- 將圖片二值化,並顯示於新的視窗中!也可更改圖像的大小比例!-The binary image, and displayed in a new window! Also change the image size ratio!
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
drawing
- opencv绘图和新代码,供大家学习与参考-opencv algorithm drawing code for learning and reference
OpenCV-2-Computer-Vision-Cookbook
- opencv2参考书,比市面上的1.0版新一些-opencv2 reference, the new version 1.0 of the market
test
- 识别并框出图片中人脸部分,用截取下人脸部分生成新的图片。- Identify and frame the faces in the picture. Use the boxes of faces to form new pictures.