Files
opencv-MIRROR/apps/traincascade
Vincent Rabaud 5622958189 Replace pow with std::pow
The C pow casts to double while std::pow has overloads that can be
optimized by the compiler.
Also replace pow(*, 1./3) by cbrt.
2026-01-04 15:12:59 +01:00
..
2026-01-04 15:12:59 +01:00
2015-12-08 10:24:54 +03:00
2019-05-13 16:41:03 +03:00
2019-12-26 06:45:03 -05:00
2025-01-13 16:34:28 +01:00