mirror of
https://github.com/opencv/opencv.git
synced 2026-07-21 19:33:03 +04:00
5622958189
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.