From 748660d5fa7383d01cade04ef65483f2b83bc435 Mon Sep 17 00:00:00 2001 From: Daniel Girardeau-Montaut Date: Sun, 30 Jun 2024 17:02:54 +0200 Subject: [PATCH] Bug fix: the ANISO feature could be computed instead of the Z(Range/Min/Max) feature (if kNN > 2) --- NeighborhoodFeature.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/NeighborhoodFeature.cpp b/NeighborhoodFeature.cpp index ede9df4..9c76027 100644 --- a/NeighborhoodFeature.cpp +++ b/NeighborhoodFeature.cpp @@ -341,6 +341,7 @@ bool NeighborhoodFeature::computeValue(CCCoreLib::DgmOctree::NeighboursSet& poin assert(false); } } + break; case ANISO: if (kNN >= 3)