opencv/modules/imgproc/test
Sean McBride 35f1a90df7
Merge pull request #22149 from seanm:sprintf
Replaced sprintf with safer snprintf

* Straightforward replacement of sprintf with safer snprintf

* Trickier replacement of sprintf with safer snprintf

Some functions were changed to take another parameter: the size of the buffer, so that they can pass that size on to snprintf.
2022-06-25 06:48:22 +03:00
..
ocl
test_approxpoly.cpp Merge pull request #21937 from Kumataro:4.x-fix-21911 2022-05-13 17:32:05 +00:00
test_bilateral_filter.cpp
test_boundingrect.cpp
test_canny.cpp
test_color.cpp
test_connectedcomponents.cpp
test_contours.cpp
test_convhull.cpp Merge remote-tracking branch 'upstream/3.4' into merge-3.4 2022-05-14 11:23:21 +00:00
test_cvtyuv.cpp
test_distancetransform.cpp
test_drawing.cpp
test_emd.cpp
test_filter.cpp Merge remote-tracking branch 'upstream/3.4' into merge-3.4 2022-04-16 14:41:15 +00:00
test_fitellipse_ams.cpp
test_fitellipse_direct.cpp
test_fitellipse.cpp
test_floodfill.cpp
test_goodfeaturetotrack.cpp
test_grabcut.cpp
test_histograms.cpp
test_houghcircles.cpp
test_houghlines.cpp
test_imgproc_umat.cpp
test_imgwarp_strict.cpp Merge pull request #22149 from seanm:sprintf 2022-06-25 06:48:22 +03:00
test_imgwarp.cpp
test_intelligent_scissors.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
test_smooth_bitexact.cpp
test_subdivision2d.cpp
test_templmatch.cpp
test_templmatchmask.cpp
test_thresh.cpp
test_watershed.cpp