Fedor Morozov
|
c9ace38897
|
Docs updated, added InputArray, fixes for makePtr,...
|
2013-09-26 19:02:35 +04:00 |
|
Fedor Morozov
|
f99be6bda6
|
Mergin itseez
|
2013-09-18 18:55:12 +04:00 |
|
Alexander Shishkov
|
e354fa3fd1
|
fixed test data in highgui test for HDR
|
2013-09-03 14:24:14 +04:00 |
|
Roman Donchenko
|
2d6f35d6ed
|
Merge remote-tracking branch 'origin/2.4' into merge-2.4
Conflicts:
modules/gpuwarping/src/cuda/resize.cu
modules/gpuwarping/src/resize.cpp
modules/gpuwarping/test/test_resize.cpp
modules/ocl/perf/main.cpp
modules/ocl/perf/perf_calib3d.cpp
modules/ocl/perf/perf_canny.cpp
modules/ocl/perf/perf_color.cpp
modules/ocl/perf/perf_haar.cpp
modules/ocl/perf/perf_match_template.cpp
modules/ocl/perf/perf_precomp.cpp
modules/ocl/perf/perf_precomp.hpp
|
2013-08-27 19:15:47 +04:00 |
|
Hanusz Leszek
|
32635a6834
|
using unsigned char instead of uint8_t to compile under windows
|
2013-08-21 12:33:51 +02:00 |
|
Hanusz Leszek
|
cf39ba5801
|
Allow to read PNG image of color_type PNG_COLOR_TYPE_PALETTE with alpha channel
Correct reading PNG color type palette with or without alpha imread flags -1 or 1
Better not using pnginfo.h, using png_get_tRNS instead
|
2013-08-21 05:31:44 +02: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 |
|
andrey.morozov
|
e4e0862c2e
|
added support image with alpha channel
|
2013-07-13 14:09:37 +04:00 |
|
andrey.morozov
|
8d0452ed59
|
added test to save image with webp with alpha channel
|
2013-07-06 17:26:22 +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 |
|
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 |
|
kobigurk
|
9f80c6c989
|
added test for 4 channel tiff
|
2013-02-12 11:21:51 +02: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
|
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 |
|
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
|
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 |
|
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 |
|
Vadim Pisarevsky
|
58fb8692c3
|
added test for png encoding bug #2352
|
2012-09-17 16:44:40 +04:00 |
|
Andrey Kamaev
|
d9c74f63e1
|
All tests writing temporary files are updated to use cv::tempfile() function
|
2012-06-25 11:24:06 +00:00 |
|
Vadim Pisarevsky
|
d5a0088bbe
|
merged 2.4 into trunk
|
2012-04-30 14:33:52 +00:00 |
|
Alexander Shishkov
|
0ac70e6883
|
fixed #1421
|
2012-03-29 13:46:54 +00:00 |
|
Vadim Pisarevsky
|
846e37ded5
|
fixed many warnings from GCC 4.6.1
|
2012-03-17 09:22:31 +00:00 |
|
Andrey Kamaev
|
4168a698f6
|
Fixed highgui tests for Android
|
2011-12-20 07:45:49 +00:00 |
|