You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
Vitaliy Lyudvichenko
930d96f684
Fixing of AutoBuffer::allocate(nsz) method
AutoBuffer::allocate(nsz) didn't work properly when
(sz < nsz < fixed_size). In this case sz remained unchanged.
|
9 years ago |
.. |
ocl
|
added regression test for #5876
|
9 years ago |
test_arithm.cpp
|
added regression test for #5876
|
9 years ago |
test_concatenation.cpp
|
Suppress warning in constructor.
|
11 years ago |
test_conjugate_gradient.cpp
|
extended MinProblemSolver::Function to 1) report the space dimensionality, 2) compute gradient if needed
|
10 years ago |
test_countnonzero.cpp
|
fixed slow down in getRectSubPix (original patch by Markus JR Mueller); removed some unused variables and functions
|
11 years ago |
test_downhill_simplex.cpp
|
extended MinProblemSolver::Function to 1) report the space dimensionality, 2) compute gradient if needed
|
10 years ago |
test_ds.cpp
|
fixed memory leak in core ds tests
|
10 years ago |
test_dxt.cpp
|
fix Core_MulSpectrum test on 64bit ARM + release mode
|
9 years ago |
test_eigen.cpp
|
fix typo
|
9 years ago |
test_hal_core.cpp
|
HAL moved back to core
|
9 years ago |
test_intrin.cpp
|
HAL math interfaces: fastAtan2, magnitude, sqrt, invSqrt, log, exp
|
9 years ago |
test_intrin_utils.hpp
|
HAL math interfaces: fastAtan2, magnitude, sqrt, invSqrt, log, exp
|
9 years ago |
test_io.cpp
|
operator<< handles keys starting with underscore
|
9 years ago |
test_ippasync.cpp
|
fixed
|
11 years ago |
test_lpsolver.cpp
|
Used checking norm of results for LPSolver accuracy tests
|
11 years ago |
test_main.cpp
|
move cuda tests from core to cudaarithm
|
10 years ago |
test_mat.cpp
|
test: regression 5991
|
9 years ago |
test_math.cpp
|
HAL math interfaces: fastAtan2, magnitude, sqrt, invSqrt, log, exp
|
9 years ago |
test_misc.cpp
|
fix some functions for valid processing of empty string content (cstr_==0, len_==0)
|
10 years ago |
test_operations.cpp
|
cv::norm -> cvtest::norm in tests
|
11 years ago |
test_precomp.hpp
|
HAL moved back to core
|
9 years ago |
test_ptr.cpp
|
Added tests for Ptr.
|
12 years ago |
test_rand.cpp
|
Several type of formal refactoring:
|
11 years ago |
test_rotatedrect.cpp
|
addressed issues
|
11 years ago |
test_umat.cpp
|
test: initialize test data in test_umat.cpp (6102)
|
9 years ago |
test_utils.cpp
|
Fixing of AutoBuffer::allocate(nsz) method
|
9 years ago |