SLIP  1.4
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
Public Member Functions | List of all members
slip::AE_deg< _Tp > Struct Template Reference

Computes the angular error usually used in optical flow estimation evaluations:

\[ \frac{180}{\pi}\arccos\left(\frac{w_g\cdot w_e}{||w_g||_2||w_e||_2}\right) \]

where: More...

#include <Vector2d.hpp>

Inheritance diagram for slip::AE_deg< _Tp >:
Inheritance graph

Public Member Functions

_Tp operator() (const slip::Vector2d< _Tp > &__x, const slip::Vector2d< _Tp > &__y) const
 

Detailed Description

template<class _Tp>
struct slip::AE_deg< _Tp >

Computes the angular error usually used in optical flow estimation evaluations:

\[ \frac{180}{\pi}\arccos\left(\frac{w_g\cdot w_e}{||w_g||_2||w_e||_2}\right) \]

where:

Definition at line 735 of file Vector2d.hpp.

Member Function Documentation

template<class _Tp >
_Tp slip::AE_deg< _Tp >::operator() ( const slip::Vector2d< _Tp > &  __x,
const slip::Vector2d< _Tp > &  __y 
) const
inline

Definition at line 738 of file Vector2d.hpp.


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