Skip to content

Commit

Permalink
Missed rename location Sum -> EigenvalueSum
Browse files Browse the repository at this point in the history
  • Loading branch information
chambbj committed Jul 17, 2020
1 parent 181546e commit 2884799
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion filters/CovarianceFeaturesFilter.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ class FeatureType
static const int Omnivariance = 16;
static const int Anisotropy = 32;
static const int Eigenentropy = 64;
static const int Sum = 128;
static const int EigenvalueSum = 128;
static const int SurfaceVariation = 256;
static const int DemantkeVerticality = 512;
static const int Density = 1024;
Expand Down

0 comments on commit 2884799

Please sign in to comment.