Mercurial > hg > match-vamp
diff src/Matcher.h @ 191:f415747b151b re-minimise
Normalised path costs should use a different type from un-normalised ones (because they are in a different range)
author | Chris Cannam |
---|---|
date | Thu, 26 Feb 2015 15:52:16 +0000 |
parents | 487261a22b18 |
children | b5deca82e074 |
line wrap: on
line diff
--- a/src/Matcher.h Thu Feb 26 15:51:50 2015 +0000 +++ b/src/Matcher.h Thu Feb 26 15:52:16 2015 +0000 @@ -238,7 +238,7 @@ * @return the cost of the minimum cost path to this location, * normalised by the Manhattan distance from 0,0 to i,j */ - pathcost_t getNormalisedPathCost(int i, int j); + normpathcost_t getNormalisedPathCost(int i, int j); /** Retrieves an advance direction from the matrix. *