Skip to content

Commit e0366b4

Browse files
authored
quick-fixes following DALI use last week
1 parent 885718f commit e0366b4

File tree

2 files changed

+3
-56
lines changed

2 files changed

+3
-56
lines changed

src/nyx/env_features.cpp

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -238,11 +238,11 @@ bool Environment::expand_2D_featuregroup (const std::string & s)
238238
theFeatureSet.disableFeatures (ChordsFeature::featureset);
239239

240240
// enabling GaborFeature
241-
// enabling ImageMomentsFeature
242-
//
241+
// enabling only intensity image moments
242+
theFeatureSet.disableFeatures (Smoms2D_feature::featureset);
243243
// enabling GLCMFeature
244244
// enabling GLDMFeature
245-
theFeatureSet.disableFeatures(GLDZMFeature::featureset); // costs about 82 %
245+
theFeatureSet.disableFeatures (GLDZMFeature::featureset); // costs about 82 %
246246
// enabling GLRLMFeature
247247
// enabling GLSZMFeature
248248
// enabling NGLDMfeature

src/nyx/features/intensity_3d.h

Lines changed: 0 additions & 53 deletions
This file was deleted.

0 commit comments

Comments
 (0)