Alexandria
2.16
Please provide a description of the project.
|
Class for storing the information of a PDF mode. More...
#include <PdfModeExtraction.h>
Public Member Functions | |
ModeInfo (double highest_sample, double mean, double interpolated, double area) | |
double | getHighestSamplePosition () const |
double | getMeanPosition () const |
double | getInterpolatedMaxPosition () const |
double | getModeArea () const |
Private Attributes | |
double | m_sample |
double | m_mean |
double | m_interp |
double | m_area |
Class for storing the information of a PDF mode.
@Class ModeInfo
The Mode info contains the mode area and the mode location. The mode location is stored as the highest point in the PDF sampling, the mean over the mode and a quadratic fitting around the highest point.
Definition at line 47 of file PdfModeExtraction.h.
|
inline |
Definition at line 49 of file PdfModeExtraction.h.
|
inline |
Definition at line 52 of file PdfModeExtraction.h.
References m_sample.
|
inline |
Definition at line 60 of file PdfModeExtraction.h.
References m_interp.
|
inline |
Definition at line 56 of file PdfModeExtraction.h.
References m_mean.
|
inline |
Definition at line 64 of file PdfModeExtraction.h.
References m_area.
|
private |
Definition at line 72 of file PdfModeExtraction.h.
Referenced by getModeArea().
|
private |
Definition at line 71 of file PdfModeExtraction.h.
Referenced by getInterpolatedMaxPosition().
|
private |
Definition at line 70 of file PdfModeExtraction.h.
Referenced by getMeanPosition().
|
private |
Definition at line 69 of file PdfModeExtraction.h.
Referenced by getHighestSamplePosition().