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
0dd273fa
Commit
0dd273fa
authored
Jul 20, 2015
by
Kurnianggoro
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Add instruction to re-compile the code
parent
5fa7b5bb
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
6 additions
and
2 deletions
+6
-2
diagrams.markdown
modules/tracking/doc/diagrams.markdown
+1
-1
multitracker.cpp
modules/tracking/samples/multitracker.cpp
+5
-1
No files found.
modules/tracking/doc/diagrams.markdown
View file @
0dd273fa
...
...
@@ -237,7 +237,7 @@ MultiTracker diagram
@enduml
@startuml{multi_tracker_uml.png}
package "MultiTracker
package
" #DDDDDD {
package "MultiTracker
class
" #DDDDDD {
class MultiTracker{
MultiTracker(const String& trackerType = "" );
...
...
modules/tracking/samples/multitracker.cpp
View file @
0dd273fa
...
...
@@ -11,7 +11,11 @@
* to enable the high precission of fps computation
*--------------------------------------------------*/
#define HAVE_OPENCV
/* after the OpenCV libary is installed
* please uncomment the the line below and re-compile this code
* to enable high precission of fps computation
*/
//#define HAVE_OPENCV
#include <opencv2/core/utility.hpp>
#include <opencv2/tracking.hpp>
...
...
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