INDEX ∞ Image Processing ∞ OpenCV ∞ Download & Setup ∞ Make Project ∞ Show Result ∞ Q & A Setup OpenCV & Tutorial
Image Processing? –Digital Image Processing Or called Digital Picture Processing –Manage the image with geometric processing Manage the digital signature Use Mathematics and a lot of algorithm
Application –Space Science
Application –Earth Science
Application –Factory Automation Part
Application –Medicine Part
Application –Security & Biotechnology part
What is OpenCV? –From. Intel Corporation Officially launched in 1999 at Intel Research called OpenCV Project –Open source Computer Vision library User can fix & compile source code, commercial license (BSD License) Late ver (released at ) –Real-time Image Processing Optimized at real-time image processing Support various algorithm (Basic to Expert) –Various Platform and Language Windows, iOS, Android, Linux… C, C++, JAVA, C#, Python, Ruby…
Applications –Face detect and recognition –Recognition the gesture –Recognition the figure –Medical application –Check badness goods at Factory Automation –Security –Argument Reality –Etc…..
OpenCV’s official website –
Download latest version
Excute program & Set path
Wait for unzip processing
Excute Visual Studio 2010
Make new project
Make empty project
Add new category
Make C++ file
Finish to make project
Set OpenCV’s path
Set OpenCV’s path(Include directory)
Set OpenCV’s path(Library)
Copy dll files to project folder
Input Source code(Headers)
Input Source code(Library – vol.1)
Input Source code(Library – vol.2)
Input Source code(Main)
Show Result