getMeasurementNoiseCov method

Future<Mat> getMeasurementNoiseCov()

Implementation

Future<Mat> getMeasurementNoiseCov() async =>
    cvRunAsync((callback) => cvideo.KalmanFilter_GetMeasurementNoiseCov_Async(ref, callback), matCompleter);