mirror of
https://github.com/dgirardeau/q3DMASC.git
synced 2026-08-29 16:40:49 +08:00
Bug fix: the ANISO feature could be computed instead of the Z(Range/Min/Max) feature (if kNN > 2)
This commit is contained in:
@@ -341,6 +341,7 @@ bool NeighborhoodFeature::computeValue(CCCoreLib::DgmOctree::NeighboursSet& poin
|
||||
assert(false);
|
||||
}
|
||||
}
|
||||
break;
|
||||
|
||||
case ANISO:
|
||||
if (kNN >= 3)
|
||||
|
||||
Reference in New Issue
Block a user