mirror of
https://github.com/opencv/opencv.git
synced 2024-12-18 19:38:02 +08:00
35f1a90df7
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. |
||
---|---|---|
.. | ||
CannyDetector_Demo.cpp | ||
copyMakeBorder_demo.cpp | ||
filter2D_demo.cpp | ||
Geometric_Transforms_Demo.cpp | ||
HoughCircle_Demo.cpp | ||
houghcircles.cpp | ||
HoughLines_Demo.cpp | ||
houghlines.cpp | ||
imageSegmentation.cpp | ||
Laplace_Demo.cpp | ||
Remap_Demo.cpp | ||
Sobel_Demo.cpp |