diff --git a/scanner/scanner.c b/scanner/scanner.c index e9397e1..a2f5c89 100644 --- a/scanner/scanner.c +++ b/scanner/scanner.c @@ -198,7 +198,7 @@ long int DBSCAN(Face **ppFaces, long int faceCount, double eps, int minPts) { if (neighborCount < minPts) { pFace->clusterType = NOISE; freeChain(pNeighbors); - break; + continue; } //printf("%ld has %ld neighbors.\n", pFace->faceId, neighborCount);