Point Cloud Library (PCL)  1.14.0-dev
List of all members | Public Types | Public Member Functions | Public Attributes
pcl::gpu::kinfuLS::CaptureOpenNI Class Reference

#include </__w/1/s/gpu/kinfu_large_scale/tools/openni_capture.h>

Public Types

enum  { PROP_OPENNI_REGISTRATION_ON = 104 }
 
using RGB = pcl::gpu::kinfuLS::PixelRGB
 

Public Member Functions

 CaptureOpenNI ()
 
 CaptureOpenNI (int device)
 
 CaptureOpenNI (const std::string &oni_filename)
 
void open (int device)
 
void open (const std::string &oni_filename)
 
void release ()
 
 ~CaptureOpenNI ()
 
bool grab (PtrStepSz< const unsigned short > &depth, PtrStepSz< const RGB > &rgb24)
 
bool setRegistration (bool value=false)
 

Public Attributes

float depth_focal_length_VGA
 
float baseline
 
int shadow_value
 
int no_sample_value
 
double pixelSize
 
unsigned short max_depth
 

Detailed Description

Definition at line 53 of file openni_capture.h.

Member Typedef Documentation

◆ RGB

Definition at line 56 of file openni_capture.h.

Member Enumeration Documentation

◆ anonymous enum

anonymous enum
Enumerator
PROP_OPENNI_REGISTRATION_ON 

Definition at line 58 of file openni_capture.h.

Constructor & Destructor Documentation

◆ CaptureOpenNI() [1/3]

pcl::gpu::kinfuLS::CaptureOpenNI::CaptureOpenNI ( )

◆ CaptureOpenNI() [2/3]

pcl::gpu::kinfuLS::CaptureOpenNI::CaptureOpenNI ( int  device)

◆ CaptureOpenNI() [3/3]

pcl::gpu::kinfuLS::CaptureOpenNI::CaptureOpenNI ( const std::string &  oni_filename)

◆ ~CaptureOpenNI()

pcl::gpu::kinfuLS::CaptureOpenNI::~CaptureOpenNI ( )

Member Function Documentation

◆ grab()

bool pcl::gpu::kinfuLS::CaptureOpenNI::grab ( PtrStepSz< const unsigned short > &  depth,
PtrStepSz< const RGB > &  rgb24 
)

◆ open() [1/2]

void pcl::gpu::kinfuLS::CaptureOpenNI::open ( const std::string &  oni_filename)

◆ open() [2/2]

void pcl::gpu::kinfuLS::CaptureOpenNI::open ( int  device)

◆ release()

void pcl::gpu::kinfuLS::CaptureOpenNI::release ( )

◆ setRegistration()

bool pcl::gpu::kinfuLS::CaptureOpenNI::setRegistration ( bool  value = false)

Member Data Documentation

◆ baseline

float pcl::gpu::kinfuLS::CaptureOpenNI::baseline

Definition at line 75 of file openni_capture.h.

◆ depth_focal_length_VGA

float pcl::gpu::kinfuLS::CaptureOpenNI::depth_focal_length_VGA

Definition at line 74 of file openni_capture.h.

◆ max_depth

unsigned short pcl::gpu::kinfuLS::CaptureOpenNI::max_depth

Definition at line 80 of file openni_capture.h.

◆ no_sample_value

int pcl::gpu::kinfuLS::CaptureOpenNI::no_sample_value

Definition at line 77 of file openni_capture.h.

◆ pixelSize

double pcl::gpu::kinfuLS::CaptureOpenNI::pixelSize

Definition at line 78 of file openni_capture.h.

◆ shadow_value

int pcl::gpu::kinfuLS::CaptureOpenNI::shadow_value

Definition at line 76 of file openni_capture.h.


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