Maria Dimashova
|
cd2f3786f0
|
removed duplicated check
|
2011-06-06 12:07:15 +00:00 |
|
Alexander Shishkov
|
97ae8f7af7
|
added BUILD_WITH_STATIC_CRT option for static linking with CRT on MSVC
|
2011-06-06 10:26:59 +00:00 |
|
Andrey Kamaev
|
3956f54040
|
Android native camera is updated to support RGBA output
|
2011-06-06 08:52:51 +00:00 |
|
Alexander Mordvintsev
|
3df5f5e13a
|
python cv2 sample: hi-res image browse
|
2011-06-06 03:31:45 +00:00 |
|
Alexander Mordvintsev
|
53f7a50fa2
|
python cv2 sample: GMM expectation-maximization
|
2011-06-05 13:18:42 +00:00 |
|
Alexander Mordvintsev
|
07f28d3309
|
added python cv2 port of letter_recog sample
|
2011-06-05 06:44:19 +00:00 |
|
Andrey Kamaev
|
cdda5ec491
|
YUV420i to RGB conversion is added to cvtColor
|
2011-06-04 18:15:52 +00:00 |
|
Vadim Pisarevsky
|
d77915759a
|
updated cheatsheet; fixed a few typos
|
2011-06-04 09:12:25 +00:00 |
|
Vadim Pisarevsky
|
922fc58201
|
added CV_64F support to cv::remap (ticket #650)
|
2011-06-03 17:06:08 +00:00 |
|
Kirill Kornyakov
|
07a9d3558e
|
The samples were updated through CommandLineParser class
|
2011-06-03 16:41:41 +00:00 |
|
Vadim Pisarevsky
|
2c1e913b2d
|
added 16-bit support to Bayer2RGB & Bayer2Gray (ticket #686); fixed bug in cv.CreateHist() when no ranges are passed (ticket #990)
|
2011-06-03 15:45:50 +00:00 |
|
Andrey Kamaev
|
2609df00bd
|
Added missed method declarations. Fix for r5343
|
2011-06-03 15:09:21 +00:00 |
|
Kirill Kornyakov
|
09a7a40478
|
The samples were updated corresponding a single standart for <help>
|
2011-06-03 14:53:38 +00:00 |
|
Vadim Pisarevsky
|
262fc33024
|
added 16-bit support to Bayer2RGB & Bayer2Gray (ticket #686)
|
2011-06-03 14:26:30 +00:00 |
|
Ilya Lysenkov
|
ce8437d37f
|
minor formatting
|
2011-06-03 14:13:43 +00:00 |
|
Ilya Lysenkov
|
5d4afe81e0
|
Added displaying of the mean background image in the bgfg_segm sample (ticket #317).
|
2011-06-03 14:13:03 +00:00 |
|
Ilya Lysenkov
|
04ebfc0a02
|
Added computing of the mean background image in the BackgroundSubtractorMOG2 model.
|
2011-06-03 14:10:12 +00:00 |
|
Vadim Pisarevsky
|
6be2a79fb9
|
fixed incorrect output of resize(...scalex, scaley, INTER_NEAREST) when scalex and scaley are even integers (ticket #1013)
|
2011-06-03 13:25:44 +00:00 |
|
Andrey Kamaev
|
c7bdf83de5
|
Fixed Android build
|
2011-06-03 12:01:55 +00:00 |
|
Andrey Morozov
|
03c7784186
|
added several new highgui tests
|
2011-06-03 08:33:27 +00:00 |
|
Anatoly Baksheev
|
22dbd002e6
|
fix compilation for macos
|
2011-06-03 08:13:03 +00:00 |
|
Alexander Shishkov
|
c5fa70143d
|
added check input data
|
2011-06-03 07:57:07 +00:00 |
|
Vincent Rabaud
|
aa6c2bfbbb
|
- fixed the grayscale case
|
2011-06-02 23:12:52 +00:00 |
|
Vincent Rabaud
|
3ed829af71
|
- make sure we deal with a grayscale image
|
2011-06-02 22:58:52 +00:00 |
|
Vincent Rabaud
|
ff13c9f818
|
- fix potential crash if the first scale level is not 0
|
2011-06-02 18:08:30 +00:00 |
|
Andrey Morozov
|
19900d9894
|
converted all highgui tests to the format of google test system
|
2011-06-02 15:23:37 +00:00 |
|
Ilya Lysenkov
|
b884c3c40c
|
Removed direct tiff writing to in-memory buffers if libtiff is used
|
2011-06-02 15:16:35 +00:00 |
|
Vadim Pisarevsky
|
ddd8f897fe
|
fixed drawing test
|
2011-06-02 12:45:00 +00:00 |
|
Anatoly Baksheev
|
c8544f393b
|
added begin/and with Thrust iterators for Device classes
|
2011-06-02 12:38:50 +00:00 |
|
Ilya Lysenkov
|
02cd916ce1
|
Added reading of floating point tiff data: 32- and 64-bit (ticket #955)
|
2011-06-02 12:35:52 +00:00 |
|
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)
|
2011-06-02 12:13:06 +00:00 |
|
Vadim Pisarevsky
|
1a0b1d2aea
|
improved CV_RGBHSV_FULL accuracy (ticket #938)
|
2011-06-02 12:10:18 +00:00 |
|
Andrey Morozov
|
da9e3ed6fb
|
commented several tests because it's very slow
|
2011-06-02 11:43:13 +00:00 |
|
Andrey Morozov
|
2df096c1e2
|
converted drawing tests to the format of google test system
|
2011-06-02 10:05:24 +00:00 |
|
Alexander Shishkov
|
c8f0147a8b
|
fixed problem with static compilation of highgui_tests on Windows
|
2011-06-02 10:02:08 +00:00 |
|
Alexander Shishkov
|
8b43e90e7f
|
fixed ticket #675
|
2011-06-02 09:51:25 +00:00 |
|
Andrey Morozov
|
de2fd5c430
|
added a test on read/write images
|
2011-06-02 09:33:15 +00:00 |
|
Ilya Lysenkov
|
8e93fcbe87
|
Added writing of compressed tiffs using libtiff library (patch #1080, thanks to Pieter-Jan Busschaert)
|
2011-06-02 09:06:00 +00:00 |
|
Andrey Morozov
|
48514337de
|
minor fix in highgui tests
|
2011-06-02 08:53:12 +00:00 |
|
Ethan Rublee
|
5964234681
|
Quiet the errors from the circlesgrid pattern detector. These were really verbose.
|
2011-06-01 21:49:08 +00:00 |
|
Vadim Pisarevsky
|
124967eefb
|
very first version of the documentation checking script
|
2011-06-01 21:15:36 +00:00 |
|
Ethan Rublee
|
6c437cce36
|
Placed the if in the wrong place.
|
2011-06-01 18:54:34 +00:00 |
|
Ethan Rublee
|
7e2221f38f
|
Fix misspelling of a logical block endif.
|
2011-06-01 18:28:20 +00:00 |
|
Vincent Rabaud
|
fc19e856a6
|
- fix a memory leak
|
2011-06-01 18:24:53 +00:00 |
|
Ethan Rublee
|
14f65f79f0
|
Wrapping the tests in an if guard. Fails to build if the BUILD_TESTS flag is
not enabled.
|
2011-06-01 18:04:46 +00:00 |
|
Andrey Morozov
|
4b5e53b33b
|
minor fix
|
2011-06-01 17:41:30 +00:00 |
|
Andrey Morozov
|
abfc5d3405
|
fixed bugs for windows. added 2 tests for ffmpeg
|
2011-06-01 16:14:17 +00:00 |
|
Anatoly Baksheev
|
68a2ec3394
|
compilation for macos
|
2011-06-01 15:42:11 +00:00 |
|
Anatoly Baksheev
|
1eba407378
|
compilation for macos
|
2011-06-01 15:35:30 +00:00 |
|
Vadim Pisarevsky
|
bf05872929
|
added opencv_test_highgui
|
2011-06-01 14:23:55 +00:00 |
|