Alexander Shishkov
|
2ac9338f87
|
temp commit
|
13 years ago |
Vadim Pisarevsky
|
513080ea12
|
some more fixes in Algorithm methods declarations
|
13 years ago |
Vadim Pisarevsky
|
5cc4d23d1e
|
fixed description of cv::invert() (ticket #1972)
|
13 years ago |
Vadim Pisarevsky
|
01169ec826
|
fixed description of Algorithm::getList(); added sample, thanks to Shervin Emami (ticket #1972)
|
13 years ago |
Andrey Kamaev
|
3108423a37
|
Fixed assert placement in cv::invert
|
13 years ago |
Vadim Pisarevsky
|
fd68cc768a
|
fixed 2 build problems on MacOSX (highgui with ffmpeg, opencv_world); added macro CV_INIT_ALGORITHM for simpler algorithm registration (ticket #1876)
|
13 years ago |
Maria Dimashova
|
28297c0224
|
fixed Mat::diag (#1939)
|
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 |
Andrey Kamaev
|
0ba3236ce0
|
Fixed Algorithm usage example #1904
|
13 years ago |
Andrey Kamaev
|
5f9e295adf
|
Added test and workaround for #1942
|
13 years ago |
Andrey Kamaev
|
3ec3c59197
|
Updated sanity threshold for convertTo perf test
|
13 years ago |
Andrey Kamaev
|
8408499c94
|
Updated dot profuct function table
|
13 years ago |
Vadim Pisarevsky
|
52797a55e2
|
added support for vector<Mat_<>> in InputArray, OutputArray, split & merge
|
13 years ago |
Vadim Pisarevsky
|
7a7dae3627
|
fixed problem with Mat::copyTo() with Mat_<> arguments (ticket #1918)
|
13 years ago |
Vadim Pisarevsky
|
e794622776
|
propagated 2 fixed from 2.4 to trunk
|
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 |
Anatoly Baksheev
|
a79c52a28f
|
updated printCudaDeviceInfo to support Kepler
|
13 years ago |
Andrey Kamaev
|
3a1f85d4e8
|
Remerged the 2.4.0 branch
|
13 years ago |
Vadim Pisarevsky
|
d5a0088bbe
|
merged 2.4 into trunk
|
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 |
Alexander Kapustin
|
79e2070606
|
5 functions from addWeighted_func family were Neon Optimized
|
13 years ago |
Alexander Kapustin
|
3e899f6fd7
|
File perf_addWeited.cpp added
|
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 |
Vladislav Vinogradov
|
f65d841d6f
|
fixed several warnings (VS2010, Win64)
added getParams method to VideoWriter_GPU
|
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 |
Alexander Kapustin
|
3675ef516a
|
6 functions from Inrange_func family were Neon Optimized
|
13 years ago |
Alexander Kapustin
|
0094b468e6
|
Fail perf_inRange.cpp added
|
13 years ago |
Vladislav Vinogradov
|
1eebb4506a
|
removed unnecessary CV_EXPORTS
|
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 |