Files
opencv-MIRROR/modules/stitching
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
..
2014-12-26 19:12:19 +03:00
2026-01-04 15:12:59 +01:00