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

Configuration for Point Cloud. More...

#include <ophGen.h>

Collaboration diagram for OphPointCloudConfig:

Public Member Functions

 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 556 of file ophGen.h.

Constructor & Destructor Documentation

◆ OphPointCloudConfig()

OphPointCloudConfig::OphPointCloudConfig ( )
inline

Definition at line 574 of file ophGen.h.

Member Data Documentation

◆ distance

Real OphPointCloudConfig::distance

Offset value of point cloud.

Definition at line 560 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 562 of file ophGen.h.

◆ filter_width

vec2 OphPointCloudConfig::filter_width

Width of spatial bandpass filter.

Definition at line 564 of file ophGen.h.

◆ focal_length_lens_eye_piece

Real OphPointCloudConfig::focal_length_lens_eye_piece

Focal length of eyepiece lens.

Definition at line 570 of file ophGen.h.

◆ focal_length_lens_in

Real OphPointCloudConfig::focal_length_lens_in

Focal length of input lens of Telecentric.

Definition at line 566 of file ophGen.h.

◆ focal_length_lens_out

Real OphPointCloudConfig::focal_length_lens_out

Focal length of output lens of Telecentric.

Definition at line 568 of file ophGen.h.

◆ scale

vec3 OphPointCloudConfig::scale

Scaling factor of coordinate of point cloud.

Definition at line 558 of file ophGen.h.

◆ tilt_angle

vec2 OphPointCloudConfig::tilt_angle

Tilt angle for spatial filtering.

Definition at line 572 of file ophGen.h.


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