Changeset 1064 for cpp/frams/model/similarity/EMD/emd.h
- Timestamp:
- 01/26/21 18:50:37 (4 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
cpp/frams/model/similarity/EMD/emd.h
r1063 r1064 4 4 emd.h 5 5 6 Last update: 3/24/98 6 Last update: 3/24/98 (but see below for newer changes) 7 7 8 8 An implementation of the Earth Movers Distance. … … 15 15 E-Mail: rubner@cs.stanford.edu URL: http://robotics.stanford.edu/~rubner/emd/default.htm 16 16 */ 17 18 // List of changes since 2020, compared to the original implementation: 19 // r1050: Renamed variables that caused problems with g++ 7.3.0 20 // r1062: Global static arrays moved to a function and now allocated dynamically; removed #defined limit of MAX_SIG_SIZE=1000 21 17 22 18 23 /* DEFINITIONS */
Note: See TracChangeset
for help on using the changeset viewer.