Function opencv::cudaarithm::sqrt_def
source · pub fn sqrt_def(
src: &impl ToInputArray,
dst: &mut impl ToOutputArray
) -> 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
Note
This alternative version of sqrt function uses the following default values for its arguments:
- stream: Stream::Null()