Function opencv::core::log [] [src]

pub fn log(src: &Mat, dst: &Mat) -> Result<(), String>

computes natural logarithm of absolute value of each matrix element: dst = log(abs(src))