|
|
Include dependency graph for FloatSimilarity.h:
This graph shows which files directly or indirectly include this file:Go to the source code of this file.
Namespaces | |
| namespace | armarx |
| This file offers overloads of toIce() and fromIce() functions for STL container types. | |
| namespace | armarx::aron |
| namespace | armarx::aron::similarity |
| namespace | armarx::aron::similarity::FloatSimilarity |
Enumerations | |
| enum | Type { MSE , MAE , NONE } |
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) |