Andrey Kamaev
|
79df8db76f
|
Fixed recently introduced build problems on some platforms
|
2012-06-08 06:19:17 +00:00 |
|
Andrey Kamaev
|
f62028dc16
|
Fixed mingw build.
|
2012-06-08 03:15:08 +00:00 |
|
Andrey Kamaev
|
49a1ba6038
|
Set stricter warning rules for gcc
|
2012-06-07 17:21:29 +00:00 |
|
Anatoly Baksheev
|
0395f7c63f
|
fixed relative path for stitching/details headers
|
2012-06-07 13:42:59 +00:00 |
|
Marina Kolpakova
|
16ef01efda
|
set to linear interpolation type for upscaling with area interplation flag
|
2012-06-06 16:05:31 +00:00 |
|
Marina Kolpakova
|
75eedf8b03
|
call not NPP version in case of INTER_AREA resize
|
2012-06-06 15:38:08 +00:00 |
|
Marina Kolpakova
|
9aa3f754b7
|
fixed accuracy test
|
2012-06-06 15:29:24 +00:00 |
|
Marina Kolpakova
|
83390ea4e1
|
performance test for INTER_AREA resize has been added.
|
2012-06-06 14:45:33 +00:00 |
|
Marina Kolpakova
|
aa8fbc26da
|
fix for down rounded output sizes
|
2012-06-06 13:25:36 +00:00 |
|
Andrey Kamaev
|
5a41c6509e
|
Fixed build of opencv_world with QT on linux #2012
|
2012-06-06 13:24:41 +00:00 |
|
Marina Kolpakova
|
8231d0d11d
|
fixed for resize with INTER AREA. Since now we divide by convolved area
|
2012-06-06 12:12:21 +00:00 |
|
Marina Kolpakova
|
eabd757def
|
fixed build
|
2012-06-06 10:59:10 +00:00 |
|
Marina Kolpakova
|
d192117e86
|
GPU resize with INTER_AREA
|
2012-06-06 10:39:42 +00:00 |
|
Vadim Pisarevsky
|
bc54195199
|
decreased size of the buffer used in CvBoost::update_weights (ticket #1803)
|
2012-06-06 10:10:48 +00:00 |
|
Alexander Shishkov
|
74786075e3
|
test commit
|
2012-06-06 09:21:09 +00:00 |
|
Alexander Shishkov
|
80a4157f11
|
test commit
|
2012-06-06 09:12:11 +00:00 |
|
Vladislav Vinogradov
|
03a14bb525
|
fixed build under windows, updated 768x576.avi video (other codec)
|
2012-06-05 14:16:57 +00:00 |
|
Vladislav Vinogradov
|
bfb390e82a
|
added gpu::FGDStatModel (Background/foreground segmentation)
|
2012-06-05 13:32:04 +00:00 |
|
Marina Kolpakova
|
3c16c9c92d
|
fixed #2019
|
2012-06-05 10:58:53 +00:00 |
|
Vladislav Vinogradov
|
df1ca974ca
|
made GPU Feature Extractor download/convertKeypoints() methods static (Feature #2007)
|
2012-06-05 08:37:16 +00:00 |
|
Andrey Kamaev
|
40c779fcf5
|
phaseCorrelate documentation patch by Will Lucas #2017
|
2012-06-05 06:02:50 +00:00 |
|
Marina Kolpakova
|
74ec5d7cbb
|
fix for ORB tests
|
2012-06-01 15:15:58 +00:00 |
|
Vadim Pisarevsky
|
2990f23e0c
|
grid-adapted feature detector made a proper Algorithm (ticket #1874)
|
2012-06-01 09:10:53 +00:00 |
|
Vadim Pisarevsky
|
6206908868
|
added nmixtures parameter to BackgroundSubtractorMOG2 (ticket #1914)
|
2012-06-01 09:00:42 +00:00 |
|
Vadim Pisarevsky
|
677680d82d
|
reverted the original VideoCapture::read() code; moved frame index check to where it should belong: ffmpeg wrapper; applied patch by Rob Reilink (ticket #1971)
|
2012-06-01 08:55:16 +00:00 |
|
Andrey Kamaev
|
586d5a6024
|
Merged lda fix from 2.4 branch (Fixed reconstruction, so that the mean is correctly added to the reconstructed image.)
|
2012-06-01 08:48:38 +00:00 |
|
Andrey Kamaev
|
b1c2cba07c
|
Fixed pdf documentation build
|
2012-06-01 08:30:52 +00:00 |
|
Andrey Kamaev
|
834a0b518c
|
Trunk OpenCV version is set to 2.4.9
|
2012-05-31 11:59:43 +00:00 |
|
Andrey Kamaev
|
dde8455db2
|
removed debug print
|
2012-05-31 11:06:06 +00:00 |
|
Andrey Kamaev
|
0809ae562e
|
Fixed regression in python wrappers generator
|
2012-05-31 11:04:11 +00:00 |
|
Andrey Kamaev
|
314813e51c
|
Added C++ and python signatures for moveWindow, resizeWindow and setMouseCallback
|
2012-05-31 08:11:47 +00:00 |
|
Andrey Kamaev
|
9399394e6c
|
Fixed #1996
|
2012-05-31 08:02:52 +00:00 |
|
Andrey Kamaev
|
1a572c8e89
|
Added test for #1997; fixed build warnings
|
2012-05-31 06:59:06 +00:00 |
|
Marina Kolpakova
|
6d498495d3
|
tegra integration
|
2012-05-30 15:56:53 +00:00 |
|
Andrey Kamaev
|
bf27889f04
|
Made reference manual table of contents autogenerated
|
2012-05-30 14:06:47 +00:00 |
|
Vadim Pisarevsky
|
17d9509e31
|
changed "void FileStorage::release(string&)" to "string FileStorage::releaseAndGetString()"
|
2012-05-30 13:02:45 +00:00 |
|
Alexander Kapustin
|
29b9070698
|
tegra::cvtRGB2HSV function was added
|
2012-05-30 11:52:53 +00:00 |
|
Vadim Pisarevsky
|
74882fe188
|
replaced "string FileStorage::release()" with 2 methods to preserve backward compatibility.
|
2012-05-30 11:29:22 +00:00 |
|
Vladislav Vinogradov
|
48c3cfdfd0
|
fixed mark_nvidia.py script (warpAffine and warpPerspective)
|
2012-05-30 05:44:34 +00:00 |
|
Andrey Kamaev
|
ae3c754bb3
|
Fixed Java API build
|
2012-05-29 17:13:24 +00:00 |
|
Andrey Kamaev
|
a20248977c
|
Documentation: fixed class/struc members documentation; added warning on incorrectly documented member
|
2012-05-29 16:55:46 +00:00 |
|
Andrey Kamaev
|
cf25f572a6
|
Documentation: improved correctness checking for superclasses
|
2012-05-29 14:51:59 +00:00 |
|
Andrey Kamaev
|
dad75658f2
|
Documentation: added support for multiple superclasses
|
2012-05-29 14:18:43 +00:00 |
|
Alexander Smorkalov
|
6903e8f0fd
|
Bug #1989 fixed. NULL pointer check added.
|
2012-05-29 12:13:51 +00:00 |
|
Evgeny Talanin
|
d3c73071ea
|
Temporarily disable test on Mac
|
2012-05-29 11:41:24 +00:00 |
|
Vladislav Vinogradov
|
6f32fb025d
|
Bug #1991 : fixed gpu interpolation (remap, resize, warp...)
|
2012-05-29 11:30:44 +00:00 |
|
Andrey Pavlenko
|
eb4ce67dac
|
fixing Java test and sample after moving drawContours() from Imgproc to Core
|
2012-05-29 11:04:04 +00:00 |
|
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 |
|