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.
Arnaud Brejeon
636ab095b0
Merge pull request #8535 from arnaudbrejeon:std_array
...
Add support for std::array<T, N> (#8535 )
* Add support for std::array<T, N>
* Add std::array<Mat, N> support
* Remove UMat constructor with std::array parameter
8 years ago
..
ocl
eliminate compiler warnings
9 years ago
test_arithm.cpp
build: eliminate ICC warnings
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 several GCC 5.x warnings
9 years ago
test_dxt.cpp
Merge pull request #7872 from alalek:merge-2.4
9 years ago
test_eigen.cpp
fix typo
9 years ago
test_hal_core.cpp
test: fix Core_HAL.mat_decomp test implementation
9 years ago
test_intrin.cpp
cmake: fix fp16 support
8 years ago
test_intrin_utils.hpp
HAL math interfaces: fastAtan2, magnitude, sqrt, invSqrt, log, exp
9 years ago
test_io.cpp
core: add single DMatch/Keypoint I/O
8 years ago
test_ippasync.cpp
eliminate compiler warnings
9 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
Merge pull request #8535 from arnaudbrejeon:std_array
8 years ago
test_math.cpp
KMeans improvement
8 years ago
test_misc.cpp
core: fix String::end() implementation
8 years ago
test_operations.cpp
core: fix adjustROI behavior on indexes overflow
8 years ago
test_precomp.hpp
HAL moved back to core
10 years ago
test_ptr.cpp
Added tests for Ptr.
12 years ago
test_rand.cpp
core(test): add regression test for RNG in parallel_for_()
8 years ago
test_rotatedrect.cpp
addressed issues
11 years ago
test_umat.cpp
core: fix adjustROI behavior on indexes overflow
8 years ago
test_utils.cpp
build: fix compiler warnings (GCC 5.3.1)
9 years ago