We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 885718f commit e0366b4Copy full SHA for e0366b4
src/nyx/env_features.cpp
@@ -238,11 +238,11 @@ bool Environment::expand_2D_featuregroup (const std::string & s)
238
theFeatureSet.disableFeatures (ChordsFeature::featureset);
239
240
// enabling GaborFeature
241
- // enabling ImageMomentsFeature
242
- //
+ // enabling only intensity image moments
+ theFeatureSet.disableFeatures (Smoms2D_feature::featureset);
243
// enabling GLCMFeature
244
// enabling GLDMFeature
245
- theFeatureSet.disableFeatures(GLDZMFeature::featureset); // costs about 82 %
+ theFeatureSet.disableFeatures (GLDZMFeature::featureset); // costs about 82 %
246
// enabling GLRLMFeature
247
// enabling GLSZMFeature
248
// enabling NGLDMfeature
src/nyx/features/intensity_3d.h
0 commit comments