Skip to content
Projects
Groups
Snippets
Help
Loading...
Sign in / Register
Toggle navigation
O
opencv_contrib
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Packages
Packages
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
submodule
opencv_contrib
Commits
826cb28d
Commit
826cb28d
authored
Aug 16, 2015
by
Vladimir
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Added Doxygen documentation
parent
25ad33e9
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
3 deletions
+2
-3
tracker.hpp
modules/tracking/include/opencv2/tracking/tracker.hpp
+2
-3
No files found.
modules/tracking/include/opencv2/tracking/tracker.hpp
View file @
826cb28d
...
...
@@ -1256,7 +1256,7 @@ class CV_EXPORTS_W TrackerKCF : public Tracker
@sa Tracker, MultiTrackerTLD
*/
class
CV_EXPORTS_W
MultiTracker
_Alt
class
CV_EXPORTS_W
MultiTracker
{
public
:
/** @brief Constructor for Multitracker
...
...
@@ -1273,11 +1273,10 @@ public:
@return True if new target initialization went succesfully, false otherwise
*/
bool
addTarget
(
const
Mat
&
image
,
const
Rect2d
&
boundingBox
,
String
tracker_algorithm_name
);
bool
addTarget
(
const
Mat
&
image
,
const
Rect2d
&
boundingBox
,
char
*
tracker_algorithm_name
);
/** @brief Update all trackers from the tracking-list, find a new most likely bounding boxes for the targets
@param image The current frame
@return True means that all targets were located and false means that tracker couldn't locate one of the targets in
current frame. Note, that latter *does not* imply that tracker has failed, maybe target is indeed
missing from the frame (say, out of sight)
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment