Andrey Kamaev
|
715fa3303e
|
Move cv::Mat out of core.hpp
|
2013-04-01 15:24:34 +04:00 |
|
Andrey Kamaev
|
2d764fe1c6
|
Merge pull request #665 from taka-no-me:core_utility
|
2013-03-21 14:47:49 +04:00 |
|
Andrey Kamaev
|
89356ff16d
|
Move non-CV functionality from core.hpp to separate utility.hpp header
|
2013-03-20 17:56:06 +04:00 |
|
AoD314
|
7d0c600504
|
improved test of webp
|
2013-03-19 18:04:15 +04:00 |
|
Andrey Kamaev
|
ad5cddc007
|
Main module headers are moved 1 level up
e.g. <opencv2/core/core.hpp> become <opencv2/core.hpp>
Also renamed <opencv2/core/opengl_interop.hpp> to <opencv2/core/opengl.hpp>
|
2013-03-13 17:26:56 +04:00 |
|
AoD314
|
eb012a5993
|
added tests for WebP
|
2013-03-11 11:51:46 +04:00 |
|
Andrey Kamaev
|
68bb317ce1
|
Merge pull request #462 from kobigurk:master
|
2013-02-28 00:38:20 +04:00 |
|
Andrey Kamaev
|
2a6fb2867e
|
Remove all using directives for STL namespace and members
Made all STL usages explicit to be able automatically find all usages of
particular class or function.
|
2013-02-25 15:04:17 +04:00 |
|
kobigurk
|
18a5b8dfc6
|
fixed tab indent
|
2013-02-13 14:21:34 +02:00 |
|
kobigurk
|
88e0127f44
|
API of TiffDecoder back to what it was - normalizeChannelsNumber moved to protected
test code unified - channels number is tested for other formats as well
|
2013-02-13 14:13:36 +02:00 |
|
kobigurk
|
109e047a28
|
* img_test is now tested for channel numbers instead of img
* fixed indentation to use spaces and trailing spaces
|
2013-02-13 13:33:07 +02:00 |
|
Ilya Lavrenov
|
5512f91d08
|
removed libstdc++ dependency
|
2013-02-12 14:20:23 +04:00 |
|
kobigurk
|
9f80c6c989
|
added test for 4 channel tiff
|
2013-02-12 11:21:51 +02:00 |
|
Andrey Kamaev
|
5cae645ba1
|
Temporary disabled parallel_writers_and_readers test
|
2013-02-11 16:52:20 +04:00 |
|
Andrey Kamaev
|
3c39e146a3
|
Make parallel video writer test pass if compiled without threading support
|
2013-02-04 14:34:44 +04:00 |
|
Alexander Smorkalov
|
75191e8f2f
|
Smartek Giganetix Cameras support (Patch #2192) integrated to master.
|
2013-02-01 16:54:00 +04:00 |
|
Andrey Kamaev
|
61079547f0
|
Merge branch '2.4'
|
2013-02-01 14:59:40 +04:00 |
|
Andrey Kamaev
|
55b90d7bae
|
Modify decode_tile16384x16384 test to not fail when available memory is not enough for test
|
2013-01-31 18:51:24 +04:00 |
|
Andrey Kamaev
|
57d3152cd0
|
Merge branch '2.4'
|
2013-01-31 14:35:27 +04:00 |
|
Andrey Kamaev
|
2d6253609c
|
Fix truncation of fourcc value in dshow capture property setter (bug #2535)
Added test checking that all valid fourcc values are converted properly
|
2013-01-31 12:00:04 +04:00 |
|
Andrey Kamaev
|
9b4f2d1b53
|
Merge pull request #373 from ilysenkov:bugfix_2440
|
2013-01-30 19:37:16 +04:00 |
|
Andrey Kamaev
|
11871528ce
|
Solve conflict between tiff.h and opencv2/core/types_c.h
Сonflict exists between some versions of libtiff and opencv headers
|
2013-01-30 16:36:50 +04:00 |
|
Ilya Lysenkov
|
56fbcc541f
|
Tested cvDestroyAllWindows() without windows
|
2013-01-30 15:25:10 +04:00 |
|
Andrey Kamaev
|
7572b4d400
|
Merge branch '2.4'
|
2013-01-30 15:12:50 +04:00 |
|
Andrey Kamaev
|
b4d0dff4c5
|
Added minimal support for tiff encoder parameters and test for issue #2161
|
2013-01-30 00:07:30 +04:00 |
|
Andrey Kamaev
|
78a338159d
|
Merge branch '2.4'
|
2013-01-29 14:17:13 +04:00 |
|
Andrey Kamaev
|
0734d9b877
|
Merge branch '2.4'
|
2013-01-29 14:16:07 +04:00 |
|
Andrey Kamaev
|
da884b4e1d
|
Merge pull request #347 from asmorkalov:WITH_FFMPEG_logic
|
2013-01-29 14:00:10 +04:00 |
|
Alexander Smorkalov
|
8c45b9d03d
|
Video IO perf tests guarded.
|
2013-01-29 11:09:49 +04:00 |
|
Andrey Kamaev
|
255cd61a8c
|
Improve error reporting of JPEG image encoder
OpenCV issue #2604
After this patch applied an attempt to encode empty images produces exception
saying "Raw image encoder error: Empty JPEG image (DNL not supported)"
|
2013-01-28 16:55:00 +04:00 |
|
Andrey Kamaev
|
00fbf58902
|
Revert incompletely applied patch from #2192
This reverts commit 2e7656dbdf .
|
2012-12-03 09:55:53 +04:00 |
|
Ilya Lavrenov
|
4abf0b3193
|
thread-safe VideoWriter and VideoCapture
|
2012-11-19 16:44:23 +04:00 |
|
Andrey Kamaev
|
a126532cb7
|
Fix OS X build warnings
|
2012-11-09 11:29:52 +04:00 |
|
marina.kolpakova
|
7a5b9a6b7f
|
replase __APPLE__ marco with __clang__
|
2012-11-01 19:34:05 +04:00 |
|
Andrey Kamaev
|
3e10e057cb
|
Merge pull request #110 from vpisarev/test_fixes2
|
2012-10-31 16:52:50 +04:00 |
|
Vadim Pisarevsky
|
63bd6f9adf
|
fixed compile errors in ocl tests; disabled a few problematic tests
|
2012-10-29 23:37:18 +04:00 |
|
Andrey Kamaev
|
2b0072d823
|
Suppress more warnings in gtest on OS X
|
2012-10-24 20:36:30 +04:00 |
|
Vadim Pisarevsky
|
fbe0d6963c
|
disabled several tests on Mac when no FFMPEG is used; disabled automatic table initialization in imgwarp in the case of MinGW
|
2012-10-22 21:13:26 +04:00 |
|
OpenCV Buildbot
|
04384a71e4
|
Normalize line endings and whitespace
|
2012-10-17 15:32:23 +04:00 |
|
Vadim Pisarevsky
|
5b2271c6fb
|
another fix for #2332 test
|
2012-10-15 14:12:32 +04:00 |
|
Vadim Pisarevsky
|
78a0b9787c
|
fixed build errors on Mac; moved test for #2332 from imgproc to highgui
|
2012-10-15 13:55:32 +04:00 |
|
Evgeny Talanin
|
2e7656dbdf
|
#2192 patch apply
|
2012-10-12 13:03:43 +04:00 |
|
Vadim Pisarevsky
|
06a13d9ba0
|
replaced jpegs with png's. Accuracy tests pass; performance tests were not tried yet
|
2012-10-02 23:07:46 +04:00 |
|
Vadim Pisarevsky
|
58fb8692c3
|
added test for png encoding bug #2352
|
2012-09-17 16:44:40 +04:00 |
|
Andrey Kamaev
|
e900952b87
|
quiet most of the OSX build warnings
|
2012-07-05 12:56:31 +00:00 |
|
Andrey Kamaev
|
d9c74f63e1
|
All tests writing temporary files are updated to use cv::tempfile() function
|
2012-06-25 11:24:06 +00:00 |
|
Andrey Kamaev
|
c5aba337e9
|
Fixed number of warnings. Fixed mingw64 build.
|
2012-06-12 14:46:12 +00:00 |
|
Andrey Kamaev
|
f2d3b9b4a1
|
Warning fixes continued
|
2012-06-09 15:00:04 +00:00 |
|
Andrey Kamaev
|
47a4e87784
|
Ignored warnings from gtest with precompiled headers enabled
|
2012-06-08 14:54:17 +00:00 |
|
Andrey Kamaev
|
2f40905548
|
Fixed Android build
|
2012-06-08 08:11:17 +00:00 |
|