armarx::aron::similarity::FloatSimilarity Namespace Reference

Enumerations

enum  Type { MSE, MAE, NONE }
 The Type enum. More...
 

Functions

double calculate_similarity (armarx::aron::data::FloatPtr f1, armarx::aron::data::FloatPtr f2, Type t)
 
double calculate_similarity_multi (std::vector< armarx::aron::data::FloatPtr > &images, armarx::aron::data::FloatPtr p, Type type)
 
double calculateMAE (armarx::aron::data::FloatPtr f1, armarx::aron::data::FloatPtr f2)
 
double calculateMSE (armarx::aron::data::FloatPtr f1, armarx::aron::data::FloatPtr f2)
 

Function Documentation

◆ calculate_similarity()

double calculate_similarity ( armarx::aron::data::FloatPtr  f1,
armarx::aron::data::FloatPtr  f2,
Type  t 
)

Definition at line 7 of file FloatSimilarity.cpp.

+ Here is the call graph for this function:
+ Here is the caller graph for this function:

◆ calculate_similarity_multi()

double armarx::aron::similarity::FloatSimilarity::calculate_similarity_multi ( std::vector< armarx::aron::data::FloatPtr > &  images,
armarx::aron::data::FloatPtr  p,
Type  type 
)

◆ calculateMAE()

double calculateMAE ( armarx::aron::data::FloatPtr  f1,
armarx::aron::data::FloatPtr  f2 
)

Definition at line 20 of file FloatSimilarity.cpp.

+ Here is the call graph for this function:
+ Here is the caller graph for this function:

◆ calculateMSE()

double calculateMSE ( armarx::aron::data::FloatPtr  f1,
armarx::aron::data::FloatPtr  f2 
)

Definition at line 26 of file FloatSimilarity.cpp.

+ Here is the caller graph for this function: