Go to the source code of this file.
Classes | |
struct | warpFourPointTest |
Functions | |
int | main () |
void | printControls () |
Variables | |
static constexpr auto | keyResizeInc = 'v' |
static constexpr auto | keyRotateDecr = 'z' |
static constexpr auto | keyRotateIncr = 'x' |
static constexpr auto | keyWarpTestCycle = 'c' |
static const dai::Point2f | P0 = {0, 0} |
static const dai::Point2f | P1 = {1, 0} |
static const dai::Point2f | P2 = {1, 1} |
static const dai::Point2f | P3 = {0, 1} |
static constexpr auto | RESIZE_FACTOR_MAX = 5 |
static constexpr auto | RESIZE_MAX_H = 600 |
static constexpr auto | RESIZE_MAX_W = 800 |
static constexpr auto | ROTATE_RATE_INC = 0.1f |
static constexpr auto | ROTATE_RATE_MAX = 5.0f |
std::vector< warpFourPointTest > | warpList |
int main | ( | ) |
Definition at line 57 of file rgb_rotate_warp.cpp.
void printControls | ( | ) |
Definition at line 11 of file rgb_rotate_warp.cpp.
|
staticconstexpr |
Definition at line 8 of file rgb_rotate_warp.cpp.
|
staticconstexpr |
Definition at line 6 of file rgb_rotate_warp.cpp.
|
staticconstexpr |
Definition at line 7 of file rgb_rotate_warp.cpp.
|
staticconstexpr |
Definition at line 9 of file rgb_rotate_warp.cpp.
|
static |
Definition at line 33 of file rgb_rotate_warp.cpp.
|
static |
Definition at line 34 of file rgb_rotate_warp.cpp.
|
static |
Definition at line 35 of file rgb_rotate_warp.cpp.
|
static |
Definition at line 36 of file rgb_rotate_warp.cpp.
|
staticconstexpr |
Definition at line 25 of file rgb_rotate_warp.cpp.
|
staticconstexpr |
Definition at line 24 of file rgb_rotate_warp.cpp.
|
staticconstexpr |
Definition at line 23 of file rgb_rotate_warp.cpp.
|
staticconstexpr |
Definition at line 21 of file rgb_rotate_warp.cpp.
|
staticconstexpr |
Definition at line 20 of file rgb_rotate_warp.cpp.
std::vector<warpFourPointTest> warpList |
Definition at line 43 of file rgb_rotate_warp.cpp.