Alexander Shishkov
|
e354fa3fd1
|
fixed test data in highgui test for HDR
|
2013-09-03 14:24:14 +04:00 |
|
Fedor Morozov
|
302bf23f82
|
All hdr functions as Algorithms
|
2013-08-01 03:24:47 +04:00 |
|
Fedor Morozov
|
703cf8cef7
|
Calibration, various changes
|
2013-07-21 13:48:57 +04:00 |
|
Alexander Shishkov
|
a29ce401d5
|
minore changes in test on HDR fromat
|
2013-07-18 01:32:06 +04:00 |
|
Fedor Morozov
|
84ea0c9a97
|
Tests and rgbe fix
|
2013-06-24 05:54:58 +04:00 |
|
Andrey Kamaev
|
0738ea7d0f
|
Make highgui.hpp independent from C API
|
2013-04-08 15:47:29 +04:00 |
|
Andrey Kamaev
|
67073daf19
|
Merge branch '2.4'
|
2013-04-05 21:11:59 +04:00 |
|
Alexander Smorkalov
|
4703f4552a
|
Experimental MS Media Foundation API support added
|
2013-04-02 18:10:55 -07:00 |
|
Andrey Kamaev
|
517062039e
|
Make core/internal.hpp a private header
|
2013-04-01 17:29:10 +04:00 |
|
Andrey Kamaev
|
715fa3303e
|
Move cv::Mat out of core.hpp
|
2013-04-01 15:24:34 +04:00 |
|
Alexander Smorkalov
|
09bc99a0c0
|
HAVE_WIN32UI and HAVE_VFW checks and defines added.
|
2013-03-27 08:03:51 -07:00 |
|
Alexander Smorkalov
|
de95a2b278
|
Video IO tests turned off for ARM WinRT.
|
2013-03-27 00:45:41 -07:00 |
|
Alexander Smorkalov
|
7ec2b6bad0
|
Highgui tests for GUI disabled for WinRT;
Warnings fix;
|
2013-03-21 16:18:19 +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 |
|