add links in python and js contours tutorial

This commit is contained in:
AleksandrPanov 2021-08-05 14:21:34 +03:00
parent d5f34cf34c
commit 65134c793b
10 changed files with 27 additions and 0 deletions

View File

@ -1,6 +1,9 @@
Contour Features {#tutorial_js_contour_features} Contour Features {#tutorial_js_contour_features}
================ ================
@prev_tutorial{tutorial_js_contours_begin}
@next_tutorial{tutorial_js_contour_properties}
Goal Goal
---- ----

View File

@ -1,6 +1,9 @@
Contour Properties {#tutorial_js_contour_properties} Contour Properties {#tutorial_js_contour_properties}
================== ==================
@prev_tutorial{tutorial_js_contour_features}
@next_tutorial{tutorial_js_contours_more_functions}
Goal Goal
---- ----

View File

@ -1,6 +1,8 @@
Contours : Getting Started {#tutorial_js_contours_begin} Contours : Getting Started {#tutorial_js_contours_begin}
========================== ==========================
@next_tutorial{tutorial_js_contour_features}
Goal Goal
---- ----

View File

@ -1,6 +1,8 @@
Contours Hierarchy {#tutorial_js_contours_hierarchy} Contours Hierarchy {#tutorial_js_contours_hierarchy}
================== ==================
@prev_tutorial{tutorial_js_contours_more_functions}
Goal Goal
---- ----

View File

@ -1,6 +1,9 @@
Contours : More Functions {#tutorial_js_contours_more_functions} Contours : More Functions {#tutorial_js_contours_more_functions}
========================= =========================
@prev_tutorial{tutorial_js_contour_properties}
@next_tutorial{tutorial_js_contours_hierarchy}
Goal Goal
---- ----

View File

@ -1,6 +1,9 @@
Contour Features {#tutorial_py_contour_features} Contour Features {#tutorial_py_contour_features}
================ ================
@prev_tutorial{tutorial_py_contours_begin}
@next_tutorial{tutorial_py_contour_properties}
Goal Goal
---- ----

View File

@ -1,6 +1,9 @@
Contour Properties {#tutorial_py_contour_properties} Contour Properties {#tutorial_py_contour_properties}
================== ==================
@prev_tutorial{tutorial_py_contour_features}
@next_tutorial{tutorial_py_contours_more_functions}
Here we will learn to extract some frequently used properties of objects like Solidity, Equivalent Here we will learn to extract some frequently used properties of objects like Solidity, Equivalent
Diameter, Mask image, Mean Intensity etc. More features can be found at [Matlab regionprops Diameter, Mask image, Mean Intensity etc. More features can be found at [Matlab regionprops
documentation](http://www.mathworks.in/help/images/ref/regionprops.html). documentation](http://www.mathworks.in/help/images/ref/regionprops.html).

View File

@ -1,6 +1,8 @@
Contours : Getting Started {#tutorial_py_contours_begin} Contours : Getting Started {#tutorial_py_contours_begin}
========================== ==========================
@next_tutorial{tutorial_py_contour_features}
Goal Goal
---- ----

View File

@ -1,6 +1,8 @@
Contours Hierarchy {#tutorial_py_contours_hierarchy} Contours Hierarchy {#tutorial_py_contours_hierarchy}
================== ==================
@prev_tutorial{tutorial_py_contours_more_functions}
Goal Goal
---- ----

View File

@ -1,6 +1,10 @@
Contours : More Functions {#tutorial_py_contours_more_functions} Contours : More Functions {#tutorial_py_contours_more_functions}
========================= =========================
@prev_tutorial{tutorial_py_contour_properties}
@next_tutorial{tutorial_py_contours_hierarchy}
Goal Goal
---- ----