Andrey Kamaev
|
40e8d08e8d
|
Added check for trailing semicolon to rst parser; fixed few documentation build warnings
|
2012-05-29 10:57:25 +00:00 |
|
Andrey Kamaev
|
05de6302fd
|
Fixed documentation: corrected parameter names
|
2012-05-29 10:36:19 +00:00 |
|
Vladislav Vinogradov
|
67b718f1cb
|
fixed some bugs in gpu module under Windows:
* convertTo alignment error
* compare with scalars error
|
2012-05-29 08:03:36 +00:00 |
|
Andrey Kamaev
|
6ca618277c
|
More fixes for documentation.
|
2012-05-28 20:11:38 +00:00 |
|
Vadim Pisarevsky
|
bc929a7d46
|
added API for storing OpenCV data structures to text string and reading them back
|
2012-05-28 15:38:58 +00:00 |
|
Andrey Kamaev
|
18a8721f49
|
Small fixes for documentation checking script
|
2012-05-28 15:29:21 +00:00 |
|
Andrey Kamaev
|
78329b0dfe
|
New bunch of documentation fixes
|
2012-05-28 14:36:15 +00:00 |
|
Andrey Kamaev
|
71625ad458
|
Fixed more documentation & source discrepancies
|
2012-05-28 11:22:43 +00:00 |
|
Andrey Kamaev
|
eb2f1f81ed
|
Fixed hundreds of documentation problems
|
2012-05-28 07:36:14 +00:00 |
|
Andrey Kamaev
|
9d73b5f510
|
Added test for #914
|
2012-05-25 17:56:28 +00:00 |
|
Alexander Shishkov
|
a71e690b5e
|
temp commit
|
2012-05-25 13:35:14 +00:00 |
|
Alexander Shishkov
|
3165b22a97
|
temp commit
|
2012-05-25 13:16:16 +00:00 |
|
Alexander Shishkov
|
2ac9338f87
|
temp commit
|
2012-05-25 13:11:34 +00:00 |
|
Vadim Pisarevsky
|
513080ea12
|
some more fixes in Algorithm methods declarations
|
2012-05-24 11:50:54 +00:00 |
|
Vadim Pisarevsky
|
5cc4d23d1e
|
fixed description of cv::invert() (ticket #1972)
|
2012-05-23 12:52:46 +00:00 |
|
Vadim Pisarevsky
|
01169ec826
|
fixed description of Algorithm::getList(); added sample, thanks to Shervin Emami (ticket #1972)
|
2012-05-23 12:35:51 +00:00 |
|
Andrey Kamaev
|
3108423a37
|
Fixed assert placement in cv::invert
|
2012-05-23 09:28:26 +00:00 |
|
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)
|
2012-05-21 14:56:07 +00:00 |
|
Maria Dimashova
|
28297c0224
|
fixed Mat::diag (#1939)
|
2012-05-18 14:38:54 +00:00 |
|
Andrey Kamaev
|
0ba3236ce0
|
Fixed Algorithm usage example #1904
|
2012-05-17 10:52:07 +00:00 |
|
Andrey Kamaev
|
5f9e295adf
|
Added test and workaround for #1942
|
2012-05-16 15:11:17 +00:00 |
|
Andrey Kamaev
|
3ec3c59197
|
Updated sanity threshold for convertTo perf test
|
2012-05-12 15:12:21 +00:00 |
|
Andrey Kamaev
|
8408499c94
|
Updated dot profuct function table
|
2012-05-12 11:44:54 +00:00 |
|
Vadim Pisarevsky
|
52797a55e2
|
added support for vector<Mat_<>> in InputArray, OutputArray, split & merge
|
2012-05-11 13:36:48 +00:00 |
|
Vadim Pisarevsky
|
7a7dae3627
|
fixed problem with Mat::copyTo() with Mat_<> arguments (ticket #1918)
|
2012-05-11 12:40:20 +00:00 |
|
Vadim Pisarevsky
|
e794622776
|
propagated 2 fixed from 2.4 to trunk
|
2012-05-11 11:48:26 +00:00 |
|
Anatoly Baksheev
|
a79c52a28f
|
updated printCudaDeviceInfo to support Kepler
|
2012-05-02 21:55:38 +00:00 |
|
Andrey Kamaev
|
3a1f85d4e8
|
Remerged the 2.4.0 branch
|
2012-05-02 20:20:14 +00:00 |
|
Vadim Pisarevsky
|
d5a0088bbe
|
merged 2.4 into trunk
|
2012-04-30 14:33:52 +00:00 |
|
Alexander Kapustin
|
79e2070606
|
5 functions from addWeighted_func family were Neon Optimized
|
2012-04-26 08:18:01 +00:00 |
|
Alexander Kapustin
|
3e899f6fd7
|
File perf_addWeited.cpp added
|
2012-04-26 07:20:13 +00:00 |
|
Vladislav Vinogradov
|
f65d841d6f
|
fixed several warnings (VS2010, Win64)
added getParams method to VideoWriter_GPU
|
2012-04-23 14:22:02 +00:00 |
|
Alexander Kapustin
|
3675ef516a
|
6 functions from Inrange_func family were Neon Optimized
|
2012-04-23 09:31:08 +00:00 |
|
Alexander Kapustin
|
0094b468e6
|
Fail perf_inRange.cpp added
|
2012-04-23 09:09:30 +00:00 |
|
Vladislav Vinogradov
|
1eebb4506a
|
removed unnecessary CV_EXPORTS
|
2012-04-23 08:31:14 +00:00 |
|
Alexander Kapustin
|
9bb6e899f3
|
12 functions from Norm_func family were Neon Optimized
|
2012-04-16 11:39:38 +00:00 |
|
Andrey Kamaev
|
c4af85043a
|
merged few missed changes from 2.4 to trunk
|
2012-04-15 23:19:57 +00:00 |
|
Vadim Pisarevsky
|
2fd1e2ea57
|
merged all the latest changes from 2.4 to trunk
|
2012-04-13 21:50:59 +00:00 |
|
Alexander Kapustin
|
42e0214de5
|
36 functions of cvtScaleTIPES_func were Neon Optimized
|
2012-04-03 05:53:26 +00:00 |
|
Alexander Shishkov
|
66fd36f79e
|
changed version to 2.4
|
2012-04-01 08:58:24 +00:00 |
|
Andrey Kamaev
|
72f2523d0f
|
Fixed ~20 potential errors identified by the MS complier.
|
2012-03-31 11:09:16 +00:00 |
|
Andrey Kamaev
|
1af9b8ecab
|
Applied patch from #1133
|
2012-03-30 06:19:21 +00:00 |
|
Vadim Pisarevsky
|
0404b2989e
|
fixed line clipping (ticket #1284)
|
2012-03-29 13:06:38 +00:00 |
|
Vadim Pisarevsky
|
586ff429ec
|
fixed bug #1318. extended RNG::fill with the optional saturateRange parameter
|
2012-03-29 12:00:34 +00:00 |
|
Andrey Kamaev
|
ec793df30f
|
#1205 fixed more bugs/typos in parameters
|
2012-03-29 08:07:57 +00:00 |
|
Andrey Kamaev
|
94c258cf15
|
#1205 fixed ~100 of ~700 parameters
|
2012-03-29 06:50:05 +00:00 |
|
Andrey Kamaev
|
700c1665c9
|
Fixed 2 spontaneously failing tests
|
2012-03-29 03:05:41 +00:00 |
|
Marina Kolpakova
|
13c7222238
|
minor refactoring
|
2012-03-28 20:50:02 +00:00 |
|
Marina Kolpakova
|
32b9bc1d00
|
fixed bug for #1496 and correctness tests for function CheckRange
|
2012-03-28 20:09:13 +00:00 |
|
Maria Dimashova
|
84c9990632
|
fixed cvKMeans2 (#1359)
|
2012-03-28 15:45:14 +00:00 |
|