1Introduction to OpenCV {#tutorial_table_of_content_introduction} 2====================== 3 4Here you can read tutorials about how to set up your computer to work with the OpenCV library. 5Additionally you can find very basic sample source code to introduce you to the world of the OpenCV. 6 7- @subpage tutorial_linux_install 8 9 _Compatibility:_ \> OpenCV 2.0 10 11 _Author:_ Ana Huamán 12 13 We will learn how to setup OpenCV in your computer! 14 15- @subpage tutorial_linux_gcc_cmake 16 17 _Compatibility:_ \> OpenCV 2.0 18 19 _Author:_ Ana Huamán 20 21 We will learn how to compile your first project using gcc and CMake 22 23- @subpage tutorial_linux_eclipse 24 25 _Compatibility:_ \> OpenCV 2.0 26 27 _Author:_ Ana Huamán 28 29 We will learn how to compile your first project using the Eclipse environment 30 31- @subpage tutorial_windows_install 32 33 _Compatibility:_ \> OpenCV 2.0 34 35 _Author:_ Bernát Gábor 36 37 You will learn how to setup OpenCV in your Windows Operating System! 38 39- @subpage tutorial_windows_visual_studio_Opencv 40 41 _Compatibility:_ \> OpenCV 2.0 42 43 _Author:_ Bernát Gábor 44 45 You will learn what steps you need to perform in order to use the OpenCV library inside a new 46 Microsoft Visual Studio project. 47 48- @subpage tutorial_windows_visual_studio_image_watch 49 50 _Compatibility:_ \>= OpenCV 2.4 51 52 _Author:_ Wolf Kienzle 53 54 You will learn how to visualize OpenCV matrices and images within Visual Studio 2012. 55 56- @subpage tutorial_java_dev_intro 57 58 _Compatibility:_ \> OpenCV 2.4.4 59 60 _Authors:_ Eric Christiansen and Andrey Pavlenko 61 62 Explains how to build and run a simple desktop Java application using Eclipse, Ant or the 63 Simple Build Tool (SBT). 64 65- @subpage tutorial_java_eclipse 66 67 _Compatibility:_ \> OpenCV 2.4.4 68 69 _Author:_ Barış Evrim Demiröz 70 71 A tutorial on how to use OpenCV Java with Eclipse. 72 73- @subpage tutorial_clojure_dev_intro 74 75 _Compatibility:_ \> OpenCV 2.4.4 76 77 _Author:_ Mimmo Cosenza 78 79 A tutorial on how to interactively use OpenCV from the Clojure REPL. 80 81- @subpage tutorial_android_dev_intro 82 83 _Compatibility:_ \> OpenCV 2.4.2 84 85 _Author:_ Vsevolod Glumov 86 87 Not a tutorial, but a guide introducing Android development basics and environment setup 88 89- @subpage tutorial_O4A_SDK 90 91 _Compatibility:_ \> OpenCV 2.4.2 92 93 _Author:_ Vsevolod Glumov 94 95 OpenCV4Android SDK: general info, installation, running samples 96 97- @subpage tutorial_dev_with_OCV_on_Android 98 99 _Compatibility:_ \> OpenCV 2.4.3 100 101 _Author:_ Vsevolod Glumov 102 103 Development with OpenCV4Android SDK 104 105- @subpage tutorial_ios_install 106 107 _Compatibility:_ \> OpenCV 2.4.2 108 109 _Author:_ Artem Myagkov, Eduard Feicho 110 111 We will learn how to setup OpenCV for using it in iOS! 112 113- @subpage tutorial_arm_crosscompile_with_cmake 114 115 _Compatibility:_ \> OpenCV 2.4.4 116 117 _Author:_ Alexander Smorkalov 118 119 We will learn how to setup OpenCV cross compilation environment for ARM Linux. 120 121- @subpage tutorial_display_image 122 123 _Compatibility:_ \> OpenCV 2.0 124 125 _Author:_ Ana Huamán 126 127 We will learn how to display an image using OpenCV 128 129- @subpage tutorial_load_save_image 130 131 _Compatibility:_ \> OpenCV 2.0 132 133 _Author:_ Ana Huamán 134 135 We will learn how to save an Image in OpenCV...plus a small conversion to grayscale 136 137- @subpage tutorial_biicode 138 139 _Compatibility:_ \> OpenCV 2.4 140 141 _Author:_ biicode 142 143 We will learn how to setup and use OpenCV in Mac OS X, Linux and Windows 144 145- @subpage tutorial_documentation 146 147 _Compatibility:_ \> OpenCV 3.0 148 149 _Author:_ Maksim Shabunin 150 151 This tutorial describes new documenting process and some useful Doxygen features. 152 153- @subpage tutorial_transition_guide 154 155 _Author:_ Maksim Shabunin 156 157 This document describes some aspects of 2.4 -> 3.0 transition process. 158