farm-ng-core
Main Page
Related Pages
Namespaces
Namespace List
Namespace Members
All
a
b
c
d
e
f
g
h
i
k
l
m
n
o
p
q
r
s
t
u
v
w
z
Functions
a
b
c
d
e
f
g
h
i
l
m
n
o
p
r
s
t
u
v
w
z
Variables
a
b
c
d
e
f
g
h
i
k
l
m
n
p
r
s
t
u
Typedefs
a
b
c
e
g
h
i
k
l
m
o
p
q
r
s
t
u
Enumerations
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
z
~
Functions
_
a
b
c
d
e
f
g
h
i
j
l
m
n
o
p
q
r
s
t
u
v
w
x
z
~
Variables
a
b
c
d
e
f
g
h
i
k
l
m
n
o
p
q
r
s
t
u
v
w
Typedefs
a
b
c
d
e
f
g
i
j
l
m
n
p
q
r
s
t
u
v
w
Related Functions
Files
File List
File Members
All
_
e
f
i
k
l
m
n
o
p
r
s
t
u
v
Functions
e
f
i
l
m
o
p
r
s
t
u
Variables
Macros
_
e
f
s
t
•
All
Classes
Namespaces
Files
Functions
Variables
Typedefs
Enumerations
Enumerator
Friends
Macros
Pages
Macros
mut_dyn_image_view_test.cpp File Reference
#include "
sophus/image/dyn_image_view.h
"
#include <gtest/gtest.h>
Include dependency graph for mut_dyn_image_view_test.cpp:
Macros
#define
SOPHUS_TEST_IMG_EQ
(lhs, rhs)
Macro Definition Documentation
◆
SOPHUS_TEST_IMG_EQ
#define SOPHUS_TEST_IMG_EQ
(
lhs,
rhs
)
Value:
/* NOLINT*/
\
do { \
SOPHUS_ASSERT_EQ(lhs.imageSize(), rhs.imageSize()); \
for (
int
v = 0; v < lhs.imageSize().height; ++v) { \
for (
int
u = 0; u < lhs.imageSize().width; ++u) { \
SOPHUS_ASSERT_EQ(lhs(u, v), rhs(u, v)); \
} \
} \
}
while
(
false
)
projects
farm-ng-core
cpp
sophus
image
mut_dyn_image_view_test.cpp
Generated by
1.8.17