Functions | Variables
rgb_depth_confidence_aligned.cpp File Reference
#include <cstdio>
#include <iostream>
#include "utility.hpp"
#include "depthai/depthai.hpp"
Include dependency graph for rgb_depth_confidence_aligned.cpp:

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
 

Function Documentation

◆ main()

int main ( )

Definition at line 28 of file rgb_depth_confidence_aligned.cpp.

◆ updateBlendWeights()

static void updateBlendWeights ( int  percentRgb,
void *  weight 
)
static

Definition at line 24 of file rgb_depth_confidence_aligned.cpp.

Variable Documentation

◆ confWeight

float confWeight = 0.3f
static

Definition at line 18 of file rgb_depth_confidence_aligned.cpp.

◆ confWeightNorm

float confWeightNorm = 0.3f
static

Definition at line 22 of file rgb_depth_confidence_aligned.cpp.

◆ depthWeight

float depthWeight = 0.3f
static

Definition at line 17 of file rgb_depth_confidence_aligned.cpp.

◆ depthWeightNorm

float depthWeightNorm = 0.3f
static

Definition at line 21 of file rgb_depth_confidence_aligned.cpp.

◆ downscaleColor

std::atomic<bool> downscaleColor {true}
static

Definition at line 11 of file rgb_depth_confidence_aligned.cpp.

◆ fps

constexpr int fps = 30
staticconstexpr

Definition at line 12 of file rgb_depth_confidence_aligned.cpp.

◆ monoRes

constexpr auto monoRes = dai::MonoCameraProperties::SensorResolution::THE_720_P
staticconstexpr

Definition at line 14 of file rgb_depth_confidence_aligned.cpp.

◆ rgbWeight

float rgbWeight = 0.3f
static

Definition at line 16 of file rgb_depth_confidence_aligned.cpp.

◆ rgbWeightNorm

float rgbWeightNorm = 0.3f
static

Definition at line 20 of file rgb_depth_confidence_aligned.cpp.



depthai
Author(s): Martin Peterlin
autogenerated on Sat Mar 22 2025 02:58:20