Function opencv::cudaarithm::sqrt[][src]

pub fn sqrt(
    src: &dyn ToInputArray,
    dst: &mut dyn ToOutputArray,
    stream: &mut Stream
) -> Result<()>
Expand description

Computes a square root of each matrix element.

Parameters

  • src: Source matrix.
  • dst: Destination matrix with the same size and type as src .
  • stream: Stream for the asynchronous version.

See also

sqrt

C++ default parameters

  • stream: Stream::Null()