[SciPy-user] remove duplicate points...

fred fredmfp at gmail.com
Wed Apr 23 10:08:31 EDT 2008


Hi,

I have array of 3D points:

[x0, y0, z0, v0]
[x1, y1, z1, v1]
...
[xn, yn, zn, vn]

This array have duplicate elements (points), by construction.

How could I remove these duplicate elements ?

numpy.unique seems to not fit my needs...


TIA.


Cheers,

-- 
Fred




More information about the SciPy-User mailing list