Files
opencv-MIRROR/modules/stitching/src
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
2014-07-15 09:32:47 -07:00
2018-09-07 20:33:52 +09:00