Ilya Lysenkov
|
5d4afe81e0
|
Added displaying of the mean background image in the bgfg_segm sample (ticket #317).
|
14 years ago |
Ilya Lysenkov
|
04ebfc0a02
|
Added computing of the mean background image in the BackgroundSubtractorMOG2 model.
|
14 years ago |
Vadim Pisarevsky
|
6be2a79fb9
|
fixed incorrect output of resize(...scalex, scaley, INTER_NEAREST) when scalex and scaley are even integers (ticket #1013)
|
14 years ago |
Andrey Kamaev
|
c7bdf83de5
|
Fixed Android build
|
14 years ago |
Andrey Morozov
|
03c7784186
|
added several new highgui tests
|
14 years ago |
Anatoly Baksheev
|
22dbd002e6
|
fix compilation for macos
|
14 years ago |
Alexander Shishkov
|
c5fa70143d
|
added check input data
|
14 years ago |
Vincent Rabaud
|
aa6c2bfbbb
|
- fixed the grayscale case
|
14 years ago |
Vincent Rabaud
|
3ed829af71
|
- make sure we deal with a grayscale image
|
14 years ago |
Vincent Rabaud
|
ff13c9f818
|
- fix potential crash if the first scale level is not 0
|
14 years ago |
Andrey Morozov
|
19900d9894
|
converted all highgui tests to the format of google test system
|
14 years ago |
Ilya Lysenkov
|
b884c3c40c
|
Removed direct tiff writing to in-memory buffers if libtiff is used
|
14 years ago |
Vadim Pisarevsky
|
ddd8f897fe
|
fixed drawing test
|
14 years ago |
Anatoly Baksheev
|
c8544f393b
|
added begin/and with Thrust iterators for Device classes
|
14 years ago |
Ilya Lysenkov
|
02cd916ce1
|
Added reading of floating point tiff data: 32- and 64-bit (ticket #955)
|
14 years ago |
Alexey Spizhevoy
|
4401f33e10
|
fixed error in gcgraph which led to problems in opencv_stitching GC seam finder, added check for duplication in matches (opencv_stitching)
|
14 years ago |
Vadim Pisarevsky
|
1a0b1d2aea
|
improved CV_RGBHSV_FULL accuracy (ticket #938)
|
14 years ago |
Andrey Morozov
|
da9e3ed6fb
|
commented several tests because it's very slow
|
14 years ago |
Andrey Morozov
|
2df096c1e2
|
converted drawing tests to the format of google test system
|
14 years ago |
Alexander Shishkov
|
c8f0147a8b
|
fixed problem with static compilation of highgui_tests on Windows
|
14 years ago |
Alexander Shishkov
|
8b43e90e7f
|
fixed ticket #675
|
14 years ago |
Andrey Morozov
|
de2fd5c430
|
added a test on read/write images
|
14 years ago |
Ilya Lysenkov
|
8e93fcbe87
|
Added writing of compressed tiffs using libtiff library (patch #1080, thanks to Pieter-Jan Busschaert)
|
14 years ago |
Andrey Morozov
|
48514337de
|
minor fix in highgui tests
|
14 years ago |
Ethan Rublee
|
5964234681
|
Quiet the errors from the circlesgrid pattern detector. These were really verbose.
|
14 years ago |
Vadim Pisarevsky
|
124967eefb
|
very first version of the documentation checking script
|
14 years ago |
Ethan Rublee
|
6c437cce36
|
Placed the if in the wrong place.
|
14 years ago |
Ethan Rublee
|
7e2221f38f
|
Fix misspelling of a logical block endif.
|
14 years ago |
Vincent Rabaud
|
fc19e856a6
|
- fix a memory leak
|
14 years ago |
Ethan Rublee
|
14f65f79f0
|
Wrapping the tests in an if guard. Fails to build if the BUILD_TESTS flag is
not enabled.
|
14 years ago |
Andrey Morozov
|
4b5e53b33b
|
minor fix
|
14 years ago |
Andrey Morozov
|
abfc5d3405
|
fixed bugs for windows. added 2 tests for ffmpeg
|
14 years ago |
Anatoly Baksheev
|
68a2ec3394
|
compilation for macos
|
14 years ago |
Anatoly Baksheev
|
1eba407378
|
compilation for macos
|
14 years ago |
Vadim Pisarevsky
|
bf05872929
|
added opencv_test_highgui
|
14 years ago |
Alexey Spizhevoy
|
5538e206f9
|
mac worlaround
|
14 years ago |
Alexey Spizhevoy
|
aa3e481458
|
fixed logging function in opencv_stitching
|
14 years ago |
Vadim Pisarevsky
|
8191b5564f
|
make scalar and SSE versions of minEigenVal & cornerHarris give [almost] the same results (ticket #811)
|
14 years ago |
Vadim Pisarevsky
|
f2f8fc14b0
|
proper fix for reduce with op=CV_REDUCE_AVG and ddepth==CV_8U
|
14 years ago |
Alexey Spizhevoy
|
138490fdbb
|
added \n into help message (opencv_stitching)
|
14 years ago |
Vadim Pisarevsky
|
d5af311a77
|
fix bilateral filter behavior when color_sigma == 0 and/or spatial_sigma == 0 (ticket #469)
|
14 years ago |
Ilya Lysenkov
|
4875ffc953
|
Removed using of homogeneous coordinates in cvProjectPoints2 (ticket #845)
|
14 years ago |
Andrey Kamaev
|
25213d88a8
|
fixed compilation problems with new SIFT on Android
|
14 years ago |
Ilya Lysenkov
|
29b45e70bd
|
Fixed cluster centers returning in cvKMeans2 (ticket #706)
|
14 years ago |
Vladislav Vinogradov
|
f906c9b259
|
added resetDevice function, removed MultiGpuManager
|
14 years ago |
Ilya Lysenkov
|
b6c195d44c
|
Fixed reading of the user class from *.xml (ticket #840).
|
14 years ago |
Anatoly Baksheev
|
68a94665e5
|
compilation for windows
|
14 years ago |
Ilya Lysenkov
|
aa3dada2fe
|
Added support of the CV_64F depth to solvePnP (ticket #835)
|
14 years ago |
Anatoly Baksheev
|
e4bbcdac17
|
minor
|
14 years ago |
Vincent Rabaud
|
f21fadfa49
|
- serialize/deserialize the edge threshold too
|
14 years ago |