mirror of https://github.com/opencv/opencv.git
Open Source Computer Vision Library
https://opencv.org/
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
144 lines
3.4 KiB
144 lines
3.4 KiB
10 years ago
|
Introduction to OpenCV {#tutorial_table_of_content_introduction}
|
||
|
======================
|
||
|
|
||
|
Here you can read tutorials about how to set up your computer to work with the OpenCV library.
|
||
|
Additionally you can find very basic sample source code to introduce you to the world of the OpenCV.
|
||
|
|
||
|
- @subpage tutorial_linux_install
|
||
|
|
||
10 years ago
|
_Compatibility:_ \> OpenCV 2.0
|
||
10 years ago
|
|
||
10 years ago
|
_Author:_ Ana Huamán
|
||
10 years ago
|
|
||
|
We will learn how to setup OpenCV in your computer!
|
||
|
|
||
|
- @subpage tutorial_linux_gcc_cmake
|
||
|
|
||
10 years ago
|
_Compatibility:_ \> OpenCV 2.0
|
||
10 years ago
|
|
||
10 years ago
|
_Author:_ Ana Huamán
|
||
10 years ago
|
|
||
|
We will learn how to compile your first project using gcc and CMake
|
||
|
|
||
|
- @subpage tutorial_linux_eclipse
|
||
|
|
||
10 years ago
|
_Compatibility:_ \> OpenCV 2.0
|
||
10 years ago
|
|
||
10 years ago
|
_Author:_ Ana Huamán
|
||
10 years ago
|
|
||
|
We will learn how to compile your first project using the Eclipse environment
|
||
|
|
||
|
- @subpage tutorial_windows_install
|
||
|
|
||
10 years ago
|
_Compatibility:_ \> OpenCV 2.0
|
||
10 years ago
|
|
||
10 years ago
|
_Author:_ Bernát Gábor
|
||
10 years ago
|
|
||
|
You will learn how to setup OpenCV in your Windows Operating System!
|
||
|
|
||
|
- @subpage tutorial_windows_visual_studio_Opencv
|
||
|
|
||
10 years ago
|
_Compatibility:_ \> OpenCV 2.0
|
||
10 years ago
|
|
||
10 years ago
|
_Author:_ Bernát Gábor
|
||
10 years ago
|
|
||
|
You will learn what steps you need to perform in order to use the OpenCV library inside a new
|
||
|
Microsoft Visual Studio project.
|
||
|
|
||
|
- @subpage tutorial_windows_visual_studio_image_watch
|
||
|
|
||
10 years ago
|
_Compatibility:_ \>= OpenCV 2.4
|
||
10 years ago
|
|
||
10 years ago
|
_Author:_ Wolf Kienzle
|
||
10 years ago
|
|
||
|
You will learn how to visualize OpenCV matrices and images within Visual Studio 2012.
|
||
|
|
||
|
- @subpage tutorial_java_dev_intro
|
||
|
|
||
10 years ago
|
_Compatibility:_ \> OpenCV 2.4.4
|
||
10 years ago
|
|
||
10 years ago
|
_Authors:_ Eric Christiansen and Andrey Pavlenko
|
||
10 years ago
|
|
||
|
Explains how to build and run a simple desktop Java application using Eclipse, Ant or the
|
||
|
Simple Build Tool (SBT).
|
||
|
|
||
|
- @subpage tutorial_java_eclipse
|
||
|
|
||
10 years ago
|
_Compatibility:_ \> OpenCV 2.4.4
|
||
10 years ago
|
|
||
10 years ago
|
_Author:_ Barış Evrim Demiröz
|
||
10 years ago
|
|
||
|
A tutorial on how to use OpenCV Java with Eclipse.
|
||
|
|
||
|
- @subpage tutorial_clojure_dev_intro
|
||
|
|
||
10 years ago
|
_Compatibility:_ \> OpenCV 2.4.4
|
||
10 years ago
|
|
||
10 years ago
|
_Author:_ Mimmo Cosenza
|
||
10 years ago
|
|
||
|
A tutorial on how to interactively use OpenCV from the Clojure REPL.
|
||
|
|
||
|
- @subpage tutorial_android_dev_intro
|
||
|
|
||
10 years ago
|
_Compatibility:_ \> OpenCV 2.4.2
|
||
10 years ago
|
|
||
10 years ago
|
_Author:_ Vsevolod Glumov
|
||
10 years ago
|
|
||
|
Not a tutorial, but a guide introducing Android development basics and environment setup
|
||
|
|
||
|
- @subpage tutorial_O4A_SDK
|
||
|
|
||
10 years ago
|
_Compatibility:_ \> OpenCV 2.4.2
|
||
10 years ago
|
|
||
10 years ago
|
_Author:_ Vsevolod Glumov
|
||
10 years ago
|
|
||
|
OpenCV4Android SDK: general info, installation, running samples
|
||
|
|
||
|
- @subpage tutorial_dev_with_OCV_on_Android
|
||
|
|
||
10 years ago
|
_Compatibility:_ \> OpenCV 2.4.3
|
||
10 years ago
|
|
||
10 years ago
|
_Author:_ Vsevolod Glumov
|
||
10 years ago
|
|
||
|
Development with OpenCV4Android SDK
|
||
|
|
||
|
- @subpage tutorial_ios_install
|
||
|
|
||
10 years ago
|
_Compatibility:_ \> OpenCV 2.4.2
|
||
10 years ago
|
|
||
10 years ago
|
_Author:_ Artem Myagkov, Eduard Feicho
|
||
10 years ago
|
|
||
|
We will learn how to setup OpenCV for using it in iOS!
|
||
|
|
||
|
- @subpage tutorial_arm_crosscompile_with_cmake
|
||
|
|
||
10 years ago
|
_Compatibility:_ \> OpenCV 2.4.4
|
||
10 years ago
|
|
||
10 years ago
|
_Author:_ Alexander Smorkalov
|
||
10 years ago
|
|
||
|
We will learn how to setup OpenCV cross compilation environment for ARM Linux.
|
||
|
|
||
|
- @subpage tutorial_display_image
|
||
|
|
||
10 years ago
|
_Compatibility:_ \> OpenCV 2.0
|
||
10 years ago
|
|
||
10 years ago
|
_Author:_ Ana Huamán
|
||
10 years ago
|
|
||
|
We will learn how to display an image using OpenCV
|
||
|
|
||
|
- @subpage tutorial_load_save_image
|
||
|
|
||
10 years ago
|
_Compatibility:_ \> OpenCV 2.0
|
||
10 years ago
|
|
||
10 years ago
|
_Author:_ Ana Huamán
|
||
10 years ago
|
|
||
|
We will learn how to save an Image in OpenCV...plus a small conversion to grayscale
|
||
|
|
||
10 years ago
|
- @subpage tutorial_documentation
|
||
10 years ago
|
|
||
10 years ago
|
_Compatibility:_ \> OpenCV 3.0
|
||
10 years ago
|
|
||
10 years ago
|
_Author:_ Maksim Shabunin
|
||
10 years ago
|
|
||
10 years ago
|
This tutorial describes new documenting process and some useful Doxygen features.
|