Go to the source code of this file.
Functions | |
int | main () |
static void | updateBlendWeights (int percentRgb, void *weight) |
Variables | |
static float | confWeight = 0.3f |
static float | confWeightNorm = 0.3f |
static float | depthWeight = 0.3f |
static float | depthWeightNorm = 0.3f |
static std::atomic< bool > | downscaleColor {true} |
static constexpr int | fps = 30 |
static constexpr auto | monoRes = dai::MonoCameraProperties::SensorResolution::THE_720_P |
static float | rgbWeight = 0.3f |
static float | rgbWeightNorm = 0.3f |
int main | ( | ) |
Definition at line 28 of file rgb_depth_confidence_aligned.cpp.
|
static |
Definition at line 24 of file rgb_depth_confidence_aligned.cpp.
|
static |
Definition at line 18 of file rgb_depth_confidence_aligned.cpp.
|
static |
Definition at line 22 of file rgb_depth_confidence_aligned.cpp.
|
static |
Definition at line 17 of file rgb_depth_confidence_aligned.cpp.
|
static |
Definition at line 21 of file rgb_depth_confidence_aligned.cpp.
|
static |
Definition at line 11 of file rgb_depth_confidence_aligned.cpp.
|
staticconstexpr |
Definition at line 12 of file rgb_depth_confidence_aligned.cpp.
|
staticconstexpr |
Definition at line 14 of file rgb_depth_confidence_aligned.cpp.
|
static |
Definition at line 16 of file rgb_depth_confidence_aligned.cpp.
|
static |
Definition at line 20 of file rgb_depth_confidence_aligned.cpp.