Compute Graph Framework SDK Reference  5.12
dwSelfCalibrationSingleCameraNode.hpp File Reference

Go to the source code of this file.

Classes

struct  dw::framework::dwSelfCalibrationNodeCameraParams
 
class  dw::framework::dwSelfCalibrationSingleCameraNode
 
struct  dw::framework::dwSelfCalibrationSingleCameraNodeParam
 

Namespaces

namespace  dw
 
namespace  dw::framework
 

Class Documentation

◆ dw::framework::dwSelfCalibrationNodeCameraParams

struct dw::framework::dwSelfCalibrationNodeCameraParams
Class Members
uint32_t calibrationMethod
uint32_t calibrationSignals
dwCameraModelHandle_t cameraHandle
dwCameraProperties cameraProps
float32_t rotationHistogramRangeDeg
uint32_t sensorRigIndex
uint32_t trackerMaxFeatureCount
uint32_t trackerMaxHistorySize

◆ dw::framework::dwSelfCalibrationSingleCameraNodeParam

struct dw::framework::dwSelfCalibrationSingleCameraNodeParam
Collaboration diagram for dw::framework::dwSelfCalibrationSingleCameraNodeParam:
Class Members
dwSelfCalibrationNodeCameraParams cameraParams
uint32_t channelFifoSize
cudaStream_t cudaStream
bool enableCalibration
dwConstRigHandle_t rigHandle
size_t sensorIndex TODO(lmoltrecht): AVC-2389 Consider changing to uint32_t after node split is finished, or int32_t to enable -1 as value for unused sensors.