1 / 10

OpenCV

Ing. Francisco Carlos Calderón Pontificia Universidad Javeriana http://opencvjaveriana.wikispaces.com/. OpenCV. 1. Introducción Uso e instalación.

Download Presentation

OpenCV

An Image/Link below is provided (as is) to download presentation Download Policy: Content on the Website is provided to you AS IS for your information and personal use and may not be sold / licensed / shared on other websites without getting consent from its author. Content is provided to you AS IS for your information and personal use only. Download presentation by click this link. While downloading, if for some reason you are not able to download a presentation, the publisher may have deleted the file from their server. During download, if you can't get a presentation, the file might be deleted by the publisher.

E N D

Presentation Transcript


  1. Ing. Francisco Carlos Calderón Pontificia Universidad Javeriana http://opencvjaveriana.wikispaces.com/ OpenCV

  2. 1. Introducción Uso e instalación. 1.1 Introducción.1.1.1 Descripción de la organización de las bibliotecas.1.1.2 Documentación "Wikis, Links útiles etc".1.2 Instalación de OpenCV 1.0 bajo Windows.1.3 Configuración de OpenCV en Microsoft Visual C++ 2008 Express Edition.1.4 Diferencias operativas y de instalación con OpenCV 1.0, 1.1, 2.0 y repositorio SVN

  3. 1.1 Introducción. Que es OpenCV? Son un conjunto de bibliotecas de C y C++ de código libre “Open Source”, orientadas a visión por computador. Puede ser usado en Windows Linux y MacOS X, existen interfaces para Python, Octave y Matlab bajo desarrollo.

  4. Licencia Intel fue pionera en el desarrollo de OpenCV, sin embargo su licencia permite el desarrollo con las bibliotecas e inclusive la modificación y distribución de las mismas, también la explotación investigativa y comercial. Completamente “Open Source”

  5. Estructura de OpenCV Estas bibliotecas se dividen en cinco grandes grupos : CXCORE: donde se encuentran las estructuras y algoritmos básicos que usan las demás funciones. Ej: suma, media, operaciones-binarias… 2. CV: donde están implementadas las funciones principales de procesamiento de imágenes. Ej: Erosión, Canny..

  6. Estructura de OpenCV 3. HighGUI: todo lo relacionado a la interfaz grafica de OpenCV y las funciones que permiten importar imágenes y video (actualmente ffmpeg, Cvcam,…etc)‏ 4. ML: que cuenta con algoritmos de aprendizaje, clasificadores y demás. Ej SVM, Adaboost. 5. CvAux: con funciones experimentales Ej BG/FG, estereo.

  7. Distribución de OpenCV

  8. 1.1.2 Documentación Oficial : http://opencv.willowgarage.com/wiki/ Documentación: http://opencv.willowgarage.com/documentation/index.html Soporte: http://tech.groups.yahoo.com/group/OpenCV/

  9. 1.1.2 Documentación OpenCV 1.0 API: http://www.cs.indiana.edu/cgi-pub/oleykin/website/OpenCVHelp/ Descarga de OpenCV: http://sourceforge.net/project/showfiles.php?group_id=22870&package_id=16937 OpenCV SVN: http://opencvlibrary.svn.sourceforge.net/viewvc/opencvlibrary/ OpenCV Wiki Javeriana: http://opencvjaveriana.wikispaces.com/

  10. Instalación de OpenCV 1.2 Instalación de OpenCV 1.0 bajo Windows. 1.3 Configuración de OpenCV en Microsoft Visual C++ 2008 Express Edition. 1.4 Diferencias operativas y de instalación con OpenCV 1.0, 1.1, 2.0 y repositorio SVN

More Related