KalmanFilter constructor
KalmanFilter(
- KalmanFilterPtr ptr, [
- bool attach = true
Implementation
KalmanFilter(cvideo.KalmanFilterPtr ptr, [bool attach = true]) : super.fromPointer(ptr) {
if (attach) {
finalizer.attach(this, ptr.cast(), detach: this);
}
}