Ignore:
Timestamp:
01/26/21 18:50:37 (3 years ago)
Author:
Maciej Komosinski
Message:

Properly allocated and de-allocated dynamic arrays of size calculated in runtime, not relying on g++ "extension"

File:
1 edited

Legend:

Unmodified
Added
Removed
  • cpp/frams/model/similarity/EMD/emd.h

    r1063 r1064  
    44    emd.h
    55
    6     Last update: 3/24/98
     6    Last update: 3/24/98 (but see below for newer changes)
    77
    88    An implementation of the Earth Movers Distance.
     
    1515    E-Mail: rubner@cs.stanford.edu   URL: http://robotics.stanford.edu/~rubner/emd/default.htm
    1616*/
     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
    1722
    1823/* DEFINITIONS */
Note: See TracChangeset for help on using the changeset viewer.