1
0
mirror of https://github.com/opencv/opencv.git synced 2026-07-30 15:53:03 +04:00

Merge pull request #26441 from sturkmen72:upd_tutorials

Update tutorials #26441

### Pull Request Readiness Checklist

See details at https://github.com/opencv/opencv/wiki/How_to_contribute#making-a-good-pull-request

- [x] I agree to contribute to the project under Apache 2 License.
- [x] To the best of my knowledge, the proposed patch is not based on a code under GPL or another license that is incompatible with OpenCV
- [x] The PR is proposed to the proper branch
- [x] There is a reference to the original bug report and related work
- [ ] There is accuracy test, performance test and test data in opencv_extra repository, if applicable
      Patch to opencv_extra has the same branch name.
- [ ] The feature is well documented and sample code can be built with the project CMake
This commit is contained in:
Suleyman TURKMEN
2025-03-11 16:17:21 +03:00
committed by GitHub
parent 1f63b986a1
commit 656038346b
22 changed files with 70 additions and 19 deletions
@@ -9,6 +9,8 @@ Introduction into Android Development {#tutorial_android_dev_intro}
| Original author | Rostislav Vasilikhin |
| Compatibility | OpenCV >= 4.0 |
@tableofcontents
This guide was designed to help you in learning Android development basics and setting up your
working environment quickly. It was tested with Ubuntu 22.04 and Windows 10.
@@ -12,6 +12,8 @@
| Original author | Dmitry Kurtaev |
| Compatibility | OpenCV >= 4.9 |
@tableofcontents
## Introduction
In this tutorial you'll know how to run deep learning networks on Android device
using OpenCV deep learning module.
@@ -9,6 +9,8 @@ Use OpenCL in Android camera preview based CV application {#tutorial_android_ocl
| Original author | Andrey Pavlenko, Alexander Panov |
| Compatibility | OpenCV >= 4.9 |
@tableofcontents
This guide was designed to help you in use of [OpenCL ™](https://www.khronos.org/opencl/) in Android camera preview based CV application.
Tutorial was written for [Android Studio](http://developer.android.com/tools/studio/index.html) 2022.2.1. It was tested with Ubuntu 22.04.
@@ -9,6 +9,8 @@ Android Development with OpenCV {#tutorial_dev_with_OCV_on_Android}
| Original authors | Alexander Panov, Rostislav Vasilikhin |
| Compatibility | OpenCV >= 4.9.0 |
@tableofcontents
This tutorial has been created to help you use OpenCV library within your Android project.
This guide was checked on Ubuntu but contains no platform-dependent parts, therefore should be compatible with any OS supported by Android Studio and OpenCV4Android SDK.
@@ -9,6 +9,8 @@ Introduction to OpenCV Development with Clojure {#tutorial_clojure_dev_intro}
| Original author | Mimmo Cosenza |
| Compatibility | OpenCV >= 3.0 |
@tableofcontents
@warning
This tutorial can contain obsolete information.
@@ -9,6 +9,8 @@ Cross compilation for ARM based Linux systems {#tutorial_arm_crosscompile_with_c
| Original author | Alexander Smorkalov |
| Compatibility | OpenCV >= 3.0 |
@tableofcontents
@warning
This tutorial can contain obsolete information.
@@ -11,6 +11,8 @@
| Compatibility | Ubuntu >=23.04 |
|^ | OpenCV >=4.8.0 |
@tableofcontents
@warning
This tutorial may contain obsolete information.
@@ -9,6 +9,8 @@ Introduction to Java Development {#tutorial_java_dev_intro}
| Original author | Eric Christiansen and Andrey Pavlenko |
| Compatibility | OpenCV >= 3.0 |
@tableofcontents
@warning
This tutorial can contain obsolete information.
@@ -9,6 +9,8 @@ Getting Started with Images {#tutorial_display_image}
| Original author | Ana Huamán |
| Compatibility | OpenCV >= 3.4.4 |
@tableofcontents
@warning
This tutorial can contain obsolete information.
@@ -9,6 +9,8 @@ Using OpenCV Java with Eclipse {#tutorial_java_eclipse}
| Original author | Barış Evrim Demiröz |
| Compatibility | OpenCV >= 3.0 |
@tableofcontents
@warning
This tutorial can contain obsolete information.
@@ -9,6 +9,8 @@ Using OpenCV with Eclipse (plugin CDT) {#tutorial_linux_eclipse}
| Original author | Ana Huamán |
| Compatibility | OpenCV >= 3.0 |
@tableofcontents
@warning
This tutorial can contain obsolete information.
@@ -9,6 +9,8 @@ Using OpenCV with gcc and CMake {#tutorial_linux_gcc_cmake}
| Original author | Ana Huamán |
| Compatibility | OpenCV >= 3.0 |
@tableofcontents
@warning
This tutorial can contain obsolete information.
@@ -1,6 +1,7 @@
Installation in Linux {#tutorial_linux_install}
=====================
@prev_tutorial{tutorial_env_reference}
@next_tutorial{tutorial_linux_gdb_pretty_printer}
| | |
@@ -1,6 +1,8 @@
Introduction to OpenCV {#tutorial_table_of_content_introduction}
======================
@tableofcontents
- @subpage tutorial_general_install
- @subpage tutorial_config_reference
- @subpage tutorial_env_reference
@@ -9,6 +9,8 @@ Installation in Windows {#tutorial_windows_install}
| Original author | Bernát Gábor |
| Compatibility | OpenCV >= 3.0 |
@tableofcontents
@warning
This tutorial can contain obsolete information.
@@ -9,6 +9,8 @@ Image Watch: viewing in-memory images in the Visual Studio debugger {#tutorial_w
| Original author | Wolf Kienzle |
| Compatibility | OpenCV >= 3.0 |
@tableofcontents
@warning
This tutorial can contain obsolete information.
@@ -8,6 +8,8 @@ How to build applications with OpenCV inside the "Microsoft Visual Studio" {#tut
| Original author | Bernát Gábor |
| Compatibility | OpenCV >= 3.0 |
@tableofcontents
@warning
This tutorial can contain obsolete information.
@@ -70,7 +72,7 @@ create it. Then in the upcoming dialog make sure you create an empty project.
![](images/NewProjectVisualStudio.jpg)
The *local* method
The local method
------------------
Every project is built separately from the others. Due to this every project has its own rule
@@ -179,7 +181,7 @@ entry inside the Property Manager to easily add the OpenCV build rules.
![](images/PropertyPageAddExisting.jpg)
The *global* method
The global method
-------------------
In case you find it too troublesome to add the property pages to each and every one of your projects you