Open Source Computer Vision Library https://opencv.org/
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.
 
 
 
 
 
 
Vincent Rabaud c8268e65fd Fix potential NaN in cv::norm. 4 years ago
..
ocl Merge pull request #20172 from alalek:fixup_19334 4 years ago
test_arithm.cpp Fix potential NaN in cv::norm. 4 years ago
test_async.cpp
test_concatenation.cpp
test_conjugate_gradient.cpp
test_countnonzero.cpp Added countNonZero test for big arrays and disable IPP for some cases 5 years ago
test_downhill_simplex.cpp
test_ds.cpp
test_dxt.cpp
test_eigen.cpp
test_hal_core.cpp
test_intrin.cpp core: fix F16C compilation check 4 years ago
test_intrin128.simd.hpp
test_intrin256.simd.hpp
test_intrin512.simd.hpp
test_intrin_emulator.cpp Merge pull request #16236 from alalek:fix_core_simd_emulator 5 years ago
test_intrin_utils.hpp Merge pull request #20011 from Developer-Ecosystem-Engineering:3.4 4 years ago
test_io.cpp core(persistence): fix resource leaks - force closing files 5 years ago
test_lpsolver.cpp
test_main.cpp
test_mat.cpp core: add missing implementation for Mat::ptr(Vec) 4 years ago
test_math.cpp core(kmeans): bailout if can't select cluster center 5 years ago
test_misc.cpp Optimize calls to std::string::find() and friends for a single char. 4 years ago
test_operations.cpp core(arithm_op): workaround problem with scalars handling 4 years ago
test_precomp.hpp
test_ptr.cpp
test_rand.cpp
test_rotatedrect.cpp
test_umat.cpp ocl: silence warning in case of async cleanup 4 years ago
test_utils.cpp Merge pull request #16704 from alalek:core_log_once_log_if 5 years ago
test_utils_tls.impl.hpp