EstervQrCode
2.0.0
Library for qr code manipulation
Toggle main menu visibility
Main Page
Related Pages
Topics
Namespaces
Namespace List
Namespace 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
Functions
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
Variables
_
a
b
c
d
e
f
g
i
k
l
m
n
o
p
q
r
s
t
u
Typedefs
a
c
d
e
f
h
i
m
o
p
q
r
s
t
v
Enumerations
a
b
c
d
f
g
h
i
k
l
m
n
o
p
q
r
s
t
u
v
w
Enumerator
_
a
b
c
d
e
f
g
h
i
k
l
m
n
o
p
q
r
s
t
u
v
w
Classes
Class List
Class Index
Class Hierarchy
Class Members
All
_
a
b
c
d
e
f
g
h
i
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
k
l
m
n
o
p
q
r
s
t
u
v
w
z
~
Variables
_
a
b
c
d
e
f
g
h
i
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
Typedefs
c
d
e
f
h
i
m
o
p
r
s
t
v
w
Enumerations
a
c
d
e
f
g
h
k
m
o
s
t
Enumerator
_
a
b
c
d
e
f
g
h
i
k
l
m
n
o
p
r
s
t
u
v
w
Properties
b
c
d
e
f
g
h
i
l
m
n
p
r
s
t
u
v
Related Symbols
a
b
c
d
e
i
l
o
p
s
t
w
Examples
•
All
Classes
Namespaces
Functions
Variables
Typedefs
Enumerations
Enumerator
Properties
Friends
Modules
Pages
Loading...
Searching...
No Matches
build
release
_deps
opencv-src
include
opencv4
opencv2
video
legacy
constants_c.h
1
// This file is part of OpenCV project.
2
// It is subject to the license terms in the LICENSE file found in the top-level directory
3
// of this distribution and at http://opencv.org/license.html.
4
5
#ifndef OPENCV_VIDEO_LEGACY_CONSTANTS_H
6
#define OPENCV_VIDEO_LEGACY_CONSTANTS_H
7
8
enum
9
{
10
CV_LKFLOW_PYR_A_READY = 1,
11
CV_LKFLOW_PYR_B_READY = 2,
12
CV_LKFLOW_INITIAL_GUESSES = 4,
13
CV_LKFLOW_GET_MIN_EIGENVALS = 8
14
};
15
16
#endif
// OPENCV_VIDEO_LEGACY_CONSTANTS_H