getErrorCovPost method

Future<Mat> getErrorCovPost()

Implementation

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