opencv/samples/python
Cartucho fcddfa4f86 GSoC 2016 - Adding ALIASES for tutorial (#7041)
* GSoC 2016 - Adding toggle files to be used by tutorials.

Add a toggle option for tutorials.
* adds a button on the HTML tutorial pages to switch between blocks
* the default option is for languages: one can write a block
for C++ and another one for Python without re-writing the tutorial

Add aliases to the doxyfile.
* adding alises to make a link to previous and next tutorial.
* adding alias to specify the toggle options in the tutorials index.
* adding alias to add a youtube video directly from link.

Add a sample tutorial (mat_mask_opertaions) using the developed aliases:
* youtube alias
* previous and next tutorial alias
* buttons
* languages info for tutorial table of content
* code referances with snippets (and associated sample code files)

* Removing the automatic ordering.
Adding specific toggles for cpp, java and python.
Move all the code to the footer / header and Doxyfile.
Updating documentation.
2016-12-15 15:32:12 +03:00
..
tutorial_code GSoC 2016 - Adding ALIASES for tutorial (#7041) 2016-12-15 15:32:12 +03:00
_coverage.py rename samples/{python2 -> python} 2015-12-18 11:00:32 +03:00
_doc.py rename samples/{python2 -> python} 2015-12-18 11:00:32 +03:00
_run_winpack_demo_python27.cmd python: add launch script for winpack python demo 2015-12-18 15:59:02 +03:00
.gitignore rename samples/{python2 -> python} 2015-12-18 11:00:32 +03:00
asift.py Fix mouse control in asift and find_obj samples 2016-03-03 11:06:21 +03:00
browse.py rename samples/{python2 -> python} 2015-12-18 11:00:32 +03:00
calibrate.py rename samples/{python2 -> python} 2015-12-18 11:00:32 +03:00
camshift.py Replace of some synthetic scenes in python samples 2016-03-24 20:05:26 +03:00
CMakeLists.txt rename samples/{python2 -> python} 2015-12-18 11:00:32 +03:00
coherence.py rename samples/{python2 -> python} 2015-12-18 11:00:32 +03:00
color_histogram.py rename samples/{python2 -> python} 2015-12-18 11:00:32 +03:00
common.py Fix rectangle selection in some of python samples 2016-03-03 11:06:21 +03:00
contours.py rename samples/{python2 -> python} 2015-12-18 11:00:32 +03:00
deconvolution.py rename samples/{python2 -> python} 2015-12-18 11:00:32 +03:00
demo.py Add new tests on python 2016-03-03 11:06:20 +03:00
dft.py rename samples/{python2 -> python} 2015-12-18 11:00:32 +03:00
digits_adjust.py rename samples/{python2 -> python} 2015-12-18 11:00:32 +03:00
digits_video.py migration: github.com/opencv/opencv 2016-07-12 12:51:12 +03:00
digits.py migration: github.com/opencv/opencv 2016-07-12 12:51:12 +03:00
distrans.py rename samples/{python2 -> python} 2015-12-18 11:00:32 +03:00
edge.py rename samples/{python2 -> python} 2015-12-18 11:00:32 +03:00
facedetect.py rename samples/{python2 -> python} 2015-12-18 11:00:32 +03:00
feature_homography.py Replace of some synthetic scenes in python samples 2016-03-24 20:05:26 +03:00
find_obj.py migration: github.com/opencv/opencv 2016-07-12 12:51:12 +03:00
fitline.py rename samples/{python2 -> python} 2015-12-18 11:00:32 +03:00
floodfill.py rename samples/{python2 -> python} 2015-12-18 11:00:32 +03:00
gabor_threads.py rename samples/{python2 -> python} 2015-12-18 11:00:32 +03:00
gaussian_mix.py migration: github.com/opencv/opencv 2016-07-12 12:51:12 +03:00
grabcut.py rename samples/{python2 -> python} 2015-12-18 11:00:32 +03:00
hist.py rename samples/{python2 -> python} 2015-12-18 11:00:32 +03:00
houghcircles.py supress numpy future warning with None comparison 2016-09-14 21:39:11 +03:00
houghlines.py supress numpy future warning with None comparison 2016-09-14 21:39:11 +03:00
inpaint.py rename samples/{python2 -> python} 2015-12-18 11:00:32 +03:00
kalman.py small platform compatability fix for ESC key 2016-03-29 20:02:35 +03:00
kmeans.py rename samples/{python2 -> python} 2015-12-18 11:00:32 +03:00
lappyr.py rename samples/{python2 -> python} 2015-12-18 11:00:32 +03:00
letter_recog.py Add 2 new tests, bugfixed in old tests 2016-03-03 11:06:21 +03:00
lk_homography.py Replace of some synthetic scenes in python samples 2016-03-24 20:05:26 +03:00
lk_track.py rename samples/{python2 -> python} 2015-12-18 11:00:32 +03:00
logpolar.py rename samples/{python2 -> python} 2015-12-18 11:00:32 +03:00
morphology.py rename samples/{python2 -> python} 2015-12-18 11:00:32 +03:00
mosse.py rename samples/{python2 -> python} 2015-12-18 11:00:32 +03:00
mouse_and_match.py rename samples/{python2 -> python} 2015-12-18 11:00:32 +03:00
mser.py Update MSER python sample 2016-12-12 14:17:25 +03:00
opencv_version.py rename samples/{python2 -> python} 2015-12-18 11:00:32 +03:00
opt_flow.py rename samples/{python2 -> python} 2015-12-18 11:00:32 +03:00
peopledetect.py rename samples/{python2 -> python} 2015-12-18 11:00:32 +03:00
plane_ar.py Added description of the AR model 2016-03-31 17:57:55 -07:00
plane_tracker.py Replace of some synthetic scenes in python samples 2016-03-24 20:05:26 +03:00
squares.py rename samples/{python2 -> python} 2015-12-18 11:00:32 +03:00
stereo_match.py rename samples/{python2 -> python} 2015-12-18 11:00:32 +03:00
texture_flow.py rename samples/{python2 -> python} 2015-12-18 11:00:32 +03:00
tst_scene_render.py supress numpy future warning with None comparison 2016-09-14 21:39:11 +03:00
turing.py rename samples/{python2 -> python} 2015-12-18 11:00:32 +03:00
video_threaded.py rename samples/{python2 -> python} 2015-12-18 11:00:32 +03:00
video_v4l2.py migration: github.com/opencv/opencv 2016-07-12 12:51:12 +03:00
video.py Replace of some synthetic scenes in python samples 2016-03-24 20:05:26 +03:00
watershed.py update watershed.py: check if windows are still open 2016-06-27 17:03:37 +02:00