JavaScript bindings for dnn module
[platform/upstream/opencv.git] / doc / tutorials / dnn / table_of_content_dnn.markdown
index 2385f14..94b818c 100644 (file)
@@ -25,6 +25,14 @@ Deep Neural Networks (dnn module) {#tutorial_table_of_content_dnn}
 
     In this tutorial we describe the ways to schedule your networks using Halide backend in OpenCV deep learning module.
 
+-   @subpage tutorial_dnn_android
+
+    *Compatibility:* \> OpenCV 3.3
+
+    *Author:* Dmitry Kurtaev
+
+    This tutorial will show you how to run deep learning model using OpenCV on Android device.
+
 -   @subpage tutorial_dnn_yolo
 
     *Compatibility:* \> OpenCV 3.3.1
@@ -32,3 +40,11 @@ Deep Neural Networks (dnn module) {#tutorial_table_of_content_dnn}
     *Author:* Alessandro de Oliveira Faria
 
     In this tutorial you will learn how to use opencv_dnn module using yolo_object_detection with device capture, video file or image.
+
+-   @subpage tutorial_dnn_javascript
+
+    *Compatibility:* \> OpenCV 3.3.1
+
+    *Author:* Dmitry Kurtaev
+
+    In this tutorial we'll run deep learning models in browser using OpenCV.js.