setParameters (cv.DetectionBasedTracker) - MATLAB File Help
cv.DetectionBasedTracker/setParameters
Set current tracker parameters
success = tracker.setParameters('OptionName',optionValue, ...)
Output
success
success logical flag.
Options
MaxTrackLifetime
must be non-negative. default 5
MinDetectionPeriod
the minimal time between run of the big object detector (on the whole frame) in msec (1000 mean 1 sec). default 0
Method Details
Access
public
Sealed
false
Static
false