Openholo  v4.2
Open Source Digital Holographic Library
OphPointCloudConfig Struct Reference

Configuration for Point Cloud. More...

#include <ophGen.h>

Public Member Functions

 OphPointCloudConfig ()
 
 OphPointCloudConfig ()
 
 OphPointCloudConfig ()
 
 OphPointCloudConfig ()
 

Public Attributes

vec3 scale
 Scaling factor of coordinate of point cloud. More...
 
Real distance
 Offset value of point cloud. More...
 
int8_t * filter_shape_flag
 Shape of spatial bandpass filter ("Circle" or "Rect" for now) More...
 
vec2 filter_width
 Width of spatial bandpass filter. More...
 
Real focal_length_lens_in
 Focal length of input lens of Telecentric. More...
 
Real focal_length_lens_out
 Focal length of output lens of Telecentric. More...
 
Real focal_length_lens_eye_piece
 Focal length of eyepiece lens. More...
 
vec2 tilt_angle
 Tilt angle for spatial filtering. More...
 

Detailed Description

Configuration for Point Cloud.

Definition at line 555 of file ophGen.h.

Constructor & Destructor Documentation

◆ OphPointCloudConfig() [1/4]

OphPointCloudConfig::OphPointCloudConfig ( )
inline

Definition at line 573 of file ophGen.h.

◆ OphPointCloudConfig() [2/4]

OphPointCloudConfig::OphPointCloudConfig ( )
inline

Definition at line 573 of file ophGen.h.

◆ OphPointCloudConfig() [3/4]

OphPointCloudConfig::OphPointCloudConfig ( )
inline

Definition at line 573 of file ophGen.h.

◆ OphPointCloudConfig() [4/4]

OphPointCloudConfig::OphPointCloudConfig ( )
inline

Definition at line 573 of file ophGen.h.

Member Data Documentation

◆ distance

Real OphPointCloudConfig::distance

Offset value of point cloud.

Definition at line 559 of file ophGen.h.

◆ filter_shape_flag

int8_t * OphPointCloudConfig::filter_shape_flag

Shape of spatial bandpass filter ("Circle" or "Rect" for now)

Definition at line 561 of file ophGen.h.

◆ filter_width

vec2 OphPointCloudConfig::filter_width

Width of spatial bandpass filter.

Definition at line 563 of file ophGen.h.

◆ focal_length_lens_eye_piece

Real OphPointCloudConfig::focal_length_lens_eye_piece

Focal length of eyepiece lens.

Definition at line 569 of file ophGen.h.

◆ focal_length_lens_in

Real OphPointCloudConfig::focal_length_lens_in

Focal length of input lens of Telecentric.

Definition at line 565 of file ophGen.h.

◆ focal_length_lens_out

Real OphPointCloudConfig::focal_length_lens_out

Focal length of output lens of Telecentric.

Definition at line 567 of file ophGen.h.

◆ scale

vec3 OphPointCloudConfig::scale

Scaling factor of coordinate of point cloud.

Definition at line 557 of file ophGen.h.

◆ tilt_angle

vec2 OphPointCloudConfig::tilt_angle

Tilt angle for spatial filtering.

Definition at line 571 of file ophGen.h.


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