OpenShot Library | libopenshot
0.4.0
Main Page
Related Pages
Namespaces
Namespace List
Namespace Members
All
a
b
c
d
e
f
g
h
i
l
m
o
p
q
r
s
t
v
w
Functions
Variables
Typedefs
Enumerations
Enumerator
a
b
c
e
f
g
h
l
m
p
r
s
t
v
Classes
Class List
Class Index
Class Hierarchy
Class Members
All
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
~
Functions
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
z
~
Variables
_
a
b
c
d
e
f
g
h
i
j
l
m
n
o
p
q
r
s
t
u
v
w
x
y
Related Functions
Files
File List
File Members
All
_
a
c
e
f
h
i
k
m
n
o
p
q
r
s
t
u
Functions
Variables
Typedefs
Macros
_
a
e
f
h
i
k
m
n
o
p
q
r
s
t
u
•
All
Classes
Namespaces
Files
Functions
Variables
Typedefs
Enumerations
Enumerator
Friends
Macros
Pages
OpenCVUtilities.h
Go to the documentation of this file.
1
10
// Copyright (c) 2008-2021 OpenShot Studios, LLC
11
//
12
// SPDX-License-Identifier: LGPL-3.0-or-later
13
14
#ifndef OPENSHOT_OPENCV_UTILITIES_H
15
#define OPENSHOT_OPENCV_UTILITIES_H
16
17
#define int64 int64_t
18
#define uint64 uint64_t
19
#if USE_LEGACY_TRACKER
20
#include <opencv2/tracking.hpp>
21
#include <opencv2/tracking/tracking_legacy.hpp>
22
#define OPENCV_TRACKER_TYPE cv::legacy::Tracker
23
#define OPENCV_TRACKER_NS cv::legacy
24
#else
25
#include <opencv2/tracking.hpp>
26
#define OPENCV_TRACKER_TYPE cv::Tracker
27
#define OPENCV_TRACKER_NS cv
28
#endif
29
#undef int64
30
#undef uint64
31
32
#endif // OPENSHOT_OPENCV_UTILITIES_H
Generated by
1.8.17