1 / 14

EMGU-CV: Introduction au Traitement d ’ Images et Vid é o

EMGU-CV: Introduction au Traitement d ’ Images et Vid é o. Fran ç ois Meunier DMI. Contenu. Architecture de EMGU CV Installation de EMGU CV Programme simple avec EMGU CV Programmation de EMGU CV. Architecture de EMGU CV. (C#). Installation EMGU CV. T é l é chargement de EMGU CV 2.3

quade
Download Presentation

EMGU-CV: Introduction au Traitement d ’ Images et Vid é o

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. EMGU-CV: Introduction au Traitement d’Images et Vidéo François Meunier DMI

  2. Contenu • Architecture de EMGU CV • Installation de EMGU CV • Programme simple avec EMGU CV • Programmation de EMGU CV

  3. Architecture de EMGU CV (C#)

  4. Installation EMGU CV • Téléchargement de EMGU CV 2.3 • http://sourceforge.net/projects/emgucv/files/emgucv/2.3.0/ • Documentation: • http://www.emgu.com/wiki/files/2.3.0/document/Index.html

  5. Programme Simple (Version 1)

  6. Programme Simple (Version 1)

  7. Programme Simple (Version 2) ImageViewer Class

  8. Programmation • Pour utiliser les fonctionnalités EMGU spécifique à C# • il faut insérer les DLL dans votre projet (Project -> • AddReference)

  9. Programmation • Ajouter les énoncés using dans Form1.cs

  10. Programmation • Inclure les DLL C++ (opencv_core***.dll, • opencv_imgproc***.dll), Add -> Existing Item

  11. Programmation • Lecture et affichage d’une image • Conversion d’image (BGR -> Gray)

  12. Programmation • Assignation de couleurs

  13. Programmation • Lecture de couleurs

  14. Programmation • Lecture d’images

More Related