TrackerMIL constructor

TrackerMIL(
  1. TrackerMILPtr ptr, [
  2. bool attach = true
])

Implementation

TrackerMIL(cvideo.TrackerMILPtr ptr, [bool attach = true]) : super.fromPointer(ptr) {
  if (attach) {
    finalizer.attach(this, ptr.cast(), detach: this);
  }
}