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.
 
 
 
 
 
 
Gil Shotan 1612db5f91 Fix signed integer overflow in connected components 4 years ago
..
ocl imgproc(test): test bitExact cases in OCL/sepFilter2D 4 years ago
test_approxpoly.cpp
test_bilateral_filter.cpp
test_boundingrect.cpp
test_canny.cpp
test_color.cpp imgproc: add missing check into cvtColorTwoPlane() 4 years ago
test_connectedcomponents.cpp Fix signed integer overflow in connected components 4 years ago
test_contours.cpp
test_convhull.cpp Merge pull request #16594 from vpisarev:hull_ordering_fix 5 years ago
test_cvtyuv.cpp
test_distancetransform.cpp
test_drawing.cpp fixed fillPoly, the overloaded variant with InputArrayOfArrays parameter (single or multiple polygons) 5 years ago
test_emd.cpp
test_filter.cpp imgproc: add src.empty() checks in filter operations 5 years ago
test_fitellipse.cpp Merge pull request #17417 from vpisarev:fix_fitellipse 5 years ago
test_fitellipse_ams.cpp
test_fitellipse_direct.cpp
test_floodfill.cpp
test_goodfeaturetotrack.cpp
test_grabcut.cpp
test_histograms.cpp Merge pull request #16608 from vpisarev:fix_mac_ocl_tests 5 years ago
test_houghcircles.cpp
test_houghlines.cpp
test_imgproc_umat.cpp
test_imgwarp.cpp Merge pull request #18053 from Yosshi999:bit-exact-resizeNN 4 years ago
test_imgwarp_strict.cpp
test_intersectconvexconvex.cpp
test_intersection.cpp
test_lsd.cpp
test_main.cpp
test_moments.cpp
test_pc.cpp
test_precomp.hpp
test_resize_bitexact.cpp Merge pull request #18053 from Yosshi999:bit-exact-resizeNN 4 years ago
test_smooth_bitexact.cpp Merge pull request #18167 from Yosshi999:bit-exact-gaussian 4 years ago
test_subdivision2d.cpp
test_templmatch.cpp
test_thresh.cpp
test_watershed.cpp