Welcome![Sign In][Sign Up]
Location:
Search - opencv o

Search list

[Special Effectsopencv-slides

Description: 中科院自动化所自由软件学会于任棋讲解的使用opencv进行图像处理的课件和源码。其中包括opencv图像结构、矩阵结构、点结构简介,以及图像I/O,边缘检测,轮廓检测,背景建模等。-free software to automate the process of the Chinese Academy of Sciences Institute of the game on the use opencv for Image Processing Software and the source. Including opencv image structure, matrix structure, the point structure profiles, and Image I / O, edge detection, Contour detection, background modeling.
Platform: | Size: 523434 | Author: | Hits:

[Special Effectsopencv-slides

Description: 中科院自动化所自由软件学会于任棋讲解的使用opencv进行图像处理的课件和源码。其中包括opencv图像结构、矩阵结构、点结构简介,以及图像I/O,边缘检测,轮廓检测,背景建模等。-free software to automate the process of the Chinese Academy of Sciences Institute of the game on the use opencv for Image Processing Software and the source. Including opencv image structure, matrix structure, the point structure profiles, and Image I/O, edge detection, Contour detection, background modeling.
Platform: | Size: 523264 | Author: | Hits:

[Special EffectsOReilly.Learning.OpenCV.Computer.Vision.with.the.O

Description: Learning.OpenCV.Computer.Vision.with.the.OpenCV 一本经典的介绍opencv的书-Learning.OpenCV.Computer.Vision.with.the.OpenCV a classic introductory book opencv
Platform: | Size: 10756096 | Author: 刘昶 | Hits:

[BooksLearning_OpenCV

Description: O REILLY Learning OpenCV
Platform: | Size: 10757120 | Author: Li MingHo | Hits:

[Special EffectsbackgroundSubtraction_v0

Description: 基于graphcut的背景建模程序,其中具备阴影去除功能,建模时对rgb三个颜色通道进行了高斯模型训练。程序需要OpenCV 1.0 的支持。-This is a C implementation of background subtraction given a set of background frames as a training set.The background model is per-pixel RGB space Gaussian, assuming independence between RGB channels. OpenCV 1.0 is required for I/O purpose.
Platform: | Size: 14336 | Author: taotaoking | Hits:

[OtherOReilly.Learning.OpenCV.Computer.Vision.with.the.O

Description: opencv发起人之一所写的关于学习opencv的书,英文原版.中文正在翻译中.有学opencv的肯定会从这本书中受益匪浅-opencv written about one of the initiators of the study opencv book, the English original. being translated in English. opencv have the study would certainly benefit from this book
Platform: | Size: 10757120 | Author: 付培 | Hits:

[Industry researchTracking_and_Object_Classification_for_Automated_S

Description: O.Javed and M.Shah. 《Tracking and object classification for automated surveillance》. 这篇英文文献是有关运动目标检测跟踪及其分类的文章。该文利用“人体运动的周期性”,把运动目标分为人、人群、机动车。具有较强的参考价值。-O. Javed and M. Shah. " Tracking and object classification for automated surveillance" . This is about the English literature to track moving target detection and classification of the article. The use of " the cyclical nature of human motion" , the goal of exercise is divided into people, people, motor vehicles. Has a strong reference value.
Platform: | Size: 1049600 | Author: brk1985 | Hits:

[Otherlearning-opencv-computer-vision-with-the-opencv-l

Description: O Relly s Book on OpenCV
Platform: | Size: 11685888 | Author: Milind Padalkar | Hits:

[Special Effectsopencv

Description: 本翻译是直接根据 OpenCV Beta 4.0 版本的用户手册翻 译的,原文件是: <opencv_directory>/doc/ref/opencvref_cv.htm, 可 以从 SOURCEFORG 上面的 OpenCV 项目下载,也可以直 接从 阿须数码 中下载: http://www.assuredigit.com/incoming/sourcecode/o pencv/chinese_docs/ref/opencvref_cv.htm。 翻译中肯定有不少错误,另外也有些术语和原文语义理 解不透导致翻译不准确或者错误,也请有心人赐教。 图像处理、结构分析、运动分析和对象跟踪部分由 R.Z.LIU 翻译,模式识别、照相机定标与三维重建部分由 H.M.ZHANG 翻译,全文由Y.C.WEI 统一修改校正。-This translation is directly from the OpenCV Beta 4.0 version of the user manual over Translation, the original documents are: <opencv_directory>/doc/ref/opencvref_cv.htm, can be From above SOURCEFORG download OpenCV project can also be directly Then from the Arab-Israeli to be a digital download: http://www.assuredigit.com/incoming/sourcecode/o pencv/chinese_docs/ref/opencvref_cv.htm. Am sure a lot of translation errors, but also some semantic terms and the original rationale Solution does not lead to translation through inaccurate or erroneous, please enlighten people. Image processing, structural analysis, motion analysis and object tracking in part by the RZLIU translation, pattern recognition, camera calibration and three-dimensional reconstruction in part by the HMZHANG translation, the full text of amendments to correction by the YCWEI reunification.
Platform: | Size: 687104 | Author: dugumengyouzi | Hits:

[Windows Developbgfg_codebook

Description: Example OpenCv // Background average sample code done with averages and done with codebooks // (adapted from the OpenCV book sample) // // NOTE: To get the keyboard to work, you *have* to have one of the video windows be active // and NOT the consule window. // // Gary Bradski Oct 3, 2008. // /* *************** License:************************** Oct. 3, 2008 Right to use this code in any way you want without warrenty, support or any guarentee of it working. BOOK: It would be nice if you cited it: Learning OpenCV: Computer Vision with the OpenCV Library by Gary Bradski and Adrian Kaehler Published by O Reilly Media, October 3, 2008 AVAILABLE AT: http://www.amazon.com/Learning-OpenCV-Computer-Vision-Library/dp/0596516134 Or: http://oreilly.com/catalog/9780596516130/ ISBN-10: 0596516134 or: ISBN-13: 978-0596516130 ************************************************** */-Example OpenCv // Background average sample code done with averages and done with codebooks // (adapted from the OpenCV book sample) // // NOTE: To get the keyboard to work, you*have* to have one of the video windows be active // and NOT the consule window. // // Gary Bradski Oct 3, 2008. // /**************** License:************************** Oct. 3, 2008 Right to use this code in any way you want without warrenty, support or any guarentee of it working. BOOK: It would be nice if you cited it: Learning OpenCV: Computer Vision with the OpenCV Library by Gary Bradski and Adrian Kaehler Published by O Reilly Media, October 3, 2008 AVAILABLE AT: http://www.amazon.com/Learning-OpenCV-Computer-Vision-Library/dp/0596516134 Or: http://oreilly.com/catalog/9780596516130/ ISBN-10: 0596516134 or: ISBN-13: 978-0596516130 ***************************************************/
Platform: | Size: 3072 | Author: Jason | Hits:

[Graph programbasicOCR

Description: 基于OpenCV的OCR程序,可以实现数字识别,程序采用KNN算法,可以对样本数据进行计算-Based on OpenCV' s OCR program, you can digital identification process using KNN algorithm can calculate the sample data
Platform: | Size: 413696 | Author: huanzhang | Hits:

[Software EngineeringHistogram

Description: Nelle statistiche la maggior parte delle applicazioni di base di elaborazione delle immagini, è l istogramma, e può essere una fotografia della struttura colore delle statistiche fino a un quadro del valore di R, G il valore, il valore B, o grigio per il calcolo statistico, Oppure, passare a un altro spazio colore, la grafica fare i calcoli quantitativi e statistici, che in OpenCV, molti istogramma calcolo statistico, e può essere grafica, che mostra una panoramica statistica.-Nelle statistiche che la maggior parte delle applicazioni di base di elaborazione delle immagini, è l istogramma, e può essere una fotografia della struttura colore delle statistiche fino a un quadro del valore di R, G il valore, il valore B, o grigio per il calcolo statistico, Oppure, passare a un altro spazio colore, la grafica fare i calcoli quantitativi e statistici, che in OpenCV, molti istogramma calcolo statistico, e può essere grafica, che mostra una panoramica statistica.
Platform: | Size: 1024 | Author: drb | Hits:

[Software EngineeringThe.Detail.Analysis.and.Improvement.of.Calibration

Description: 以计算机视觉和视觉检测中的摄像机标定过程作为研究的对象,分析了开源计算机视觉函数库OpenCV中的摄像机模型,使用张正友基于平面模板的方法进行标定,过程中充分考虑了透镜径向畸变和切向畸变因素的影响。文章给出了标定的详细步骤,并对具体函数做了算法上的分析,同时从参数非线性回归分析的角度提出了优化的途径和措施。该算法充分发挥了OpenCV函数库的功能,提高了标定精度和计算效率,具有良好的跨平台移植性,可以满足视觉检测或其它计算机视觉系统的需要。-To computer vision and visual inspection of the camera calibration process as the object of study,analysis of the camera model in the open source computer vision library OpenCV,making used of Zhang Zhengyou planar template-based approach to calibration,the process takes full account of the radial lens distortion and tangential distortion factors.Article give the detailed steps of the calibration of the specific function of the algorithm to do the analysis,the parameters simultaneously from the perspective o...
Platform: | Size: 244736 | Author: 豆豆 | Hits:

[OpenCVLearningOpenCV_Code

Description: O REILLY最近刚刚出版了一本相当不错的OpenCV书籍,名字叫《Leaning OpenCV》 ,上传此书的代码-LearningOpenCV_Code
Platform: | Size: 21107712 | Author: lihao | Hits:

[Special EffectsOpenCVBook

Description: OpenCV简介(图像结构,矩阵结构,点结构)图像I/O和显示,图像处理(边缘检测轮廓检测),视频处理等。作者于仕琪-About OpenCV (image structure, matrix structure, the point structure) Image I/O and display, image processing (edge detection contour detection), video processing. Of the Shi Qi
Platform: | Size: 3475456 | Author: 思思 | Hits:

[Special Effectsimage

Description: demonstraç ã o do funcionamento da biblioteca opencv
Platform: | Size: 2048 | Author: waldir | Hits:

[Special EffectsOReilly-LearningOpenCV

Description: e-book from O Relly about the simulator OpenCV.
Platform: | Size: 10758144 | Author: zlate | Hits:

[OpenCVOReilly-Learning-OpenCV

Description: o Reiley introduction to OpenCV. it is a book about Computer vision, its very good for begginners and for proffesionals.
Platform: | Size: 9267200 | Author: wybusz | Hits:

[OpenCVcppfrance_DETECTION-VISAGE-YEUX-NEZ-BOUCHE-AVEC-O

Description: opencv application for hand detectiction and face
Platform: | Size: 6144 | Author: ss | Hits:

[OpenCVface

Description: 系统介绍:基于树莓派官方系统stretch 系统,系统内安装了opencv3.3.0以及 tensorflow1.1.0 。人脸识别门禁的代码在里面目录/home/pi/face。内安装了深度学习的案例。 程序启动说明:开机前连接树莓派摄像头或网络USB摄像头,网络摄像头无需下面的设置。如使用树莓派摄像头则在终端输入 sudo nano /etc/modules-load.d/modules.conf 在最后添加一行添加 bcm2835-v4l2 ctrl+O回车保存 ctrl+X退出编辑。重启sudo reboot之后就能正常调用了) 1. 连接网络wifi或者网线连接 2. 配置、测试树莓派摄像头是否连接正确 :打开终端terminal拍照测试raspistill -v -o test.jpg如果有预览画面则摄像头配置正确 3. 打开终端进入代码目录cd face运行代码sudo python main.py(opencv python face recogintion door)
Platform: | Size: 4480000 | Author: 嵌入式学习 | Hits:
« 12 »

CodeBus www.codebus.net