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.
 
 
 
 
 
 
Alexander Alekhin 3b97549bb1 Merge pull request #5226 from ilya-lavrenov:valgrind_memory_leak 9 years ago
..
test_approxpoly.cpp
test_bilateral_filter.cpp
test_boundingrect.cpp
test_canny.cpp
test_color.cpp Fixed range for 'v' channel for 8U images. 10 years ago
test_contours.cpp
test_convhull.cpp
test_cvtyuv.cpp typo 9 years ago
test_distancetransform.cpp fix GCC 4.9 warnings 9 years ago
test_emd.cpp
test_filter.cpp
test_floodfill.cpp fixed memory leaks in floodfill tests 9 years ago
test_grabcut.cpp
test_histograms.cpp
test_houghLines.cpp
test_imgwarp.cpp fixed "Conditional jump or move depends on uninitialised value" warning 9 years ago
test_imgwarp_strict.cpp fixed memory leak caused by illegal memory access 9 years ago
test_main.cpp
test_moments.cpp
test_pc.cpp
test_precomp.hpp
test_templmatch.cpp
test_thresh.cpp
test_watershed.cpp