PCL
pcl::PSFScaleEstimator::Estimates Struct Reference

Structure to hold a PSF relative scale estimate. More...

#include <PSFScaleEstimator.h>

Public Member Functions

bool IsValid () const
 
 operator double () const
 

Public Attributes

int count = 0
 Number of valid PSF flux measurements used for scale evaluation.
 
local_model local
 2-D model of local scale variations.
 
double scale = 1
 Estimate of the mean relative scale with respect to the reference image.
 
double sigma = 0
 Standard deviation of the sample of scale measurements used for evaluation.
 
int total = 0
 Number of valid PSF fits.
 

Detailed Description

Definition at line 87 of file PSFScaleEstimator.h.

Member Function Documentation

◆ IsValid()

bool pcl::PSFScaleEstimator::Estimates::IsValid ( ) const
inline

Returns true iff this is a valid scale estimate.

Definition at line 106 of file PSFScaleEstimator.h.

◆ operator double()

pcl::PSFScaleEstimator::Estimates::operator double ( ) const
inline

Conversion to double operator.

Definition at line 98 of file PSFScaleEstimator.h.


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