Developer documentation
Version 3.0.3-105-gd3941f44
MR::Registration::Metric::LP Class Reference

#include "registration/metric/robust_estimators.h"

Public Member Functions

 LP (const default_type p)
 
 LP ()
 
void operator() (const default_type &x, default_type &residual, default_type &slope)
 
void operator() (const Eigen::Matrix< default_type, Eigen::Dynamic, 1 > &x, Eigen::Matrix< default_type, Eigen::Dynamic, 1 > &residual, Eigen::Matrix< default_type, Eigen::Dynamic, 1 > &slope)
 

Detailed Description

Definition at line 71 of file robust_estimators.h.

Constructor & Destructor Documentation

◆ LP() [1/2]

MR::Registration::Metric::LP::LP ( const default_type  p)
inline

Definition at line 73 of file robust_estimators.h.

◆ LP() [2/2]

MR::Registration::Metric::LP::LP ( )
inline

Definition at line 74 of file robust_estimators.h.

Member Function Documentation

◆ operator()() [1/2]

void MR::Registration::Metric::LP::operator() ( const default_type x,
default_type residual,
default_type slope 
)
inline

Definition at line 76 of file robust_estimators.h.

◆ operator()() [2/2]

void MR::Registration::Metric::LP::operator() ( const Eigen::Matrix< default_type, Eigen::Dynamic, 1 > &  x,
Eigen::Matrix< default_type, Eigen::Dynamic, 1 > &  residual,
Eigen::Matrix< default_type, Eigen::Dynamic, 1 > &  slope 
)
inline

Definition at line 83 of file robust_estimators.h.


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