mirror of
https://github.com/opencv/opencv_contrib.git
synced 2025-10-18 08:44:11 +08:00
Merge pull request #449 from Audenrith:EnableAccessToUKFErrorCovariance
This commit is contained in:
@@ -80,6 +80,11 @@ public:
|
||||
*/
|
||||
virtual Mat getMeasurementNoiseCov() const = 0;
|
||||
|
||||
/**
|
||||
* @return the error cross-covariance matrix.
|
||||
*/
|
||||
virtual Mat getErrorCov() const = 0;
|
||||
|
||||
/**
|
||||
* @return the current estimate of the state.
|
||||
*/
|
||||
|
Reference in New Issue
Block a user