public class TrackerVit extends Tracker
| Modifier | Constructor and Description |
|---|---|
protected |
TrackerVit(long addr) |
| Modifier and Type | Method and Description |
|---|---|
static TrackerVit |
__fromPtr__(long addr) |
static TrackerVit |
create()
Constructor
|
static TrackerVit |
create(Net model)
Constructor
|
static TrackerVit |
create(Net model,
Scalar meanvalue)
Constructor
|
static TrackerVit |
create(Net model,
Scalar meanvalue,
Scalar stdvalue)
Constructor
|
static TrackerVit |
create(Net model,
Scalar meanvalue,
Scalar stdvalue,
float tracking_score_threshold)
Constructor
|
static TrackerVit |
create(TrackerVit_Params parameters)
Constructor
|
protected void |
finalize() |
float |
getTrackingScore()
Return tracking score
|
getNativeObjAddr, init, updatepublic static TrackerVit __fromPtr__(long addr)
public static TrackerVit create(TrackerVit_Params parameters)
parameters - vit tracker parameters TrackerVit::Paramspublic static TrackerVit create()
public static TrackerVit create(Net model, Scalar meanvalue, Scalar stdvalue, float tracking_score_threshold)
model - pre-loaded DNN modelmeanvalue - mean value for image preprocessingstdvalue - std value for image preprocessingtracking_score_threshold - threshold for tracking scorepublic static TrackerVit create(Net model, Scalar meanvalue, Scalar stdvalue)
model - pre-loaded DNN modelmeanvalue - mean value for image preprocessingstdvalue - std value for image preprocessingpublic static TrackerVit create(Net model, Scalar meanvalue)
model - pre-loaded DNN modelmeanvalue - mean value for image preprocessingpublic static TrackerVit create(Net model)
model - pre-loaded DNN modelpublic float getTrackingScore()
Copyright © 2026. All rights reserved.