SourceXtractorPlusPlus  0.11
Please provide a description of the project.
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
Public Member Functions | Public Attributes | List of all members
ModelFitting::CompactExponentialModel< ImageType >::ExponentialModelEvaluator Struct Reference
Collaboration diagram for ModelFitting::CompactExponentialModel< ImageType >::ExponentialModelEvaluator:
[legend]

Public Member Functions

float evaluateModel (float x, float y) const
 

Public Attributes

Mat22 transform
 
double i0
 
double k
 
double max_r_sqr
 

Detailed Description

template<typename ImageType>
struct ModelFitting::CompactExponentialModel< ImageType >::ExponentialModelEvaluator

Definition at line 38 of file CompactExponentialModel.h.

Member Function Documentation

template<typename ImageType >
float ModelFitting::CompactExponentialModel< ImageType >::ExponentialModelEvaluator::evaluateModel ( float  x,
float  y 
) const
inline

Definition at line 43 of file CompactExponentialModel.h.

References std::exp(), ModelFitting::CompactExponentialModel< ImageType >::ExponentialModelEvaluator::max_r_sqr, and std::sqrt().

Referenced by ModelFitting::CompactExponentialModel< ImageType >::getRasterizedImage(), and ModelFitting::CompactExponentialModel< ImageType >::getValue().

Here is the call graph for this function:

Member Data Documentation

template<typename ImageType >
double ModelFitting::CompactExponentialModel< ImageType >::ExponentialModelEvaluator::i0
template<typename ImageType >
double ModelFitting::CompactExponentialModel< ImageType >::ExponentialModelEvaluator::k
template<typename ImageType >
double ModelFitting::CompactExponentialModel< ImageType >::ExponentialModelEvaluator::max_r_sqr
template<typename ImageType >
Mat22 ModelFitting::CompactExponentialModel< ImageType >::ExponentialModelEvaluator::transform

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