Go to the source code of this file.
Classes | |
class | FPSCounter |
Functions | |
cv::Mat | colorizeDepth (const cv::Mat &frameDepth) |
int | main () |
void | updateBlendWeights (int percentRgb, void *) |
Variables | |
constexpr auto | ALIGN_SOCKET = LEFT_SOCKET |
constexpr auto | COLOR_RESOLUTION = dai::ColorCameraProperties::SensorResolution::THE_1080_P |
double | depthWeight = 0.6 |
constexpr auto | FPS = 30.0 |
constexpr auto | ISP_SCALE = 3 |
constexpr auto | LEFT_RIGHT_RESOLUTION = dai::MonoCameraProperties::SensorResolution::THE_400_P |
constexpr auto | LEFT_SOCKET = dai::CameraBoardSocket::CAM_B |
constexpr auto | RGB_SOCKET = dai::CameraBoardSocket::CAM_A |
double | rgbWeight = 0.4 |
constexpr auto | RIGHT_SOCKET = dai::CameraBoardSocket::CAM_C |
cv::Mat colorizeDepth | ( | const cv::Mat & | frameDepth | ) |
Definition at line 45 of file depth_align.cpp.
int main | ( | ) |
Definition at line 69 of file depth_align.cpp.
void updateBlendWeights | ( | int | percentRgb, |
void * | |||
) |
Definition at line 40 of file depth_align.cpp.
|
constexpr |
Definition at line 11 of file depth_align.cpp.
|
constexpr |
Definition at line 13 of file depth_align.cpp.
double depthWeight = 0.6 |
Definition at line 38 of file depth_align.cpp.
|
constexpr |
Definition at line 7 of file depth_align.cpp.
|
constexpr |
Definition at line 15 of file depth_align.cpp.
|
constexpr |
Definition at line 14 of file depth_align.cpp.
|
constexpr |
Definition at line 9 of file depth_align.cpp.
|
constexpr |
Definition at line 8 of file depth_align.cpp.
double rgbWeight = 0.4 |
Definition at line 37 of file depth_align.cpp.
|
constexpr |
Definition at line 10 of file depth_align.cpp.