Commit 0dd273fa authored by Kurnianggoro's avatar Kurnianggoro

Add instruction to re-compile the code

parent 5fa7b5bb
......@@ -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 = "" );
......
......@@ -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>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment