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.
 
 
 
 
 
 
Vladislav Vinogradov d5e6503fe5 fix signed/unsigned comparison warning in core/test/test_math.cpp 9 years ago
..
test_arithm.cpp Added test of minMaxLoc on filling with maximums of int 10 years ago
test_countnonzero.cpp
test_ds.cpp fixed memory leak in core ds tests 10 years ago
test_dxt.cpp
test_eigen.cpp
test_io.cpp Cast some matrix sizes to type int. 10 years ago
test_main.cpp
test_mat.cpp added missing impl for multi-dim Mat::ones, Mat::zeros (issue #3756) 11 years ago
test_math.cpp fix signed/unsigned comparison warning in core/test/test_math.cpp 9 years ago
test_misc.cpp adding test for `polylines()` call with empty Point-s vector and fix for crash in this case 10 years ago
test_operations.cpp
test_precomp.hpp
test_rand.cpp