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.
8 years ago
Suleyman TURKMEN
bb6f65c199
Update documentation ( tutorials )
8 years ago
Alexander Alekhin
ddc0b42bc3
migration: github.com/opencv/opencv
8 years ago
Maksim Shabunin
6d1cbc6458
Reorganized user guide
10 years ago
StevenPuttemans
f4eebc46b2
Fixing all wrong uses of RGB channels instead of the OpenCV BGR standard
10 years ago
StevenPuttemans
34dacdea32
fixing all RGB instances to BGR where needed
10 years ago
Belev
83eb1d3608
Fix typo
...
Fixed difference in the given arguments to the ellipse function and the description after that
Fixed two more typos
Replaced unnecessary the with to
Conflicts:
doc/tutorials/core/adding_images/adding_images.markdown
doc/tutorials/core/basic_geometric_drawing/basic_geometric_drawing.markdown
doc/tutorials/core/random_generator_and_text/random_generator_and_text.markdown
modules/imgproc/include/opencv2/imgproc.hpp
10 years ago
Philipp Hasper
dadf53f17c
Doxygen: replaced @includelineno by @include to enable copy-pasting
10 years ago
Belev
2200e0fb7e
Fix typo
...
Fixed difference in the given arguments to the ellipse function and the description after that
Fixed two more typos
Replaced unnecessary the with to
10 years ago
Maksim Shabunin
b4050c775e
Updated sample files documentation inclusions
10 years ago
Maksim Shabunin
ad6a80f68c
Moved tutorial table-of-contents files to corresponding root level
10 years ago
Maksim Shabunin
d01bedbc61
Removed Sphinx documentation files
10 years ago
Mat Moore
1386489f41
Minor grammar improvements to documentation
10 years ago
Maksim Shabunin
ecfd056111
Fixed whitespace warnings in new tutorials
10 years ago
Maksim Shabunin
6d282ddf72
Documentation: removed mention of Mat(IplImage*) constructor
10 years ago
Maksim Shabunin
36a04ef8de
Doxygen tutorials: cpp done
10 years ago
Maksim Shabunin
c5536534d8
Doxygen tutorials: warnings cleared
10 years ago
Maksim Shabunin
8375182e34
Doxygen tutorials: basic structure
10 years ago
Maksim Shabunin
220f671655
Doxygen tutorials: some fixes in RST-docs
10 years ago
berak
7cb3f3def7
change remaining c-api CV_ prefixes in constants
10 years ago
Dmitriy Anisimov
55c799a474
fixed warnings in documents
10 years ago
vbystricky
4286f60387
Extract imgcodecs module from highgui
11 years ago
StevenPuttemans
6c59e39f7c
fix bug 3434
11 years ago
Adrian Stratulat
4fb5680d91
Documentation - minor fix-ups
11 years ago
Elena Gvozdeva
037ac27ec8
Added SharedMatrix
11 years ago
Elena Gvozdeva
fa2d79a15b
Added IPP Async converters, doc and sample
11 years ago
Daniil Osokin
04b1822cff
Fixed "Mat mask operations" tutorial. Thanks @RJ2 for pointing this.
11 years ago
Kang Liu
dc21e2cc0e
remove highlighting in some function links
...
1. Remove whole-document highlighting in some function links
2. fix the function alias `readwriteimagevideo`
11 years ago
Kang Liu
17713f6831
1. fix an error in sample code
...
2. change an external link to maintain consistency with the previous tutorial
11 years ago
RJ2
0470bb0e29
I have changed one sentence in tutorial, making it more understandable
11 years ago
RJ2
16869225ff
It's will be better
11 years ago
StevenPuttemans
6f892b10ff
Applied feature #3375 and fix of pull 1842 to avoid merging problems later
11 years ago
StevenPuttemans
199aa80915
Added typo in docs of tutorial
11 years ago
Zac Stewart
8049296cda
Correct name of eye function
11 years ago
Zac Stewart
f36a9f745f
Remove extraneous colon before ':basicstructures:'
11 years ago
Roman Donchenko
3c137f7a04
Converted tabs to spaces.
11 years ago
Roman Donchenko
e9a28f66ee
Normalized file endings.
11 years ago
Roman Donchenko
f55740da70
Deleted all trailing whitespace.
11 years ago
Andrey Kamaev
8f32902ce6
Minimize usages of legacy C API inside the library
12 years ago
Andrey Kamaev
ad5cddc007
Main module headers are moved 1 level up
...
e.g. <opencv2/core/core.hpp> become <opencv2/core.hpp>
Also renamed <opencv2/core/opengl_interop.hpp> to <opencv2/core/opengl.hpp>
12 years ago
NCBee
7249457771
Update doc/tutorials/core/adding_images/adding_images.rst
...
Quick fix for: http://code.opencv.org/issues/2803
12 years ago
Andy Maloney
e7ea90f87f
Mat tutorial - grammar and spelling fixes
12 years ago
Vadim Pisarevsky
70c409f0e8
fixed building PDFs in master
12 years ago
Andrey Kamaev
0e7ca71dcc
Normalize whitespace in documentation and text files
12 years ago
OpenCV Buildbot
81f826db2b
Normalize line endings and whitespace
12 years ago
OpenCV Buildbot
04384a71e4
Normalize line endings and whitespace
12 years ago
Vadim Pisarevsky
a4adf57edc
fixed typos in the mat tutorial (ticket #2380 )
12 years ago
Andrey Kamaev
639bbec44a
svn repository web references are replaced with links to git
12 years ago
Andrey Kamaev
5100ca7508
svn repository web references are replaced with links to git
12 years ago
Alexander Shishkov
5c23d52618
fixed documentation compilation errors after r7568
13 years ago