Point Cloud Library (PCL) 1.12.0
Loading...
Searching...
No Matches
List of all members | Public Member Functions | Public Attributes | Friends
pcl::TSDFVolume< VoxelT, WeightT >::Intr Struct Reference

Camera intrinsics structure. More...

#include </builddir/build/BUILD/pcl-1.12.0/gpu/kinfu/tools/tsdf_volume.h>

Public Member Functions

 Intr ()
 
 Intr (float fx_, float fy_, float cx_, float cy_)
 
Intr operator() (int level_index) const
 

Public Attributes

float fx
 
float fy
 
float cx
 
float cy
 

Friends

std::ostream & operator<< (std::ostream &os, const Intr &intr)
 

Detailed Description

template<typename VoxelT, typename WeightT>
struct pcl::TSDFVolume< VoxelT, WeightT >::Intr

Camera intrinsics structure.

Definition at line 108 of file tsdf_volume.h.

Constructor & Destructor Documentation

◆ Intr() [1/2]

pcl::TSDFVolume< VoxelT, WeightT >::Intr::Intr ( )
inline

Definition at line 111 of file tsdf_volume.h.

◆ Intr() [2/2]

pcl::TSDFVolume< VoxelT, WeightT >::Intr::Intr ( float fx_,
float fy_,
float cx_,
float cy_ )
inline

Definition at line 112 of file tsdf_volume.h.

Member Function Documentation

◆ operator()()

Intr pcl::TSDFVolume< VoxelT, WeightT >::Intr::operator() ( int level_index) const
inline

Friends And Related Symbol Documentation

◆ operator<<

std::ostream & operator<< ( std::ostream & os,
const Intr & intr )
friend

Definition at line 121 of file tsdf_volume.h.

Member Data Documentation

◆ cx

Definition at line 110 of file tsdf_volume.h.

Referenced by pcl::TSDFVolume< VoxelT, WeightT >::Intr::operator()().

◆ cy

Definition at line 110 of file tsdf_volume.h.

Referenced by pcl::TSDFVolume< VoxelT, WeightT >::Intr::operator()().

◆ fx

Definition at line 110 of file tsdf_volume.h.

Referenced by pcl::TSDFVolume< VoxelT, WeightT >::Intr::operator()().

◆ fy

Definition at line 110 of file tsdf_volume.h.

Referenced by pcl::TSDFVolume< VoxelT, WeightT >::Intr::operator()().


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