Commit c283b7e0d939971d3118a00389175d4827f750af
1 parent
8a207670
Changing default metric for fusion distance
Showing
1 changed file
with
1 additions
and
1 deletions
openbr/plugins/distance.cpp
| @@ -204,7 +204,7 @@ public: | @@ -204,7 +204,7 @@ public: | ||
| 204 | enum Operation {Mean, Sum, Max, Min}; | 204 | enum Operation {Mean, Sum, Max, Min}; |
| 205 | 205 | ||
| 206 | private: | 206 | private: |
| 207 | - BR_PROPERTY(QString, description, "IdenticalDistance") | 207 | + BR_PROPERTY(QString, description, "L2") |
| 208 | BR_PROPERTY(Operation, operation, Mean) | 208 | BR_PROPERTY(Operation, operation, Mean) |
| 209 | BR_PROPERTY(QList<float>, weights, QList<float>()) | 209 | BR_PROPERTY(QList<float>, weights, QList<float>()) |
| 210 | 210 |