Skip to content

Commit

Permalink
quick-fixes following DALI use last week
Browse files Browse the repository at this point in the history
  • Loading branch information
friskluft authored Jan 10, 2025
1 parent 885718f commit e0366b4
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 56 deletions.
6 changes: 3 additions & 3 deletions src/nyx/env_features.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -238,11 +238,11 @@ bool Environment::expand_2D_featuregroup (const std::string & s)
theFeatureSet.disableFeatures (ChordsFeature::featureset);

// enabling GaborFeature
// enabling ImageMomentsFeature
//
// enabling only intensity image moments
theFeatureSet.disableFeatures (Smoms2D_feature::featureset);
// enabling GLCMFeature
// enabling GLDMFeature
theFeatureSet.disableFeatures(GLDZMFeature::featureset); // costs about 82 %
theFeatureSet.disableFeatures (GLDZMFeature::featureset); // costs about 82 %
// enabling GLRLMFeature
// enabling GLSZMFeature
// enabling NGLDMfeature
Expand Down
53 changes: 0 additions & 53 deletions src/nyx/features/intensity_3d.h

This file was deleted.

0 comments on commit e0366b4

Please sign in to comment.