opencv/samples/cpp/tutorial_code/ImgTrans
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
..
CannyDetector_Demo.cpp Update Samples 2019-09-05 01:10:51 +03:00
copyMakeBorder_demo.cpp Update Samples 2019-09-05 01:10:51 +03:00
filter2D_demo.cpp Update Samples 2019-09-05 01:10:51 +03:00
Geometric_Transforms_Demo.cpp Update Samples 2019-09-05 01:10:51 +03:00
HoughCircle_Demo.cpp Update Samples 2019-09-05 01:10:51 +03:00
houghcircles.cpp Update Samples 2019-09-05 01:10:51 +03:00
HoughLines_Demo.cpp Merge pull request #22149 from seanm:sprintf 2022-06-25 06:48:22 +03:00
houghlines.cpp Update Samples 2019-09-05 01:10:51 +03:00
imageSegmentation.cpp Update imageSegmentation.cpp, imageSegmentation.py 2021-02-07 17:42:52 +03:00
Laplace_Demo.cpp Update Samples 2019-09-05 01:10:51 +03:00
Remap_Demo.cpp Update Samples 2019-09-05 01:10:51 +03:00
Sobel_Demo.cpp Update Samples 2019-09-05 01:10:51 +03:00