Andrey Kamaev
|
2cf34c7f46
|
Fixed few more bugs in rst_parser. Fixed small typos in documentation.
|
14 years ago |
Vadim Pisarevsky
|
0940573e8b
|
fixed a few more typos in the docs.
|
14 years ago |
Vadim Pisarevsky
|
5649f35757
|
some more bugfixed in 2.3 propagated to trunk
|
14 years ago |
Andrey Kamaev
|
741a689f65
|
Improved RST parser; fixed small typos found by new parser
|
14 years ago |
Vadim Pisarevsky
|
b33224f0b6
|
merged the latest fixes in 2.3 to trunk
|
14 years ago |
Vadim Pisarevsky
|
a5d53e3e2f
|
some more corrections from Gabor
|
14 years ago |
Vadim Pisarevsky
|
6c8a2b8888
|
propagated fixes in docs and cap_dshow to trunk
|
14 years ago |
Vadim Pisarevsky
|
995ce4bdcc
|
:ocv:function => :ocv:cfunction for some old API
|
14 years ago |
Vadim Pisarevsky
|
cc9a1bb62f
|
propagated some more fixes from 2.3 branch to the trunk
|
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
|
7cd48accc2
|
bump version to 2.3.1 in the header too (ticket #1178)
|
14 years ago |
Vadim Pisarevsky
|
2776b42a7b
|
propagated fix for Matx(Matx::diag_type) constructor from branch 2.3 to trunk
|
14 years ago |
Vadim Pisarevsky
|
49467947ac
|
propagated some fixes from 2.3 to trunk
|
14 years ago |
Vadim Pisarevsky
|
c5088ca1b8
|
added explicit Mat_<T>::Mat_(const MatExpr&) (resolves ticket #996)
|
14 years ago |
Vadim Pisarevsky
|
0e14fef96e
|
fixed warnings in gbt; added insertChannel() and extractChannel(); made the code "rand{u|n}(arr, <number>, <number>)" work properly.
|
14 years ago |
Elena Fedotova
|
350dfc1ef7
|
Purpose: 2nd review cycle.
|
14 years ago |
Elena Fedotova
|
05d36be85b
|
Purpose: 2nd review cycle.
|
14 years ago |
Elena Fedotova
|
1f8cf9d062
|
Purpose: 2nd review cycle - see ?? .
|
14 years ago |
Vadim Pisarevsky
|
9b6d8c3963
|
added reduce(..., CV_REDUCE_MIN/CV_REDUCE_MAX, ...) for 16u/16s (ticket #1145)
|
14 years ago |
Vadim Pisarevsky
|
48a5599c5e
|
fixed potentially incorrect memory access in cv::transform
|
14 years ago |
Vadim Pisarevsky
|
8d8ef596c8
|
introduced new RST/Sphinx domain ocv.
|
14 years ago |
Elena Fedotova
|
9c071c6a30
|
Purpose: 2nd review cycle: many links in this topic are broken (don't know why). The table in the very beginning includes two functions only. what about the rest?
|
14 years ago |
Vadim Pisarevsky
|
06ac78ee23
|
some more corrections in the docs
|
14 years ago |
Vadim Pisarevsky
|
22970b8270
|
fixed multiple GCC warnings on Ubuntu 11.04
|
14 years ago |
Elena Fedotova
|
238b94cbf1
|
Purpose: 2nd review cycle - check ?? - problems with the output in the syntax sections.
|
14 years ago |
Vadim Pisarevsky
|
6f26c55fe3
|
fixed ticket #983
|
14 years ago |
Vadim Pisarevsky
|
30020a7350
|
renamed sum() to sumElems() in Python/Java bindings (ticket #902)
|
14 years ago |
Vadim Pisarevsky
|
6407093463
|
extended Mat::setTo() to support multi-channel arrays; fixed bug #1095
|
14 years ago |
Elena Fedotova
|
07217b17bf
|
Purpose: 2nd review cycle - check ?? - problems with the output in the syntax sections.
|
14 years ago |
Elena Fedotova
|
fd63587c0d
|
Purpose: 2nd review cycle - merged eng and tw versions.
|
14 years ago |
Alexander Shishkov
|
b081f8bfd6
|
changed uint to unsigned int
|
14 years ago |
Alexander Shishkov
|
4cc167c5d0
|
fixed problem with norm in opencv_test_core
|
14 years ago |
Vadim Pisarevsky
|
9df999154c
|
fixed a few warnings and bugs, including ticket #1079
|
14 years ago |
Anatoly Baksheev
|
8f4c7db3f6
|
~40 warnings under VS2008
HAVE_CONFIG_H -> HAVE_CVCONFIG_H
|
14 years ago |
Vadim Pisarevsky
|
5ca3bd502c
|
reverted broken opencv_test_core launcher
|
14 years ago |
Vadim Pisarevsky
|
0070ce20af
|
next attempt to fix ticket #1121
|
14 years ago |
Vadim Pisarevsky
|
8a888cd9ce
|
fixed RNG::uniform(double,double) (ticket #1131)
|
14 years ago |
Vadim Pisarevsky
|
bb8198abfd
|
continued cleaning up the docs and fixing hyperlinks (".. index:: <name>" and ".. _<name>:" are not needed anymore)
|
14 years ago |
Vadim Pisarevsky
|
20aca7440f
|
a lot of small corrections to bring down the number of undocumented functions, reported by the script; added em.cpp sample
|
14 years ago |
Vadim Pisarevsky
|
3b9e752be7
|
some more core functions documented + minor fixes and rearrangements
|
14 years ago |
Vadim Pisarevsky
|
f6b3754f34
|
handle empty YAML's correctly (ticket #1127)
|
14 years ago |
Ilya Lysenkov
|
3822128602
|
Fixed cv namespace boldface (from ticket #991)
|
14 years ago |
Ilya Lysenkov
|
99bae77173
|
Fixed coefficients order in solvePoly doc (ticket #1060)
|
14 years ago |
itsyplen
|
a2f5884159
|
Specialization for 'get' method with bool type was added, help and constructor were updated too
|
14 years ago |
Vadim Pisarevsky
|
2d2b8a496e
|
renamed "None()" to "noArray()" to avoid conflicts with X11 (ticket #1122)
|
14 years ago |
Kirill Kornyakov
|
aad9b3219c
|
Notification messages about bad parameters in command line were added in CommandLineParser. Update sample, using parser
|
14 years ago |
Vadim Pisarevsky
|
c7a42e9682
|
started work on API & doc synchronization (in particular, Mat& => Input/OutputArray in the descriptions)
|
14 years ago |
Ilya Lysenkov
|
084c640db6
|
Asked users to pass two operation flags tothe sort() function (ticket #315)
|
14 years ago |
Ilya Lysenkov
|
fe5784957c
|
Fixed Mat::channels() brief documentation (ticket #1064)
|
14 years ago |