PeiLinNormalizationAsync static method
Calculates an affine transformation that normalize given image using Pei&Lin Normalization.
https://docs.opencv.org/4.x/df/d2d/group__ximgproc.html#ga50d064b92f63916f4162474eea22d656
Implementation
static Future<Mat> PeiLinNormalizationAsync(InputArray I) async => cvRunAsync(
(callback) => ccontrib.ximgproc_PeiLinNormalization_Async(I.ref, callback),
matCompleter,
);