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