opencv/modules/video/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 Merge pull request #14473 from alalek:video_dis_update_opencl 2019-05-29 14:22:21 +03:00
test_accum.cpp ts: refactor OpenCV tests 2018-02-03 19:39:47 +00:00
test_camshift.cpp removed C API in the following modules: photo, video, imgcodecs, videoio (#13060) 2018-11-09 00:52:09 +03:00
test_ecc.cpp Merge pull request #19993 from danielenricocahall:fix-compute-ecc-issue 2021-04-30 17:20:52 +00:00
test_estimaterigid.cpp Merge pull request #12248 from hrnr:video_remove_ransac 2018-08-21 17:08:27 +03:00
test_kalman.cpp removed C API in the following modules: photo, video, imgcodecs, videoio (#13060) 2018-11-09 00:52:09 +03:00
test_main.cpp Merge pull request #18838 from alalek:video_tracking_api 2020-11-18 11:04:15 +00:00
test_OF_accuracy.cpp video:fixed DISOpticalFlow segfault from small img 2019-05-27 08:18:26 +02:00
test_OF_reproducibility.cpp Merge pull request #13084 from vpisarev:shuffle_optflow_algos 2018-11-09 17:52:06 +03:00
test_optflowpyrlk.cpp Merge pull request #22149 from seanm:sprintf 2022-06-25 06:48:22 +03:00
test_precomp.hpp Merge pull request #13084 from vpisarev:shuffle_optflow_algos 2018-11-09 17:52:06 +03:00
test_trackers.cpp Merge pull request #20036 from APrigarina:tracking_api 2021-05-31 20:23:37 +00:00
test_trackers.impl.hpp Merge pull request #21937 from Kumataro:4.x-fix-21911 2022-05-13 17:32:05 +00:00