getErrorCovPre method

Future<Mat> getErrorCovPre()

Implementation

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