sumAsync method

Future<Scalar> sumAsync()

Sum calculates the per-channel pixel sum of an image.

Implementation

Future<Scalar> sumAsync() async =>
    cvRunAsync((callback) => ccore.core_Sum_Async(ref, callback), scalarCompleter);