682 Commits (157cdeb44392e1f3fcd4982c6a2f78d4c2acf127)

Author SHA1 Message Date
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
Kirill Kornyakov 65ed270790 class CommandLineParser was updated according new requirements 14 years ago
Vadim Pisarevsky fcd2a0c3d3 fixed VS2010 compile warnings and errors 14 years ago
Vadim Pisarevsky 0c877f62e9 replaced "const InputArray&" => "InputArray"; made InputArray and OutputArray references. added "None()" constant (no array()). 14 years ago
Vadim Pisarevsky ddd8f897fe fixed drawing test 14 years ago
Vadim Pisarevsky f2f8fc14b0 proper fix for reduce with op=CV_REDUCE_AVG and ddepth==CV_8U 14 years ago
Ilya Lysenkov 29b45e70bd Fixed cluster centers returning in cvKMeans2 (ticket #706) 14 years ago
Ilya Lysenkov b6c195d44c Fixed reading of the user class from *.xml (ticket #840). 14 years ago
Alexander Shishkov b19434513b reverted the floating-point number formatting (exception in ml tests) 14 years ago
Alexander Shishkov 80dfdf8ff7 removed ddepth from matrix (after Vadim's commit, it generates problem with core and ml tests) 14 years ago
Vadim Pisarevsky b14ca4299a reverted the floating-point number formatting 14 years ago
Alexander Shishkov eae7921da6 fixed build on GNU/Hurd (ticket #761) 14 years ago
Vadim Pisarevsky 6de72ea8ee resolved tickets #904 (nicer floating-point formatting) and #816 (reduce with CV_REDUCE_AVG on 8-bit arrays) 14 years ago
Alexander Shishkov 6aabf72bc5 removed OPENCV_BUILD_SHARED_LIB in favor of BUILD_SHARED_LIBS 14 years ago
Elena Fedotova 9a9bd14f34 Purpose: 2nd review cycle - see ??. added index entries 14 years ago
Kirill Kornyakov 78d821114a Update CommandLineParser class: move method's definition from header to source 14 years ago
Vadim Pisarevsky 60a0ebbd6c added optional encoding parameter to cvOpenFileStorage() and FileStorage::open() (ticket #976). moved some implementation parts of CommandLineParser to cmdparser.cpp. 14 years ago
Kirill Kornyakov fe279279e6 Update CommandLineParser class 14 years ago
Vadim Pisarevsky 3a1f24e74c fixed mat.push_back(mat) (ticket #1091) 14 years ago
Maria Dimashova 33493f4e19 renamed WITH(HAVE)_EIGEN2 to WITH(HAVE)_EIGEN, fixed compilation error if eigen3 is used (#805) 14 years ago
Elena Fedotova f26859b345 Purpose: 2nd review cycle - see ??. added index entries 14 years ago
Elena Fedotova 8b89672774 Purpose: 2nd review cycle 14 years ago
Andrey Kamaev 0d2c98b5e1 Implemented 4 missing Mat::ptr methods 14 years ago
Vadim Pisarevsky 309bb171b2 do not use system is<alpha|alnum|space|...>, because of the different implementations (and in OpenCV we assume english names of the identifiers etc) 14 years ago
Vadim Pisarevsky 0bf00036a8 improved jSVD accuracy 14 years ago
Elena Fedotova 37f745737b Purpose: 2nd review cycle 14 years ago
Elena Fedotova 0848a2d67f Purpose: 2nd review cycle 14 years ago
Vadim Pisarevsky f2a337f990 fixed several typos, including the old ones from ticket #854 14 years ago
Vadim Pisarevsky 23768b1826 replaced #include <some_opencv_hdr> with #include "some_opencv_hdr" (ticket #719) 14 years ago
Kirill Kornyakov aadb1669a7 some samples updated according to new CommandLineParser class 14 years ago
Vadim Pisarevsky fa0c8d954e allow lower-case utf-8 encoding specification as well 14 years ago
Vadim Pisarevsky 6d05622a5f one more fix with encoding when reading/writing XMLs 14 years ago
Vadim Pisarevsky 856c717783 fixed reading/writing of utf-8 strings 14 years ago
Vadim Pisarevsky b0598fcf36 removed debug print statement from cvMixChannels() 14 years ago
Vadim Pisarevsky 62569f6926 fixed a few warnings on Windows; fixed critical bugs in cvMixChannels and AutoBuffer<>. 14 years ago
Vadim Pisarevsky 3d154c9dde fix build problems on Windows 14 years ago
Vadim Pisarevsky 7b2e39a3f9 added missing #include for compatibility with VS2008 14 years ago