Giter VIP home page Giter VIP logo

opencv_3_windows_10_installation_tutorial's Introduction

Welcome to the OpenCV 3 Windows 10 Installation Tutorial !!

If you are unsure where to start I would recommend starting at the beginning of Installation Cheat Sheet 1, then working your way through each of the 4 Cheat Sheets.  It would be highly recommended to view the YouTube videos accompanying each Cheat Sheet (link available at the top of each Cheat Sheet).

All installation/configuration procedures and programs have been thoroughly tested on Windows 10.  To my knowledge they should all work on Windows 7/8/8.1 with only minor differences in menu choices, but this has not been tested by me personally so I cannot vouch for 7/8/8.1.  Testing was performed on a Dell desktop and HP ProBook, both Windows 10 64-bit computers.

Parts 1 - 4 cover the following:

1) Visual Studio 2015 and precompiled binaries
2) Python 2
3) Emgu CV (Visual Basic.NET and C#)
4) OpenCV compile from source, configuration with Visual Studio 2015 and Qt, and a Qt GUI program

Part 1 video: https://www.youtube.com/watch?v=7SM5OD2pZKY
Part 2 video: https://www.youtube.com/watch?v=hMXldo27L8c
Part 3 video: https://www.youtube.com/watch?v=7iyfJ-YaKvw
Part 4 video: http://youtu.be/akAAAvGyLn0

Enjoy !!

opencv_3_windows_10_installation_tutorial's People

Contributors

cdahms123 avatar microcontrollersandmore avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

opencv_3_windows_10_installation_tutorial's Issues

.dll file missing

while building the cannystill project it shows an error that the file opencv_world320d.dll is missing form your computer.But the file is there present in the bin folder

import cv2 resulting in runtime error?

Hi,
I am downloading opencv for python 2.7.5 for the first time, and I followed all the steps on the installation tutorial but to no avail. I've tried uninstalling and reinstalling a couple of times but nothing I do seems to work. I've attached a screenshot of the error I am getting; if anyone could tell me how to fix it, I'd super appreciate it. Thanks
screenshot 24

Debugging in QtCreator

Hello ,

I have managed to follow your instruction and successfully ran your sample file to process an image using opencv. Then I started to create a tiny application of my own and needed to use the debugger. Since I am in Windows , I had to setup the Windows debugger separately by visual studio installer. After the installation of the Windows SDK, I pointed to the windows debugger from the QtCreator and I started to get compilation error with the same sample application that used to work after the initial setup. The error is:

"C:\Users\si3699\Documents\CustomInstallation\ComputerVision\opencv\build\include\opencv2\core\types_c.h:55: error: C1083: Cannot open include file: 'assert.h': No such file or directory"

Some hint is requested to get around this issue.

Thanks

638 error in visual Studio when build solutaion

Hello.I do every things that you said in video and pdf file.but after build solution in visual studio , I get 638 error about opencv_highgui and then it don,t create open_highgui.dll . so when I want to run CannyStill program , Iy error "open_highgui.dll" missed.
Look at this image:
https://i.imgsafe.org/e7da4154ee.jpg
also here are all errors:
http://m.uploadedit.com/ba3s/1466859019730.txt

more errors are about LINKER and QWidget.
what should I do?

Unhandled exception at 0x71647D43 (opencv_ffmpeg300.dll) in AVIVideo.exe: 0xC0000005: Access violation reading location 0x00000000.

Previously I follow your turtorial, but when I uses the following code, I found the error and every time this is talking about "opencv_ffmpeg300.dll". I can't get rid form this error.
I am waiting for your response.

include<opencv2/core/core.hpp>

include<opencv2/highgui/highgui.hpp>

include<opencv2/imgproc/imgproc.hpp>

int main ( int argc, char** argv)
{
cvNamedWindow( "Example2", CV_WINDOW_AUTOSIZE);
CvCapture* capture = cvCreateFileCapture( argv[1] );
IplImage* frame;
while(1)
{
frame = cvQueryFrame( capture );
if( !frame ) break;
cvShowImage( "Example2", frame );
char c = cvWaitKey(33);
if( c == 27) break;
}
cvReleaseCapture( &capture );
cvDestroyWindow( "Example2" );
}

Unhandled exception at 0x71647D43 (opencv_ffmpeg300.dll) in AVIVideo.exe: 0xC0000005: Access violation reading location 0x00000000.

save image

hi I had tryed your OpenCV 3 Car Counting VB work fine, I want to save image of car once it crosses the line how to do it?

Error C1083 Cannot open include file: 'opencv2/core/core.hpp

I followed all your steps however I got this error:

Severity Code Description Project File Line Category Source Suppression State Tool
Error C1083 Cannot open include file: 'opencv2/core/core.hpp': No such file or directory CannyStill1 c:\users\mona\documents\visual studio 2015\projects\cannystill1\cannystill1\cannystill1.cpp 3 fatal Build  

Complete question with screenshots here http://stackoverflow.com/questions/41270069/opencv2-core-core-hpp-no-such-file-or-directory

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.