Bug fix: the ANISO feature could be computed instead of the Z(Range/Min/Max) feature (if kNN > 2)

This commit is contained in:
Daniel Girardeau-Montaut
2024-06-30 17:02:54 +02:00
parent c1f1db5660
commit 748660d5fa
+1
View File
@@ -341,6 +341,7 @@ bool NeighborhoodFeature::computeValue(CCCoreLib::DgmOctree::NeighboursSet& poin
assert(false);
}
}
break;
case ANISO:
if (kNN >= 3)