StevenPuttemans
f4eebc46b2
Fixing all wrong uses of RGB channels instead of the OpenCV BGR standard
10 years ago
Roman Donchenko
007a3ef8b6
Remove insertIframe.js
...
It hasn't been used since f82c04f
. Also, the line adding the script had
an unneeded pathto call, so the script was being loaded from the wrong path
anyway.
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
S. Garrido
a855d230ec
completing and fixing gen_pattern.py for 2.4 branch
10 years ago
StevenPuttemans
e30139edc3
add the possibility to add traincascade accuracy
10 years ago
Milania1
339e6aa782
fixed error in hough lines tutorial (the point (9,4) is not on the lines, but the point (4,9) is)
10 years ago
StevenPuttemans
2136c3f3c8
add remarks for iOS tutorial
10 years ago
Alexander Smorkalov
96e5300fdd
OpenCV and OpenCV Manager version++
10 years ago
Roman Donchenko
3d46c1f960
Don't install documentation if it isn't built
...
The HAVE_DOC_GENERATOR variable was always true.
10 years ago
StevenPuttemans
a86dc747b3
fixing tutorial errors
10 years ago
Mat Moore
1386489f41
Minor grammar improvements to documentation
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
9b55c09999
Basic doxygen documentation support
...
- updated existing Doxyfile.in
- added corresponding cmake instructions
- added some specific files (layout, icon)
- clean existing doxygen warnings
Conflicts:
CMakeLists.txt
doc/CMakeLists.txt
modules/core/include/opencv2/core.hpp
modules/core/include/opencv2/core/base.hpp
modules/core/include/opencv2/core/cuda.inl.hpp
modules/core/include/opencv2/core/mat.hpp
modules/core/include/opencv2/core/matx.hpp
modules/core/include/opencv2/core/types.hpp
modules/flann/include/opencv2/flann/lsh_table.h
modules/imgproc/include/opencv2/imgproc.hpp
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
Maksim Shabunin
882426a9b2
Stripped iCCP chunk from png files
10 years ago
Grigory Serebryakov
25d125fba1
Documentation update: createsamples usage
10 years ago
Grigory Serebryakov
57cf3d1766
Class naming update
...
Documentation improvement
Bug in output format for JPG set fixed
10 years ago
Grigory Serebryakov
81aefed13a
Can create training set in PNG format
...
The format of the training set can be changed with the `-pngoutput` key.
Output image will be resized to a 640x480 size if greater.
10 years ago
StevenPuttemans
4e168ffdf3
fixing bug 3777
10 years ago
Neo Alienson
b6e25a9fc7
Fix typos
11 years ago
StevenPuttemans
7c44a07810
fix typo in linux tutorial
11 years ago
Vlad Shakhuro
6a93b43cae
Fix svm intro tutorial
11 years ago
StevenPuttemans
1d557e6702
adding bugfix 3549
11 years ago
StevenPuttemans
6c59e39f7c
fix bug 3434
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
Adrian Stratulat
4fb5680d91
Documentation - minor fix-ups
11 years ago
Alexander Smorkalov
e23f7303a6
OpenCV version++. OpenCV Manager version++.
11 years ago
Ilya Lavrenov
9b9769169f
doc typos
11 years ago
Daniil Osokin
ac19420907
Removed obsolete list from docs
11 years ago
Daniil Osokin
04b1822cff
Fixed "Mat mask operations" tutorial. Thanks @RJ2 for pointing this.
11 years ago
Kang Liu
9dc51a1aa4
Keep definitions of link aliases consistent
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
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
berak
5f94a205d1
fixed h / s ranges in histogram_calculation tutorial
...
literalinclude
literalinclude, dropped :lines:
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
Alexander Shishkov
63235f51f0
fixed year in copyright
11 years ago
yash
cce225f6e9
fixed doc/tutorials/imgproc/histograms/template_matching/template_matching.rst
11 years ago
yash
e2f5001b11
fixed doc/tutorials/introduction/android_binary_package/dev_with_OCV_on_Android.rst
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