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
fc763bfa
Commit
fc763bfa
authored
May 23, 2016
by
Alexander Alekhin
Browse files
Options
Browse Files
Download
Plain Diff
Merge pull request #680 from Algomorph:master
parents
eada2205
395db9e7
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
2 deletions
+2
-2
onlineMIL.hpp
modules/tracking/include/opencv2/tracking/onlineMIL.hpp
+0
-2
onlineMIL.cpp
modules/tracking/src/onlineMIL.cpp
+2
-0
No files found.
modules/tracking/include/opencv2/tracking/onlineMIL.hpp
View file @
fc763bfa
...
...
@@ -54,8 +54,6 @@ namespace cv
//TODO based on the original implementation
//http://vision.ucsd.edu/~bbabenko/project_miltrack.shtml
#define sign(s) ((s > 0 ) ? 1 : ((s<0) ? -1 : 0))
class
ClfOnlineStump
;
class
CV_EXPORTS
ClfMilBoost
...
...
modules/tracking/src/onlineMIL.cpp
View file @
fc763bfa
...
...
@@ -42,6 +42,8 @@
#include "precomp.hpp"
#include "opencv2/tracking/onlineMIL.hpp"
#define sign(s) ((s > 0 ) ? 1 : ((s<0) ? -1 : 0))
template
<
class
T
>
class
SortableElementRev
{
public
:
...
...
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