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

Description of a JSON dataset entry on disk. More...

#include <loaders.h>

Public Attributes

std::filesystem::path path
 
std::optional< std::string > sensor_id
 

Detailed Description

Description of a JSON dataset entry on disk.

Definition at line 24 of file loaders.h.

Member Data Documentation

◆ path

std::filesystem::path calib::pipeline::JsonPlanarDatasetLoader::Entry::path

Definition at line 25 of file loaders.h.

◆ sensor_id

std::optional<std::string> calib::pipeline::JsonPlanarDatasetLoader::Entry::sensor_id

Definition at line 26 of file loaders.h.


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