Go to the source code of this file.
Classes | |
class | FPSCounter |
Functions | |
int | main () |
void | updateBlendWeights (int percentRgb, void *) |
void | updateDepthPlane (int depth, void *) |
Variables | |
constexpr auto | ALIGN_SOCKET = LEFT_SOCKET |
constexpr auto | COLOR_RESOLUTION = dai::ColorCameraProperties::SensorResolution::THE_1080_P |
constexpr auto | FPS = 30.0 |
constexpr auto | LEFT_RIGHT_RESOLUTION = dai::MonoCameraProperties::SensorResolution::THE_720_P |
constexpr auto | LEFT_SOCKET = dai::CameraBoardSocket::CAM_B |
double | leftWeight = 0.6 |
constexpr auto | RGB_SOCKET = dai::CameraBoardSocket::CAM_A |
double | rgbWeight = 0.4 |
int | staticDepthPlane = 0 |
int main | ( | ) |
Definition at line 49 of file image_align.cpp.
void updateBlendWeights | ( | int | percentRgb, |
void * | |||
) |
Definition at line 40 of file image_align.cpp.
void updateDepthPlane | ( | int | depth, |
void * | |||
) |
Definition at line 45 of file image_align.cpp.
|
constexpr |
Definition at line 11 of file image_align.cpp.
|
constexpr |
Definition at line 13 of file image_align.cpp.
|
constexpr |
Definition at line 7 of file image_align.cpp.
|
constexpr |
Definition at line 14 of file image_align.cpp.
|
constexpr |
Definition at line 10 of file image_align.cpp.
double leftWeight = 0.6 |
Definition at line 37 of file image_align.cpp.
|
constexpr |
Definition at line 9 of file image_align.cpp.
double rgbWeight = 0.4 |
Definition at line 36 of file image_align.cpp.
int staticDepthPlane = 0 |
Definition at line 38 of file image_align.cpp.