opencv/doc/tutorials/introduction/table_of_content_introduction.markdown

174 lines
4.2 KiB
Markdown
Raw Normal View History

2014-11-27 20:39:05 +08:00
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
2014-12-09 23:45:36 +08:00
_Compatibility:_ \> OpenCV 2.0
2014-11-27 20:39:05 +08:00
2014-12-09 23:45:36 +08:00
_Author:_ Ana Huamán
2014-11-27 20:39:05 +08:00
We will learn how to setup OpenCV in your computer!
- @subpage tutorial_linux_gcc_cmake
2014-12-09 23:45:36 +08:00
_Compatibility:_ \> OpenCV 2.0
2014-11-27 20:39:05 +08:00
2014-12-09 23:45:36 +08:00
_Author:_ Ana Huamán
2014-11-27 20:39:05 +08:00
We will learn how to compile your first project using gcc and CMake
- @subpage tutorial_linux_eclipse
2014-12-09 23:45:36 +08:00
_Compatibility:_ \> OpenCV 2.0
2014-11-27 20:39:05 +08:00
2014-12-09 23:45:36 +08:00
_Author:_ Ana Huamán
2014-11-27 20:39:05 +08:00
We will learn how to compile your first project using the Eclipse environment
- @subpage tutorial_windows_install
2014-12-09 23:45:36 +08:00
_Compatibility:_ \> OpenCV 2.0
2014-11-27 20:39:05 +08:00
2014-12-09 23:45:36 +08:00
_Author:_ Bernát Gábor
2014-11-27 20:39:05 +08:00
You will learn how to setup OpenCV in your Windows Operating System!
2017-12-15 19:18:59 +08:00
- @subpage tutorial_windows_visual_studio_opencv
2014-11-27 20:39:05 +08:00
2014-12-09 23:45:36 +08:00
_Compatibility:_ \> OpenCV 2.0
2014-11-27 20:39:05 +08:00
2014-12-09 23:45:36 +08:00
_Author:_ Bernát Gábor
2014-11-27 20:39:05 +08:00
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
2014-12-09 23:45:36 +08:00
_Compatibility:_ \>= OpenCV 2.4
2014-11-27 20:39:05 +08:00
2014-12-09 23:45:36 +08:00
_Author:_ Wolf Kienzle
2014-11-27 20:39:05 +08:00
You will learn how to visualize OpenCV matrices and images within Visual Studio 2012.
- @subpage tutorial_java_dev_intro
2014-12-09 23:45:36 +08:00
_Compatibility:_ \> OpenCV 2.4.4
2014-11-27 20:39:05 +08:00
2014-12-09 23:45:36 +08:00
_Authors:_ Eric Christiansen and Andrey Pavlenko
2014-11-27 20:39:05 +08:00
Explains how to build and run a simple desktop Java application using Eclipse, Ant or the
Simple Build Tool (SBT).
- @subpage tutorial_java_eclipse
2014-12-09 23:45:36 +08:00
_Compatibility:_ \> OpenCV 2.4.4
2014-11-27 20:39:05 +08:00
2014-12-09 23:45:36 +08:00
_Author:_ Barış Evrim Demiröz
2014-11-27 20:39:05 +08:00
A tutorial on how to use OpenCV Java with Eclipse.
- @subpage tutorial_clojure_dev_intro
2014-12-09 23:45:36 +08:00
_Compatibility:_ \> OpenCV 2.4.4
2014-11-27 20:39:05 +08:00
2014-12-09 23:45:36 +08:00
_Author:_ Mimmo Cosenza
2014-11-27 20:39:05 +08:00
A tutorial on how to interactively use OpenCV from the Clojure REPL.
- @subpage tutorial_android_dev_intro
2014-12-09 23:45:36 +08:00
_Compatibility:_ \> OpenCV 2.4.2
2014-11-27 20:39:05 +08:00
2014-12-09 23:45:36 +08:00
_Author:_ Vsevolod Glumov
2014-11-27 20:39:05 +08:00
Not a tutorial, but a guide introducing Android development basics and environment setup
- @subpage tutorial_O4A_SDK
2014-12-09 23:45:36 +08:00
_Compatibility:_ \> OpenCV 2.4.2
2014-11-27 20:39:05 +08:00
2014-12-09 23:45:36 +08:00
_Author:_ Vsevolod Glumov
2014-11-27 20:39:05 +08:00
OpenCV4Android SDK: general info, installation, running samples
- @subpage tutorial_dev_with_OCV_on_Android
2014-12-09 23:45:36 +08:00
_Compatibility:_ \> OpenCV 2.4.3
2014-11-27 20:39:05 +08:00
2014-12-09 23:45:36 +08:00
_Author:_ Vsevolod Glumov
2014-11-27 20:39:05 +08:00
Development with OpenCV4Android SDK
- @subpage tutorial_android_ocl_intro
_Compatibility:_ \>= OpenCV 3.0
_Author:_ Andrey Pavlenko
Modify Android camera preview with OpenCL
2014-11-27 20:39:05 +08:00
- @subpage tutorial_ios_install
2014-12-09 23:45:36 +08:00
_Compatibility:_ \> OpenCV 2.4.2
2014-11-27 20:39:05 +08:00
_Author:_ Artem Myagkov, Eduard Feicho, Steve Nicholson
2014-11-27 20:39:05 +08:00
We will learn how to setup OpenCV for using it in iOS!
- @subpage tutorial_arm_crosscompile_with_cmake
2014-12-09 23:45:36 +08:00
_Compatibility:_ \> OpenCV 2.4.4
2014-11-27 20:39:05 +08:00
2014-12-09 23:45:36 +08:00
_Author:_ Alexander Smorkalov
2014-11-27 20:39:05 +08:00
We will learn how to setup OpenCV cross compilation environment for ARM Linux.
- @subpage tutorial_building_tegra_cuda
_Compatibility:_ \>= OpenCV 3.1.0
_Author:_ Randy J. Ray
This tutorial will help you build OpenCV 3.1.0 for NVIDIA<sup>&reg;</sup> Tegra<sup>&reg;</sup> systems with CUDA 8.0.
2014-11-27 20:39:05 +08:00
- @subpage tutorial_display_image
2014-12-09 23:45:36 +08:00
_Compatibility:_ \> OpenCV 2.0
2014-11-27 20:39:05 +08:00
2014-12-09 23:45:36 +08:00
_Author:_ Ana Huamán
2014-11-27 20:39:05 +08:00
We will learn how to display an image using OpenCV
- @subpage tutorial_load_save_image
2014-12-09 23:45:36 +08:00
_Compatibility:_ \> OpenCV 2.0
2014-11-27 20:39:05 +08:00
2014-12-09 23:45:36 +08:00
_Author:_ Ana Huamán
2014-11-27 20:39:05 +08:00
We will learn how to save an Image in OpenCV...plus a small conversion to grayscale
2014-12-09 23:45:36 +08:00
- @subpage tutorial_documentation
2014-11-27 20:39:05 +08:00
2014-12-09 23:45:36 +08:00
_Compatibility:_ \> OpenCV 3.0
2014-11-27 20:39:05 +08:00
2014-12-09 23:45:36 +08:00
_Author:_ Maksim Shabunin
2014-11-27 20:39:05 +08:00
2014-12-09 23:45:36 +08:00
This tutorial describes new documenting process and some useful Doxygen features.
2015-03-19 18:18:10 +08:00
- @subpage tutorial_transition_guide
_Author:_ Maksim Shabunin
This document describes some aspects of 2.4 -> 3.0 transition process.
- @subpage tutorial_cross_referencing
_Compatibility:_ \> OpenCV 3.3.0
_Author:_ Sebastian Höffner
This document outlines how to create cross references to the OpenCV documentation from other Doxygen projects.