Maksim Shabunin
06c2a70c49
Fixed some mistakes
10 years ago
Maksim Shabunin
637b615e08
Tutorial: documenting OpenCV
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
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
Dmitriy Anisimov
28944336d4
updated linux installation documentation
10 years ago
micha137
67b2380d19
Update table_of_content_introduction.rst
10 years ago
berak
7cb3f3def7
change remaining c-api CV_ prefixes in constants
10 years ago
Alexander Smorkalov
a0431acb37
OpenCV Manager version++.
10 years ago
StevenPuttemans
90a1c6b1f0
fixing some wrong CPP prefixes - still old interface
10 years ago
Dmitriy Anisimov
71348651eb
fixed display_image tutorial sample
10 years ago
Dmitriy Anisimov
55c799a474
fixed warnings in documents
10 years ago
Maksim Shabunin
882426a9b2
Stripped iCCP chunk from png files
10 years ago
Maksim Shabunin
88aea1d52f
Stripped iCCP chunk from png files
10 years ago
Philipp Hasper
ac206ccb05
Visual Studio tutorial: updated library names
10 years ago
Vadim Pisarevsky
00b2124876
fixing more compile problems with Java bindings etc
10 years ago
vbystricky
d58f736935
Split highgui module to videoio and highgui
11 years ago
vbystricky
4286f60387
Extract imgcodecs module from highgui
11 years ago
Neo Alienson
b6e25a9fc7
Fix typos
11 years ago
StevenPuttemans
7c44a07810
fix typo in linux tutorial
11 years ago
StevenPuttemans
1d557e6702
adding bugfix 3549
11 years ago
StevenPuttemans
a9c7db7518
add suggestion of feature 2619
11 years ago
StevenPuttemans
99475e2976
fixed wrong download link in tutorial
11 years ago
PhilLab
897d0a9aaf
Updated documentation: library names
...
updated the library names to OpenCV version 2.4.9
11 years ago
Elena Gvozdeva
037ac27ec8
Added SharedMatrix
11 years ago
Alexander Smorkalov
e23f7303a6
OpenCV version++. OpenCV Manager version++.
11 years ago
Daniil Osokin
ac19420907
Removed obsolete list from docs
11 years ago
Daniil Osokin
2d3aa3861c
Fixed Load, Modify, and Save an Image tutorial
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
Ilya Lavrenov
eedf86402d
typos
11 years ago
yash
017a282c7a
Minor error in the documentation Load and Save Image
11 years ago
Alexander Shishkov
a8eab26bae
fixed incorrect code in introduction tutorial
11 years ago
yash
e2f5001b11
fixed doc/tutorials/introduction/android_binary_package/dev_with_OCV_on_Android.rst
11 years ago
Rohit Girdhar
01b624e359
-j8 in linux_installation tutorial
11 years ago
Elliot Godzich
2806679781
Updated DisplayImage.cpp program to compile
...
CV_WINDOW_AUTOSIZE -> WINDOW_AUTOSIZE
11 years ago
Alexander Smorkalov
f1ef3a4865
OpenCV version++.
11 years ago
Andrey Pavlenko
b7c5083a87
removing duplicated legacy license, the actual instance is in 'opencv/LICENSE'
...
(cherry picked from commit dca5684145
)
11 years ago
ComFreek
d01e3529a6
Corrected package name in tutorial
...
See also #2101(cherry picked from commit ae795e5797
)
11 years ago
Alexander Smorkalov
c6b31481b6
OpenCV Manager version++.
11 years ago
Andrey Pavlenko
dca5684145
removing duplicated legacy license, the actual instance is in 'opencv/LICENSE'
11 years ago
Roman Donchenko
a502ffbd2c
Updated required CMake version in docs to match reality.
11 years ago
ComFreek
ae795e5797
Corrected package name in tutorial
...
See also #2101
11 years ago
Alexander Smorkalov
4ec1930949
OpenCV version++; OpenCV Manager version++.
11 years ago
Alexander Smorkalov
9941c6710d
NEON instruction set control unified for regular and cross-compiler builds.
11 years ago
Mimmmo Cosenza
1c639befe6
add tutorial content
11 years ago
Mimmmo Cosenza
b1899e5489
add clojure tutorial
11 years ago
Mimmmo Cosenza
6f292d8036
add clojure logo
11 years ago
Roman Donchenko
2b31055914
Fixed the "platfrom" typo everywhere.
11 years ago