Alexander Alekhin
17e4d33b0e
added regression test for #5876
9 years ago
Maksim Shabunin
84f37d352f
HAL moved back to core
9 years ago
Alexander Alekhin
b26580cc7b
checkRange fixes
...
1) fix multichannel support
2) remove useless bad_value, read value from original Mat directly
3) add more tests
4) fix docs for cvCeil and checkRange
9 years ago
hoangviet1985
3e96b724c2
squash
9 years ago
hoangviet1985
b96def885f
squash
9 years ago
Vladislav Vinogradov
d5e6503fe5
fix signed/unsigned comparison warning in core/test/test_math.cpp
9 years ago
Viet Dinh
68bcff26fb
fix solveCubic
...
The original solution did not handle correctly when delta = 0,
resulting as nan errors. I also wrote a test case to test solving
equation x^3 = 0 after fixing.
9 years ago
Viet Dinh
cfd5caf29d
deal with type casting issues
9 years ago
Viet Dinh
09b0193186
even more correct
...
calculates cube root of complex number to give more correct results.
9 years ago
Viet Dinh
537a978dcf
update test_math.cpp
9 years ago
Maksim Shabunin
31e0d90da6
Enable temp objects destruction test for VS versions less than 2015
9 years ago
Maksim Shabunin
6e9d0d9a0c
Visual Studio 2015 warning and test fixes
9 years ago
Pavel Rojtberg
46ada3886f
fix wrong parsing of values containing '='
...
fixes #5074
9 years ago
Pavel Rojtberg
1dd7f546af
CommandLineParser: add special <none> value to disallow empty strings
...
some mandatory string keys like paths must not be empty. Add the special
default value `<none>` so the CommandLineParser can enforce this and
generate an according error message for us.
9 years ago
Pavel Rojtberg
a388806555
enable additional CommandLineParser tests
9 years ago
Pavel Rojtberg
2ced3ba276
CommandLineParser: throw on programmer error
...
requesting a previously undeclared key is most likely an programming
error. e.g. a typo "--unused vs --unsued".
So throw in those cases.
Add an according failure testcase.
9 years ago
Gleb Gladilov
2bc4486966
Added test of minMaxLoc on filling with maximums of int
9 years ago
Alexander Alekhin
d3071db0d7
add some CommandLineParser tests
9 years ago
Alexander Alekhin
bf42b9603b
fix "unreachable code" warning
9 years ago
Alexander Alekhin
7213e5f68a
ocl: correct disabling of OpenCL code
9 years ago
Ilya Lavrenov
0303e8067e
fixed memory leak in core ds tests
9 years ago
Alexander Alekhin
ad70ab404c
ocl: workaround for getUMat()
9 years ago
Andrey Pavlenko
cea2dafa0f
man/unmap, preventing getMat/getUMat from temp object, fix thread-unsafe code in `UMat::getMat()`
9 years ago
Alexander Alekhin
8694ba0978
update custom_ptr test
9 years ago
Andrey Pavlenko
4aefb9f2fc
making the test deepper
9 years ago
Andrey Pavlenko
3656a1aa66
fixing 'map_unmap_counting'
9 years ago
Philippe FOUBERT
b668d3f693
Modification of the related tests in core/tests/ocl
9 years ago
Vitaliy Lyudvichenko
85cc11e3b2
Changed behaviour of Mat/UMat::reshape() to accept n-dim shapes
9 years ago
Ilya Lavrenov
7719da9552
fixed memory leak in core ds tests
9 years ago
Vladimir Dudnik
131d7c394e
enabled test UMat copyTo. Now it will detect FAIL on Intel platform for ROI (issue with clEnqueueCopyBufferRect)
9 years ago
Alexander Alekhin
cda9ed449f
fix some functions for valid processing of empty string content (cstr_==0, len_==0)
9 years ago
Alexander Alekhin
3316e58314
more test loops (and disable tests - tests pass but require a lot of time)
9 years ago
Alexander Alekhin
8293ed7f9b
add tests from issue 4468 ( #5062 )
9 years ago
Alexander Alekhin
21467d817b
tapi: add test from issue 4380 ( #5010 )
9 years ago
Alexander Alekhin
1704aea6a0
tapi: enable some disabled tests
9 years ago
Alexander Alekhin
9bcccb028b
fixes
9 years ago
Alexander Alekhin
cd5c70691a
ocl: add map tests
9 years ago
Alexander Alekhin
b36f565d13
fix OpenCV code (bug 4006: #4862 )
9 years ago
Vladimir Dudnik
ed7907e46c
add test for bug 4006: #4862
9 years ago
Gleb Gladilov
07de67c32f
Added test of minMaxLoc on filling with maximums of int
9 years ago
Alexander Alekhin
a6f46d7bb1
issue 4457
10 years ago
Alexander Alekhin
885114ed2c
fix copyTo memory corruption, but the main problem is still here
10 years ago
Alexander Alekhin
30a5a9ed34
test vector processing
10 years ago
Youssef Kashef
790ef21a60
add unit test around Mat::push_back()
...
add template specialization Mat::push_back() for MatExpr paramters
extend push_back MatExpr to mat in unit test
cast to object instead of reference
test with multi-row MatExpr input
10 years ago
Alexander Alekhin
9394486147
fix issue 3891
10 years ago
Vadim Pisarevsky
481f786fe7
added simple HAL test; added RHO homography test
10 years ago
Vadim Pisarevsky
66eb270cf7
significantly reduced sparse matrix footprint:
...
http://code.opencv.org/issues/2206 ,
http://code.opencv.org/issues/2924
10 years ago
Vadim Pisarevsky
73f760fdf0
some more compile warnings fixed
10 years ago
Vadim Pisarevsky
63a63e3eaa
extended MinProblemSolver::Function to 1) report the space dimensionality, 2) compute gradient if needed
10 years ago
Vadim Pisarevsky
5b9182ba43
reenabled conjugate gradient solver test
10 years ago