TURKISH

 

 

     Nusrettin Gulec

 

 

 

 

     Links:

 

·      Sabanci University

 

·      Faculty of Engineering

          and Natural Sciences

 

·      Mechatronics Program

 

·      Private Turkish College

 

·      Zargan Turkish Glossaries

 

·      Cambridge Dictionaries

 

·      NeHe OpenGL Pages

 

    

      Nusret’s Archive:

 

·      Master Thesis

 

·      Simulation Videos

 

·      Experiment Videos

 

·      Parallel Port in WinXP

 

·      Parallel Port from C++

 

·      OpenCV Installation

 

OpenCV Template Code

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

Last Updated on:

 

02.12.2005

 

Main

Education

Projects

Publications

CV

 

 

 

 

Nusrettin GULEC

 

Ph.D. Candidate & Research Assistant

Sabanci University Mechatronics Program

 

E-mail:

nusrettin@su.sabanciuniv.edu

 

Mailing

Address:

Faculty of Engineering and Natural Sciences, Orhanli – Tuzla, 34956,

Istanbul – TURKEY

 

Office:

Lab:

Mobile:

+90 (216) 483 90 00 (2323)

+90 (216) 483 95 65

+90 (533) 252 44 29

 

Pbx:

+90 (216) 483 95 50

 

 

         OpenCV Template Code

 

A template code for OpenCV library written in C++ under Microsoft Visual Studio 6.0 is published on this page.

 

OpenCV means Intel® Open Source Computer Vision Library. It is a collection of C functions and few C++ classes that implement some popular algorithms of Image Processing and Computer Vision.

 

OpenCV is cross-platform middle-to-high level API that consists of a few hundreds C functions. It does not rely on external numerical libraries, though it can make use of some of them (see below) at runtime, if they are available.

 

More references on the functions and libraries of OpenCV can be found at the following link:

 

OpenCV Documentation

 

 

The code is prepared by Nusrettin Gulec ©, and highly-commented for easier use and understanding.

 

This is just a sample code for beginners. It doesn’t contain too many functions. All it does it to capture frames and display them in windows opened therein.

 

The code should work directly if the installation instructions of OpenCV given at OpenCV Installation on the right are correctly followed. In this case, download the following code and run it in your project:

 

OpenCV Template Code

 

 

If the provided code doesn’t work, download OpenCV Template Project below. Unzip and modify the code for your purposes.

 

OpenCV Template Project