OpenCV (All Versions) - Easy Installation Guide and Sample Project (VS 2010 C++)

OpenCV (All Versions) - Easy Installation Guide and Sample Project (VS 2010 C++)


A step by step guide on installing OpenCV for Visual Studio 2010.

Found this video useful? $1 PayPal Donations are very much appreciated, thank you. https://www.paypal.com/cgi-bin/webscr...

OpenCV download: http://sourceforge.net/projects/openc...

Some copy and pastables:

Additional Include Directories: $(OPENCV_BUILD)\include
Additional Library Directories: $(OPENCV_BUILD)\x86\vc10\lib

**UPDATE**
Version 2.4.6 Additional Dependencies:

opencv_core246d.lib
opencv_imgproc246d.lib
opencv_highgui246d.lib
opencv_ml246d.lib
opencv_video246d.lib
opencv_features2d246d.lib
opencv_calib3d246d.lib


2.4.3 Additional Dependencies:
opencv_core243d.lib
opencv_imgproc243d.lib
opencv_highgui243d.lib
opencv_ml243d.lib
opencv_video243d.lib
opencv_features2d243d.lib
opencv_calib3d243d.lib

Release Additional Dependencies (same thing but without 'd' at the end):
opencv_core243.lib
opencv_imgproc243.lib
opencv_highgui243.lib
opencv_ml243.lib
opencv_video243.lib
opencv_features2d243.lib
opencv_calib3d243.lib
Closed Caption:

hello everyone welcome to the tutorial
on installing opencv version 2.4 . 3 on
visual studio 2010
- column or fourth year electrical
engineering student from the University
of British Columbia
the first thing you're going to want to
do is add to the open sea source for
stage
the quick
can see for windows or carry them
you can see that there's plenty of
version but the most latest one is two
point four point three will click on
that
ok it was already in an executable file
I we're not going to need to compile any
libraries can see maker
however some other tutorials and have
shown how to compile your library's i
find that way more complicated
especially here at this tutorial you
obviously having some trouble installing
it so we're going to click on the
executable two point four point three
once that's finished downloading you can
open it up and we're going to extract it
to see
: / hoping cd43 once that's done
extracting we can head to our C
directory which we save it in cv . for .
for you here now there's going to be a
folder in there called open CD
what we're going to do is we're going to
copy all of the contents in this folder
we're just going to move it out to our
director here
so once that's tasted it once that's
finished copying over we're going to
delete the whole directory open CD
the next thing I'm going to want to do
is create some environment variables
now we're going to do that click on
start computer system properties
advanced system settings environment
variables
now under system variables are going to
create a new variable like you call the
variable being broken CD of the school
build the variable value that's going to
be where we install
the are the library conserve see going
back / GV 2 or 3 / killed
next under system variables to scroll
down to get the path
we're going to click on edit we're going
to go again we're going to type in a
semicolon press enter
opencv other support build percent
that's the system variable we just
created a square takes to see
: / opencv 243 backslash build from
there
we're going to click back / x86 / you
see 10 / beginning
ok now that we've linked their
environment variables to the opencv
library will show you how to make a
project in visual studio in the project
call it
why open
ok you create a new project and exterior
of the property manager
we're going to right click on debug your
mind you opencv where click add new
project property sheet
we're going to call this property sheet
opencv underscore debug we're going to
right click on open sea debug and click
properties
we're going to see / c++ in front of
additional include directories
click on the edit we're just going to
paste in this string which I have
provided below click OK and go down the
linker in general and under had
additional library directories
go ahead it we're going to paste in this
string here which I've also provide both
finally go to input under labor in there
in front of additional dependencies
we're going to paste in this long string
what you're going to you're going to
want to face this with it unless you
want to take this all of this is that
just makes us all the library files
click ok click ok now that we've linked
Visual Studio Tour library going to test
up see them working correctly
i'm going to create a new CPP file
help me no I mean we're going to try and
include some of the libraries that we
are individual studio here so we're
going to have found include the bracket
opencv now if I these two folders and
coming up with you when you type in
opencv and you've done something wrong
you have to go back and try again
but I also click open CV back /c . h and
also going to see I GUI cv
this is working correctly you should see
yourself
all right ok so any questions or
comments below and as soon as i can
answer all your questions

Video Length: 07:49
Uploaded By: Kyle Hounslow
View Count: 287,968

Related Videos
Tutorial: Real-Time Object Tracking Using OpenCV
Tutorial: Real-Time Object Tracking Using OpenCV

Found this video useful? $1 PayPal Donations are very much appreciated, thank you. https://www.paypal.com/cgi-bin/webscr... For tutoring rates and business inquiries, please email kyle.hounslow@gmail.com A simplified method for tracking objects in a webcam stream. In this video we use Visual Studio 2010 and OpenCV. DOWNLOAD SOURCE FILE HERE (right-click, Save link as): https://raw.githubusercontent.com/kyl... Tutorial made on a 64-bit ...
Video Length: 13:11
Uploaded By: Kyle Hounslow
View Count: 485,044

OpenCV Tutorial: Real-Time Object Tracking Without Colour
OpenCV Tutorial: Real-Time Object Tracking Without Colour

Found this video useful? $1 PayPal Donations are very much appreciated, thank you. https://www.paypal.com/cgi-bin/webscr... For tutoring rates and business inquiries, please email kyle.hounslow@gmail.com In this tutorial we will look at real-time object tracking using the method of sequential images. This allows us to track objects without the use of colour filtering. We code in C++ using Visual Studio 2010. Start by downloading the following zip file: ...
Video Length: 22:31
Uploaded By: Kyle Hounslow
View Count: 263,430

Traffic counting based on OpenCV
Traffic counting based on OpenCV

A simple example of background subtraction and frame difference method. Accuracy may vary.
Video Length: 02:41
Uploaded By: excellentSK
View Count: 251,141

OpenCV Python Neural Network Autonomous RC Car
OpenCV Python Neural Network Autonomous RC Car

Bridgewater State University COMP 502 Project, May 2015 Self driving RC car: OpenCV neural network - Steering Haar-cascade classifiers - Stop sign and traffic light detection Ultrasonic sensor - Front collision avoidance Raspberry Pi - Data streaming (video and sensor) Arduino - RC car control BGM: [Hunter x Hunter 2011] Original Soundtrack 3 28 - Holding A Card File üm-ün Source Code:br ...
Video Length: 03:06
Uploaded By: Wang Zheng
View Count: 246,410

Beaglebone: Video Capture and Image Processing  on Embedded Linux using OpenCV
Beaglebone: Video Capture and Image Processing on Embedded Linux using OpenCV

In this video I look at how you can get started with video capture and image processing on the Beaglebone. It is an introductory video that should give people who are new to this topic a starting point to work from. I look at three different distinct challenges: - How do you capture video from a USB webcam under Linux - How do you capture image frames from a USB webcam under Linux - How do you use OpenCV to capture and image process frames so that you can build computer vision ...
Video Length: 31:40
Uploaded By: Derek Molloy
View Count: 186,099

Raspberry Pi camera module openCV object tracking and following self balancing robot
Raspberry Pi camera module openCV object tracking and following self balancing robot

http://roboticssamy.blogspot.pt/ Vision: Raspberry Pi model B Raspberry Pi camera module OpenCV OpenCV working with Pi camera thanks to this great tutorial: http://thinkrpi.wordpress.com/2013/05... Thank you Pierre Robot setup: Carbon fiber chassis 2000 mAh 11.1V LiPo battery PIC24 microcontroller Murata ENC-03 gyro MMA7361L accelerometer NEMA17 step motors RC 1/8 Buggy wheels Link to ...
Video Length: 01:01
Uploaded By: 74Samy
View Count: 154,983

How to create the OpenCV binary files yourself - Part 1
How to create the OpenCV binary files yourself - Part 1

This is a video version of the OpenCV tutorial here: http://opencv.itseez.com/doc/tutorial... Part 2 may be found at:
Video Length: 12:29
Uploaded By: OpenCVTutorials
View Count: 147,743

Laser tracking projection with Kinect and OpenCV
Laser tracking projection with Kinect and OpenCV

I finally downloaded OpenCV (an open source computer vision library) and spent some time learning about how to use it. It was actually surprisingly painless once I got the hang of it, and there are lots of things you can do once you feed it an image (in this case, the depth image). What I did was rig it to track contours on the depth image, and attempt to pick out a rectangular object. Then, by using the detected location of the corners, I can apply it as a perspective transform to ...
Video Length: 02:41
Uploaded By: marcan
View Count: 134,022

Copyright © 2025, Ivertech. All rights reserved.