|
| float | getTrackingScore () |
| | Return tracking score.
|
| |
| IntPtr | getNativeObjAddr () |
| |
| void | init (Mat image, in Vec4i boundingBox) |
| | Initialize the tracker with a known bounding box that surrounded the target.
|
| |
| void | init (Mat image, in(int x, int y, int width, int height) boundingBox) |
| | Initialize the tracker with a known bounding box that surrounded the target.
|
| |
| void | init (Mat image, Rect boundingBox) |
| | Initialize the tracker with a known bounding box that surrounded the target.
|
| |
| bool | update (Mat image, out Vec4i boundingBox) |
| | Update the tracker, find the new most likely bounding box for the target.
|
| |
| bool | update (Mat image, out(int x, int y, int width, int height) boundingBox) |
| | Update the tracker, find the new most likely bounding box for the target.
|
| |
| bool | update (Mat image, Rect boundingBox) |
| | Update the tracker, find the new most likely bounding box for the target.
|
| |
| void | Dispose () |
| |
| void | ThrowIfDisposed () |
| |
◆ __fromPtr__()
| static new TrackerDaSiamRPN OpenCVForUnity.VideoModule.TrackerDaSiamRPN.__fromPtr__ |
( |
IntPtr | addr | ) |
|
|
static |
◆ create() [1/3]
Constructor.
- Parameters
-
| parameters | DaSiamRPN parameters TrackerDaSiamRPN::Params |
◆ create() [2/3]
Constructor.
- Parameters
-
| siam_rpn | pre-loaded SiamRPN model |
| kernel_cls1 | pre-loaded CLS model |
| kernel_r1 | pre-loaded R1 model |
◆ create() [3/3]
Constructor.
- Parameters
-
| parameters | DaSiamRPN parameters TrackerDaSiamRPN::Params |
◆ Dispose()
| override void OpenCVForUnity.VideoModule.TrackerDaSiamRPN.Dispose |
( |
bool | disposing | ) |
|
|
protectedvirtual |
◆ getTrackingScore()
| float OpenCVForUnity.VideoModule.TrackerDaSiamRPN.getTrackingScore |
( |
| ) |
|
The documentation for this class was generated from the following file: