Skip to content

Commit

Permalink
Fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
alxvth committed Nov 26, 2024
1 parent 1dbcfb3 commit 9633d61
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ManiVault/src/util/MeanShift.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -356,7 +356,7 @@ void MeanShift::cluster(const std::vector<Vector2f>& points, std::vector<std::ve
}

// Check if clusters contain their own cluster center.
// If not it is likely that the center is just a variation of an exisiting cluster and those should be merged
// If not it is likely that the center is just a variation of an existing cluster and those should be merged
#pragma omp parallel for
for (int i = 0; i < _clusterIds.size(); i++) {

Expand Down

0 comments on commit 9633d61

Please sign in to comment.