搜索资源列表
PapersAboutOpenCV
- 这是从中国优秀硕博论文库下载的,是关于OpenCV(Intel CPU优化的图像、计算机视觉的库)论文!感觉不错,跟大家分享一下!
camera-method-based-on-OpenCV.
- 针对双目立体视觉系统研制过程中的摄像机标定步骤,分析了计算机视觉函数库OpenCV中的摄像机模型,其 中的非线性畸变考虑到了切向畸变和径向畸变,采用Bouguet角点提取算法,实现了基于OpenCV的摄像机标定.该 算法具有很高的标定精度和计算效率、良好的跨平台移植性,可以满足双目立体视觉系统的需要. ,System are directly used in the internal parameters of the camera calibration algorithm, calib
fast-SVMtraning-researchpaper
- 快速 svm 训练算法的研究 里面有道opencv库,是论文来的,不合适的不要下-fast SVMtraning researchpaper
MethodofVideo
- 将开放源代码的OpenCV 作为开发的视频应用程序的基础函数库,改写或调用其中的函数,即可根据需要用C语言开发自己的视频应用程序,从而解决了视频应用程序开发周期长、效率低的缺点。-OpenCV will be open source as the development of video applications based on the library, rewritten or call a function which can be used in accordance with the
COMPUTERVISIONLIBRARY
- 基于开源计算机视觉库OpenCV的图像处理:描述了OpenCV的环境配置、数据定义、图像元素访问方式。文章给出了两个实例,表明了其部分特性。-Based on Open Source Computer Vision Library OpenCV image processing: describes the environment OpenCV configuration, data definition, image element access. In this paper, two exa
camera-method
- 针对双目立体视觉系统研制过程中的摄像机标定步骤,分析了计算机视觉函数库OpenCV中的摄像机模型,其 中的非线性畸变考虑到了切向畸变和径向畸变,采用Bouguet角点提取算法,实现了基于OpenCV的摄像机标定.该 算法具有很高的标定精度和计算效率、良好的跨平台移植性,可以满足双目立体视觉系统的需要. -System are directly used in the internal parameters of the camera calibration algorithm, ca
openCVDIY
- OpenCV是Intel资助的开源计算机视觉库。它由一系列 C 函数和少量 C++ 类构成,实现了图像处理和计算机视觉方面的很多通用算法。 本文是学习OpenCV的入门知识简介-Introduction to OpenCV using Visual C++ development environment
OpenSourceComputerVisionLibrary.tar
- opencv相关的参考手册里面详细介绍了opencv的用法很函数库-opencv-related reference manual which described in detail the usage of a very opencv library
Feature-based_face_detection_system
- 基于特征的人脸检测系统的设计与实现,是用opencv的haartraining库-Feature-based face detection system design and implementation, is to use opencv library in haartraining
OpenCV-text
- openCV 是一个非常强大的,用C写的一个库,非常好用
OpenCV-application
- 先介绍实现视频图像目标检测的几种算法,然后介绍一种开放源代码的计算机视觉类库OpenCV,主要阐述该类库的特点及其结构,最后通过“检测一个视频中的运动物体”这一实例探讨了使用OpenCV进行编程的方法。-First, the algorithm of target detection based on video images, and then introduced a kind of open source computer vision library OpenCV, main chara
OpenCV-user-guide
- 一个详尽地介绍OpenCV的文档,对OpenCV中相应的功能库都进行了介绍-an useful document that introduces OpenCV and its usage
Scaramuzza_OCamCalib
- opencv库,是2.10版的,用于图像处理,本人试过,能用-opencv library is version 2.10, for image processing, I tried, can
OpenCV.pdf
- 快速入门学习使用OpenCV的库,并实现简单的计算机视觉方面的开发和应用-Getting started learning to use OpenCV library, and the development and application of simple computer vision
normalize
- 将opencv库中的normalize函数用c++实现出来,实现对图像的归一化处理-Opencv library will normalize function with c++ actualized, realized the image normalization process
read_DNG
- 在vs2012中用通过调用opencv库来读取DNG的格式图片并显示-In vs2012 used by calling the opencv library to read DNG format and display the image
hls-opencv-introduce
- 赛灵思高层次综合工具hls,关于opencv库的介绍。-Xilinx high-level synthesis tool hls, on opencv library descr iption.
face-detection
- 基于Opencv库的脸部识别,可识别出人脸并用圆画出,并可上升至识别眼睛区域。-Face recognition based on the Opencv library, you can identify the face and draw a circle, and can rise to identify the eye area.
Point-tracking
- 基于Opencv的点循迹跟踪,可用opencv库函数识别特征点,后根据特征点之间的联系进而进行跟踪。-Opencv point tracking tracking based on available opencv library function identification feature points, according to the feature points between contact and tracking.
学习OpenCV 中文版
- 计算机视觉是在图像处理的基础上发展起来的新兴学科。Opencv是一个开源的计算机视觉库,是英特尔公司资助的两大图像处理器利器之一。本书作为进一步学习opencv的必备工具之一。