getErrorCovPost method

Future<Mat> getErrorCovPost()

Implementation

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