opencv/apps/traincascade
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
..
boost.cpp
boost.h
cascadeclassifier.cpp
cascadeclassifier.h
CMakeLists.txt
features.cpp
haarfeatures.cpp
haarfeatures.h
HOGfeatures.cpp
HOGfeatures.h
imagestorage.cpp
imagestorage.h
lbpfeatures.cpp
lbpfeatures.h
old_ml_boost.cpp
old_ml_data.cpp
old_ml_inner_functions.cpp
old_ml_precomp.hpp
old_ml_tree.cpp
old_ml.hpp
traincascade_features.h
traincascade.cpp