Andrey Kamaev
|
a126532cb7
|
Fix OS X build warnings
|
13 years ago |
marina.kolpakova
|
7a5b9a6b7f
|
replase __APPLE__ marco with __clang__
|
13 years ago |
Andrey Kamaev
|
2b0072d823
|
Suppress more warnings in gtest on OS X
|
13 years ago |
OpenCV Buildbot
|
81f826db2b
|
Normalize line endings and whitespace
|
13 years ago |
OpenCV Buildbot
|
04384a71e4
|
Normalize line endings and whitespace
|
13 years ago |
Vadim Pisarevsky
|
78a0b9787c
|
fixed build errors on Mac; moved test for #2332 from imgproc to highgui
|
13 years ago |
Ilya Lavrenov
|
2cda65a782
|
fixed cvtColor (RGB <-> Lab) tests and created another one
|
13 years ago |
Evgeny Talanin
|
cfe28e3b73
|
Added test inspired by #2332
|
13 years ago |
Vadim Pisarevsky
|
925d0cc769
|
added test for box filter 16u, fixed bug #2416
|
13 years ago |
Ilya Lavrenov
|
280ecb68bf
|
changed file path
|
13 years ago |
Ilya Lavrenov
|
2759f026e9
|
fixed Bug #2074
|
13 years ago |
Vadim Pisarevsky
|
06a13d9ba0
|
replaced jpegs with png's. Accuracy tests pass; performance tests were not tried yet
|
13 years ago |
Ilya Lavrenov
|
b7b32e74a5
|
some restructuring of resize algorithm code
|
13 years ago |
Ilya Lavrenov
|
222303f24b
|
attempt
|
13 years ago |
Anatoly Baksheev
|
3b075a50e9
|
fixed warnings under windows
|
13 years ago |
Ilya Lavrenov
|
5ab3fe489f
|
changed resize_area test
|
13 years ago |
Ilya Lavrenov
|
a65cb5d2de
|
added extra debug parameters in resize test
|
13 years ago |
Ilya Lavrenov
|
03daf44848
|
added recalculating scale coefficients
|
13 years ago |
Andrey Kamaev
|
e73089bdb5
|
Fix windows build warnings
|
13 years ago |
Ilya Lavrenov
|
fbd9bfba47
|
fixed some warnings and errors on windows
|
13 years ago |
Andrey Kamaev
|
b1b5e392e6
|
Fix Android build warnings in new imgproc tests
|
13 years ago |
Ilya Lavrenov
|
dd1091bbe1
|
a reference function for remap was stabilized
|
13 years ago |
Vadim Pisarevsky
|
932100c5a3
|
fixed build errors and warnings on Windows
|
13 years ago |
Ilya Lavrenov
|
5eac0419b2
|
changed eps in validate_result function
|
13 years ago |
Ilya Lavrenov
|
be51e5d1b1
|
More strict tests for image waring algorithms
|
13 years ago |
Vadim Pisarevsky
|
9c0f556d88
|
fixed a few compile warnings and errors with VS2010.
|
13 years ago |
Ilya Lavrenov
|
27c2aa3a4e
|
parallel version of bilateral filter was implemented using parallel_for_
|
13 years ago |
Andrey Kamaev
|
e900952b87
|
quiet most of the OSX build warnings
|
13 years ago |
Marina Kolpakova
|
162f9fd7ea
|
merged the trunk r8735:8766, r8769, r8777:8780, r8790 and r8800:8811
|
13 years ago |
Andrey Kamaev
|
d9c74f63e1
|
All tests writing temporary files are updated to use cv::tempfile() function
|
13 years ago |
Andrey Kamaev
|
bd0e0b5800
|
Merged the trunk r8589:8653 - all changes related to build warnings
|
13 years ago |
Andrey Kamaev
|
73c152abc4
|
Merged the trunk r8575:8583 (INTER_AREA interpolation for GPU resize)
|
13 years ago |
Andrey Kamaev
|
f2d3b9b4a1
|
Warning fixes continued
|
13 years ago |
Andrey Kamaev
|
47a4e87784
|
Ignored warnings from gtest with precompiled headers enabled
|
13 years ago |
Marina Kolpakova
|
83390ea4e1
|
performance test for INTER_AREA resize has been added.
|
13 years ago |
Marina Kolpakova
|
8231d0d11d
|
fixed for resize with INTER AREA. Since now we divide by convolved area
|
13 years ago |
Marina Kolpakova
|
eabd757def
|
fixed build
|
13 years ago |
Marina Kolpakova
|
d192117e86
|
GPU resize with INTER_AREA
|
13 years ago |
Andrey Kamaev
|
e1c4fd9e1f
|
Merged the trunk r8345:8376
|
13 years ago |
Andrey Kamaev
|
e309c51430
|
Fixed phaseCorrelate result for not power of 2 size images #1812 (thanks to Jeff Mast)
|
13 years ago |
Vadim Pisarevsky
|
2fd1e2ea57
|
merged all the latest changes from 2.4 to trunk
|
13 years ago |
Vadim Pisarevsky
|
1371c96935
|
extended morphological operations to handle arbitrary number of channels and CV_64F type; extended filter2D to handle CV_16S type. added test to check the supported formats; added description of supported formats in various filtering operations.
|
13 years ago |
Andrey Kamaev
|
4ee2c486eb
|
#1732 Added YUV422 conversions
|
13 years ago |
Andrey Kamaev
|
24f82c755a
|
Improved accuracy of SSE-optimized BayerXX2GRAY conversion; added regression test
|
13 years ago |
Vadim Pisarevsky
|
e88ff6837a
|
added test for ticket #1719 and added a note about contour self-intersections to the docs
|
13 years ago |
Andrey Kamaev
|
fd31234122
|
Fixed gcc build
|
13 years ago |
Andrey Kamaev
|
470f6fafeb
|
Fixed conversions from YV12 and IYUV on non-continuous input. Added accuracy and performance tests.
|
13 years ago |
Ivan Korolev
|
856aaee8cd
|
Fixed the path to the testdata.
|
13 years ago |
Ivan Korolev
|
44d4e85d9e
|
Fixed the path to the testdata.
|
13 years ago |
Vadim Pisarevsky
|
beb7fc3c92
|
a LOT of obsolete stuff has been moved to the legacy module.
|
13 years ago |