Skip to content

Commit 3e3f4af

Browse files
author
fig
committed
Updated OpenCV version check
1 parent 0bbca70 commit 3e3f4af

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cc/tracking/Trackers/TrackerNano.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
#include "../Tracker.h"
22

3-
#if CV_VERSION_GREATER_EQUAL(3, 2, 0)
3+
#if CV_VERSION_GREATER_EQUAL(4, 7, 0)
44

55
#ifndef __FF_TRACKERNANO_H__
66
#define __FF_TRACKERNANO_H__

0 commit comments

Comments
 (0)