licornea_tools
Public Attributes | List of all members
tlz::obj_img_correspondence< Obj_count, Img_count > Struct Template Reference

#include <obj_img_correspondence.h>

Public Attributes

std::array< vec3, Obj_count > object_coordinates
 
std::array< vec2, Img_count > image_coordinates
 

Detailed Description

template<std::size_t Obj_count, std::size_t Img_count>
struct tlz::obj_img_correspondence< Obj_count, Img_count >

Definition at line 13 of file obj_img_correspondence.h.

Member Data Documentation

template<std::size_t Obj_count, std::size_t Img_count>
std::array<vec2, Img_count> tlz::obj_img_correspondence< Obj_count, Img_count >::image_coordinates

Definition at line 15 of file obj_img_correspondence.h.

template<std::size_t Obj_count, std::size_t Img_count>
std::array<vec3, Obj_count> tlz::obj_img_correspondence< Obj_count, Img_count >::object_coordinates

Definition at line 14 of file obj_img_correspondence.h.


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