PCL
pcl::HistogramTransformation::Flags Struct Reference

Characterizes a histogram transformation pertaining to a histogram transformation chain. More...

#include <HistogramTransformation.h>

Public Member Functions

 Flags ()=default
 
 Flags (const Flags &)=default
 
 Flags (const HistogramTransformation &H)
 

Public Attributes

double d = 1.0
 Total width of the stretched dynamic range.
 
double dr = 1.0
 Total width of the expanded dynamic range.
 
bool hasClipping = false
 The transformation defines clipping parameters.
 
bool hasDelta = false
 The transformation defines a nonzero stretched range of sample values.
 
bool hasMTF = false
 The transformation defines a midtones transfer function.
 
bool hasRange = false
 The transformation defines dynamic range expansion parameters.
 

Detailed Description

Definition at line 448 of file HistogramTransformation.h.

Constructor & Destructor Documentation

◆ Flags() [1/3]

pcl::HistogramTransformation::Flags::Flags ( )
default

Default constructor.

◆ Flags() [2/3]

pcl::HistogramTransformation::Flags::Flags ( const Flags )
default

Copy constructor.

◆ Flags() [3/3]

pcl::HistogramTransformation::Flags::Flags ( const HistogramTransformation H)
inline

Constructs a new Flags object initialized for the parameters of the specified HistogramTransformation H.

Definition at line 471 of file HistogramTransformation.h.


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