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
21f39397
Commit
21f39397
authored
Apr 10, 2017
by
Maksim Shabunin
Browse files
Options
Browse Files
Download
Plain Diff
Merge pull request #1084 from sovrasov:tracking_hide_method
parents
5348ba8a
27075d22
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
6 additions
and
7 deletions
+6
-7
tracker.hpp
modules/tracking/include/opencv2/tracking/tracker.hpp
+0
-5
tldTracker.hpp
modules/tracking/src/tldTracker.hpp
+6
-2
No files found.
modules/tracking/include/opencv2/tracking/tracker.hpp
View file @
21f39397
...
...
@@ -565,11 +565,6 @@ class CV_EXPORTS_W Tracker : public virtual Algorithm
virtual
void
read
(
const
FileNode
&
fn
)
=
0
;
virtual
void
write
(
FileStorage
&
fs
)
const
=
0
;
Ptr
<
TrackerModel
>
getModel
()
{
return
model
;
}
protected
:
virtual
bool
initImpl
(
const
Mat
&
image
,
const
Rect2d
&
boundingBox
)
=
0
;
...
...
modules/tracking/src/tldTracker.hpp
View file @
21f39397
...
...
@@ -122,6 +122,11 @@ public:
void
read
(
const
FileNode
&
fn
);
void
write
(
FileStorage
&
fs
)
const
;
Ptr
<
TrackerModel
>
getModel
()
{
return
model
;
}
class
Pexpert
{
public
:
...
...
@@ -166,4 +171,4 @@ public:
}
}
#endif
\ No newline at end of file
#endif
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