Calibration Library 1.0.0
A C++ library for camera calibration and vision-related geometric transformations
Loading...
Searching...
No Matches
calib::pipeline::PipelineStageResult Struct Reference

#include <pipeline.h>

Collaboration diagram for calib::pipeline::PipelineStageResult:

Public Attributes

std::string name
 
bool success {false}
 
nlohmann::json summary
 

Detailed Description

Definition at line 20 of file pipeline.h.

Member Data Documentation

◆ name

std::string calib::pipeline::PipelineStageResult::name

Definition at line 21 of file pipeline.h.

◆ success

bool calib::pipeline::PipelineStageResult::success {false}

Definition at line 22 of file pipeline.h.

◆ summary

nlohmann::json calib::pipeline::PipelineStageResult::summary

Definition at line 23 of file pipeline.h.


The documentation for this struct was generated from the following file: