Andrey Kamaev
|
2ee917c646
|
Version of 2.4 branch is adjusted to 2.4.1
|
13 years ago |
Andrey Kamaev
|
9ad470ba5c
|
backported API for storing OpenCV data structures to text string and reading them back (r8481, r8516, r8518, r8522)
|
13 years ago |
Vladislav Vinogradov
|
4e4b96e3d9
|
Merged revision(s) 8484 from trunk:
fixed some bugs in gpu module under Windows:
* convertTo alignment error
........
|
13 years ago |
Andrey Kamaev
|
4ddcc31edc
|
Fixed few errors in documentation backporting
|
13 years ago |
Andrey Kamaev
|
81a5988015
|
Merged the trunk r8467:8507 (inclusive) (big bunch of documentation fixes)
|
13 years ago |
Andrey Kamaev
|
052d2dc23a
|
Merged the trunk r8459:8466 (inclusive)
|
13 years ago |
Andrey Kamaev
|
949c4edf41
|
Merged the trunk r8408:8457 (inclusive)
|
13 years ago |
Andrey Kamaev
|
7b5a45eac4
|
Merged the trunk r8384:8407 (inclusive)
|
13 years ago |
Andrey Kamaev
|
e1c4fd9e1f
|
Merged the trunk r8345:8376
|
13 years ago |
Andrey Kamaev
|
70166820ea
|
Merged the trunk r8324:8345
|
13 years ago |
Andrey Kamaev
|
aebed446b1
|
Partly merged the trunk r8322
|
13 years ago |
Andrey Kamaev
|
c3577a288b
|
Merged the trunk r8291:8321
|
13 years ago |
Andrey Kamaev
|
50ad690993
|
Merged the trunk till r8291
|
13 years ago |
Anatoly Baksheev
|
70f74b70b7
|
fixed GPU compilation
|
13 years ago |
Vadim Pisarevsky
|
3f5d722f34
|
fixed typo in mulSpectrums description (ticket #1868)
|
13 years ago |
Anatoly Baksheev
|
ab4025f8de
|
fixed for Kepler
|
13 years ago |
Vadim Pisarevsky
|
c9dacaa254
|
added description of Algorithm class (ticket #1818)
|
13 years ago |
Vadim Pisarevsky
|
bffd77ed87
|
moved planar subdiv docs to legacy; added Input/OutputArray docs to core
|
13 years ago |
Vadim Pisarevsky
|
53104e6f43
|
decreased the number of tests in Core_Eigen, decreased the maximum matrix size in Core_SVD; now those tests take less time to complete
|
13 years ago |
Vadim Pisarevsky
|
9b382d07f6
|
modified data matrix detection interface (that does not use any new data structures). Added Python sample for data matrix detection. Ticket #1664
|
13 years ago |
Alexander Shishkov
|
da0080dd15
|
fixed #1855
|
13 years ago |
Alexander Shishkov
|
a07724aea2
|
fixed #1841
|
13 years ago |
Andrey Kamaev
|
09140c2fc6
|
Reenabled OpponentSIFT test;
Changed compiler flags for 32-bit MSVC;
Fixed handling of "d" suffix of debug binaries in run.py.
|
13 years ago |
Andrey Kamaev
|
8d130ff10c
|
Fixed most of the floating-point accuracy problems for x86 gcc
|
13 years ago |
Vadim Pisarevsky
|
87888984a5
|
added Matx<4,4>*Scalar operator (ticket #1830)
|
13 years ago |
Vadim Pisarevsky
|
30f1ab059b
|
make Mat::at<>(i) work with 2d matrices (to retrieve all elements in row-major order) (reported by Kurt) and fixed bug #1804
|
13 years ago |
Vadim Pisarevsky
|
866d8c0cfa
|
added special function to patch NaN's in image. call this function from bilateralfilter (should fix bug #1811)
|
13 years ago |
Vadim Pisarevsky
|
75b1788c6b
|
added "Matx*Vec -> Vec" operator (ticket #1830)
|
13 years ago |
Marina Kolpakova
|
99aed4713f
|
minor tab fix
|
13 years ago |
Andrey Kamaev
|
019122fba7
|
Fixed dependencies for cmake status embeeded into opencv core
|
13 years ago |
Vadim Pisarevsky
|
b8e70ea6c9
|
NORM_L2SQR added too (ticket #1840)
|
13 years ago |
Vadim Pisarevsky
|
40f2c716af
|
added NORM_HAMMING* support to cv::norm (ticket #1840)
|
13 years ago |
Andrey Kamaev
|
e4303dc96f
|
Fixed build with mingw 4.4.0
|
13 years ago |
Vadim Pisarevsky
|
9213bba48a
|
wrapped Algorithm class.
|
13 years ago |
Vadim Pisarevsky
|
5b6b30ba0e
|
added dedicated <modname>_init.cpp files with initModule_<modname>() functions and all the relevant structures; made BackgroundSubtractorMOG/MOG2 derivatives from Algorithm; cleaned up MOG2 implementation and made it multi-threaded.
|
13 years ago |
Andrey Kamaev
|
b14df1c1e7
|
Restored old behavior for OSX
|
13 years ago |
Andrey Kamaev
|
68aec288c0
|
Fixed Calc_Hist under 32-bit gcc
|
13 years ago |
Maria Dimashova
|
423b721d97
|
fixed AlgorithmInfo::read for read only parameters (thanks to Vadim)
|
13 years ago |
Andrey Kamaev
|
80516ecbe6
|
Fixed typo; removed duplicated call
|
13 years ago |
Andrey Kamaev
|
0fd5a9e965
|
Probably fixed instability of single-precision floating-point RNG
|
13 years ago |
Ilya Lysenkov
|
2619221331
|
Spell checked the documentation with VIM (issue #223)
|
13 years ago |
Ilya Lysenkov
|
131663b709
|
Documented C++ interfaces of XML/YAML persistence classes (issues #1358, #539)
|
13 years ago |
Alexander Shishkov
|
d77fb60017
|
minor changes in documentation
|
13 years ago |
Maria Dimashova
|
9d764b4115
|
fixed #1795
|
13 years ago |
Andrey Kamaev
|
97835a8f32
|
Fixed 9 more build warnings
|
13 years ago |
Alexander Shishkov
|
4a6d434e7d
|
fixed #1310
|
13 years ago |
Ilya Lysenkov
|
cd407b53a8
|
Corrected doc of Mat::adjustROI() (issue #1245)
|
13 years ago |
Ilya Lysenkov
|
e4525860e0
|
Fixed a typo
|
13 years ago |
Marina Kolpakova
|
c0f6e219bb
|
calcCovarMatrix cupport fot std::vectors of cv::Mat (#494)
|
13 years ago |
Alexander Shishkov
|
7cd42b8b6a
|
modified reduce test
|
13 years ago |