getControlMatrix method

Future<Mat> getControlMatrix()

Implementation

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