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
Kirill Kornyakov
94760a5f2b
command line parser added. Leonid Beynenson is original contributor of the class. Class will be used in samples for convenient (and unified) work with command arguments.
14 years ago
Vadim Pisarevsky
fa2f1c036a
removed "#include "windows.h"" from core headers
14 years ago
Vadim Pisarevsky
56cf08a873
made "filestorage << vector<Mat>" work properly.
14 years ago
Vladislav Vinogradov
3c2d7b951a
fixed LUT (ticket #1057 )
14 years ago
Vladislav Vinogradov
58e26313dd
fixed bug in cv::LUT (multi-channel source array and single-channel table)
...
added missing cudaSafeCall
14 years ago
Vadim Pisarevsky
f8e4b10248
made ptrdiff_t visible to GCC 4.6 compiler
14 years ago
Anatoly Baksheev
1c18e5fef9
fixed ~300 warnings under windows (had to hack gtest a bit)
14 years ago
Andrey Kamaev
9f29506d2c
Refactored NEON optimization usage
14 years ago
Vadim Pisarevsky
62b966460d
do not include DLLMain into core when it is a static library (thanks to aglinarth for the patch)
14 years ago
Andrey Kamaev
727fbd5376
Android cmake toolchain file is included into OpenCV
14 years ago
Vadim Pisarevsky
d02a0cab48
updated OpenCV version to 2.2.9; added missing cv::convertPointsHomogeneous for backward compatibility; fixed bug #952
14 years ago
Leonid Beynenson
2806db93d8
Merged the branch /branches/opencv_pthread_framework/opencv into the trunk.
...
The branch contains changes, concerning adding ThreadingFramework -- temporary lightweight decision for ARM instead of Intel TBB.
Also some changes in Android highgui camera class were made.
14 years ago
Vadim Pisarevsky
c82252035f
fixed bug with misaligned data access (on Windows & Linux)
14 years ago
Vadim Pisarevsky
6985540744
moved image codecs' headers to the respective subdirectories; allow the user to use system zlib.
14 years ago
Vadim Pisarevsky
4b2f9e78fc
fixed repeated allocation of RNG on each theRNG() call (thanks to barjenbr for the patch)
14 years ago
Vadim Pisarevsky
4aaa2700f6
do not use Lapack anymore
14 years ago
Vadim Pisarevsky
9ac3a35175
do not use Lapack anymore
14 years ago
Vincent Rabaud
6e15238dd9
- make sure the code compiles with gcc 4.6
14 years ago
Andrey Kamaev
8483b95256
Fixed #1004
14 years ago
Vadim Pisarevsky
e9a5bbc003
fixed ?? marks; fixed missing highlighting in some of the sections
14 years ago
Vladimir Dudnik
2057f2c452
fixed build issues related to changes in IPP calls.
14 years ago
Vadim Pisarevsky
dd45fe13d1
fixed OutputArray::create, which resolves several failures in opencv_test_core
14 years ago
Vadim Pisarevsky
94e09f24c7
fixed crash in test_core
14 years ago
Vadim Pisarevsky
9a991a2e10
fixed build problems on Windows
14 years ago
Vadim Pisarevsky
abeeb40d46
a big patch; use special proxy types (Input/OutputArray, Input/OutputArrayOfArrays) for passing in vectors, matrices etc.
14 years ago
Andrey Kamaev
b906ad3108
Test system included into Android build
14 years ago
Elena Fedotova
c6a6d71dae
Purpose: updated the core chapter
14 years ago
Elena Fedotova
77cdc746a5
Purpose: updated the core chapter
14 years ago
Elena Fedotova
cc1624b06a
Purpose: updated the core chapter
14 years ago
Elena Fedotova
ef06694779
Purpose: updated the core chapter
14 years ago