sqrtAsync method

Future<Mat> sqrtAsync()

Calculates a square root of array elements.

Implementation

Future<Mat> sqrtAsync() async =>
    cvRunAsync((callback) => ccore.core_Sqrt_Async(ref, callback), matCompleter);