Function opencv::core::sqrt
[−]
[src]
pub fn sqrt(src: &Mat, dst: &Mat) -> Result<(), String>
computes square root of each matrix element (dst = src**0.5)
pub fn sqrt(src: &Mat, dst: &Mat) -> Result<(), String>
computes square root of each matrix element (dst = src**0.5)