Kevin Hughes
ac3ec0d96d
squashed #823
...
removed separate example for reading image sequences and modified starter_video.cpp to better explain the functionality of VideoCapture. I also added a bit more explanation in the documentation of the VideoCapture interface
Conflicts:
modules/highgui/doc/reading_and_writing_images_and_video.rst
samples/cpp/starter_video.cpp
starter_video.cpp changed CV WINDOW KEEPRATIO to just WINDOW KEEPTATIO to fix build error
starter_video.cpp hid local functions
10 years ago
Andrey Pavlenko
eeae81e903
fixing confusing variable naming in a sample code
10 years ago
StevenPuttemans
4f621de849
fix bug 3714 2.4 branch
10 years ago
HelenWong
ec57a938c0
Fix#3714:Improve Display Image Tutorial
...
For Bug #3714 , user use the imshow() function without calling
namedWindow() properly, because user did not know the implicit rule for
imshow(). (i.e. without calling namedWindow implied calling namedWindow(
,CV__WINDOW_AUTOSIZE).
Improve the Display Image Tutorial to educate the user for such implied
rule.
Put a note on documentation for Bug#3714
Revise the documentation regarding to imshow() function to better
educate the user the implicit rule. (i.e. without creating the window
before the imshow() function is the same as creating AUTOSIZE window)
10 years ago
StevenPuttemans
f151b1d277
fix wrong property name and corresponding documentation
10 years ago
StevenPuttemans
d9164bdd4c
added extra BUFFERSIZE doc and getter
10 years ago
Alexander Smorkalov
11c81067dc
doc/check_docs2.py warnings fixes
10 years ago
Adrian Stratulat
4fb5680d91
Documentation - minor fix-ups
11 years ago
Ilya Lavrenov
20b6191842
doc fix
11 years ago
StevenPuttemans
6f892b10ff
Applied feature #3375 and fix of pull 1842 to avoid merging problems later
11 years ago
StevenPuttemans
1b0297d92b
Added fixes mentioned in bugreport 3306
...
- Added author provided fixes
- Added code example
- Added documentation fixes
11 years ago
Roman Donchenko
e9a28f66ee
Normalized file endings.
11 years ago
Roman Donchenko
f55740da70
Deleted all trailing whitespace.
11 years ago
StevenPuttemans
ed76b2f98f
Like mentioned by Andrei Pavlenko after merging pullrequest #1206 , a wrong
...
ReST directive was used. Also fixed some other ReST directives that were
not correct and removed some warnings during buildbot checks.
11 years ago
StevenPuttemans
f28496c628
Added sample links in documentation for python2, ocl and gpu
12 years ago
StevenPuttemans
0c5244103f
Added all *.cpp samples reference to the 2.4.6 documentation as discussed in feature #3169
...
- Used lunix style slashes - works on most systems
- Removed all trailing whitespaces
12 years ago
Vladislav Vinogradov
af2fc1a22a
added documentation for OpenGL interoperability
12 years ago
Daniil Osokin
fe5b9df45f
Fixed multiple issues in docs (bug #2410 )
12 years ago
Vadim Pisarevsky
849a8c8d20
fixed many errors in warnings in rst docs; added ocl module description (by Niko Li)
12 years ago
Kirill Kornyakov
aedf56404e
made imread description slightly better #2406
12 years ago
Vsevolod Glumov
b91ca6a73f
Removed the phrase, that was causing all the confusion. Issue #2406 .
...
+ Some minor formatting fixes.
12 years ago
Vadim Pisarevsky
c9f1490302
added variant of cv::imdecode with the specified output matrix
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
13 years ago
Andrey Kamaev
daad7900e2
Merged the trunk r8517:8524
13 years ago
Andrey Kamaev
314813e51c
Added C++ and python signatures for moveWindow, resizeWindow and setMouseCallback
13 years ago
Andrey Kamaev
81a5988015
Merged the trunk r8467:8507 (inclusive) (big bunch of documentation fixes)
13 years ago
Andrey Kamaev
05de6302fd
Fixed documentation: corrected parameter names
13 years ago
Andrey Kamaev
6ca618277c
More fixes for documentation.
13 years ago
Andrey Kamaev
eb2f1f81ed
Fixed hundreds of documentation problems
13 years ago
Vadim Pisarevsky
2fd1e2ea57
merged all the latest changes from 2.4 to trunk
13 years ago
Ilya Lysenkov
2619221331
Spell checked the documentation with VIM (issue #223 )
13 years ago
Vadim Pisarevsky
2c4b5014ac
added notice and sample about transparent PNGs support in cv::write (ticket #1438 , #1706 )
13 years ago
Andrey Kamaev
72f2523d0f
Fixed ~20 potential errors identified by the MS complier.
13 years ago
Alexander Reshetnikov
3a564d1ae8
Updated displayOverlay's implementation & documentation (ticket #903 )
13 years ago
Alexander Shishkov
be63ce723f
#1672
...
updated links in cheatsheet
renamed directory for Mat tutorial
changed links from willow docs to opencv.itseez.com, from Trac to current Redmine
13 years ago
Andrey Kamaev
d6e3ccc1b2
Documentation: fixed about 100 cross-referencing errors.
14 years ago
Vadim Pisarevsky
cffd89f88f
added some missing declarations of the functions, noticed in the ticket ##229
14 years ago
Andrey Kamaev
dfe7708f17
Improved javadoc comments generation scripts; fixed some typos in documentation
14 years ago
Vadim Pisarevsky
0940573e8b
fixed a few more typos in the docs.
14 years ago
Bernat Gabor
762bc0f8af
Some reST syntax correction. Now the PDF documentation builds correctly under Windows using MIKTEX. Some update on the tutorial structure. Some CSS syntax correction. Windows Install Tutorial v0.4.
14 years ago
Vadim Pisarevsky
b204e73d9a
propagated some more fixes from 2.3 branch to the trunk
14 years ago
Vadim Pisarevsky
49467947ac
propagated some fixes from 2.3 to trunk
14 years ago
Ilya Lysenkov
ee2aefc270
Minor doc fix
14 years ago
Ilya Lysenkov
fce7ba4eaf
Added destroyAllWindows and docs (ticket #957 ).
14 years ago
Ilya Lysenkov
3c7055b9ce
Qt minor doc enhancement
14 years ago
Ilya Lysenkov
310ed83343
Qt doc: specified an image type in the addText function (ticket #1144 )
14 years ago
Vadim Pisarevsky
8d8ef596c8
introduced new RST/Sphinx domain ocv.
14 years ago
Ilya Lysenkov
95bfd022cf
Fixed createButton brief doc (ticket #785 )
14 years ago
Vadim Pisarevsky
c7a42e9682
started work on API & doc synchronization (in particular, Mat& => Input/OutputArray in the descriptions)
14 years ago