Reyhaneh
Reyhaneh

Reputation: 409

K-means Clustering 3D points in space using C#

I am looking for a package that has implemented K-means clustering algorithm in C# (For 3D points). I have been looking around but not sure about some of the implementations. Do you have any suggestion or used any of them?

Thanks in advance

Upvotes: 1

Views: 1888

Answers (1)

Don Reba
Don Reba

Reputation: 14041

OpenCV does K-means. There is the excellent .NET port EmguCV.

Upvotes: 2

Related Questions