opencv/samples/cpp/tutorial_code
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
..
calib3d Merge remote-tracking branch 'upstream/3.4' into merge-3.4 2021-05-18 18:06:26 +00:00
compatibility Merge pull request #13253 from alalek:fix_13201 2018-11-23 20:02:46 +03:00
core cmake: find_package with QUIET 2021-10-26 14:29:57 +00:00
features2D fix files permissions 2020-04-13 04:29:55 +00:00
gapi Merge pull request #21157 from alexgiving:atrutnev/move_resize 2021-12-29 15:13:43 +00:00
gpu Merge branch 'thrust_tutorial' of http://github.com/dtmoodie/opencv into thrust_tutorial 2015-11-10 12:29:51 -05:00
HighGUI Merge pull request #22149 from seanm:sprintf 2022-06-25 06:48:22 +03:00
Histograms_Matching Fix an arg for calcHist() in demos 2021-06-30 17:22:56 +03:00
imgcodecs/GDAL_IO Update documentation ( tutorials ) 2016-08-15 17:23:04 +03:00
ImgProc Merge remote-tracking branch 'upstream/3.4' into merge-3.4 2020-11-20 20:32:00 +00:00
ImgTrans Merge pull request #22149 from seanm:sprintf 2022-06-25 06:48:22 +03:00
introduction Merge pull request #16889 from mehlukas:3.4-consolidateImshow 2020-04-07 14:14:51 +00:00
ml Update Samples 2019-09-05 01:10:51 +03:00
objectDetection Update Samples 2019-09-05 01:10:51 +03:00
photo Update Samples 2019-09-05 01:10:51 +03:00
ShapeDescriptors Update Samples 2019-09-05 01:10:51 +03:00
snippets imgproc: add IntelligentScissors 2020-12-25 10:57:11 +00:00
TrackingMotion build: eliminate build warnings 2021-08-28 17:11:26 +00:00
video Update Samples 2019-09-05 01:10:51 +03:00
videoio samples: fix build without threading support 2021-10-19 09:31:12 +00:00
xfeatures2D Update Samples 2019-09-05 01:10:51 +03:00