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

#include "registration/metric/robust_estimators.h"

Public Member Functions

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 32 of file robust_estimators.h.

Member Function Documentation

◆ operator()() [1/2]

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

Definition at line 34 of file robust_estimators.h.

◆ operator()() [2/2]

void MR::Registration::Metric::L1::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 41 of file robust_estimators.h.


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