Reducing threshold:
Signed-off-by: James Ketrenos <james_gitlab@ketrenos.com>
This commit is contained in:
parent
0d345980dc
commit
7f5f944c97
@ -198,7 +198,7 @@ long int DBSCAN(Face **ppFaces, long int faceCount, double eps, int minPts) {
|
|||||||
if (neighborCount < minPts) {
|
if (neighborCount < minPts) {
|
||||||
pFace->clusterType = NOISE;
|
pFace->clusterType = NOISE;
|
||||||
freeChain(pNeighbors);
|
freeChain(pNeighbors);
|
||||||
break;
|
continue;
|
||||||
}
|
}
|
||||||
//printf("%ld has %ld neighbors.\n", pFace->faceId, neighborCount);
|
//printf("%ld has %ld neighbors.\n", pFace->faceId, neighborCount);
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user