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

#include <planar_utils.h>

Collaboration diagram for calib::pipeline::detail::SensorDetectionsIndex:

Public Attributes

const PlanarDetectionsdetections {nullptr}
 
std::unordered_map< std::string, const PlanarImageDetections * > image_lookup
 

Detailed Description

Definition at line 14 of file planar_utils.h.

Member Data Documentation

◆ detections

const PlanarDetections* calib::pipeline::detail::SensorDetectionsIndex::detections {nullptr}

Definition at line 15 of file planar_utils.h.

◆ image_lookup

std::unordered_map<std::string, const PlanarImageDetections*> calib::pipeline::detail::SensorDetectionsIndex::image_lookup

Definition at line 16 of file planar_utils.h.


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