Click here to Skip to main content
15,886,362 members
Articles / Desktop Programming / Win32

An introduction to OpenCV (Part II): Implementing mouse events, manipulating images, and creating video clips

Rate me:
Please Sign up or sign in to vote.
4.58/5 (9 votes)
11 Feb 2013CPOL14 min read 76.9K   2.1K   43  
Shows how to use OpenCV to write videos, how to implement mouse events, and presents some commands on image manipulation as well.
// stdafx.cpp : Quelltextdatei, die nur die Standard-Includes einbindet
// UsingOpenCV.pch ist der vorcompilierte Header
// stdafx.obj enth�lt die vorcompilierte Typinformation

#include "stdafx.h"

// TODO: Verweisen Sie auf zus�tzliche Header, die in STDAFX.H 
// und nicht in dieser Datei erforderlich sind.

By viewing downloads associated with this article you agree to the Terms of Service and the article's licence.

If a file you wish to view isn't highlighted, and is a text file (not binary), please let us know and we'll add colourisation support for it.

License

This article, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)


Written By
Austria Austria
I try to be a behavioral scientist who uses his programming 'skills' to solve problems arising in the field of nonverbal communication.

Comments and Discussions