How to find duplicate 3d points?
- From: oprah.chopra@xxxxxxxxx
- Date: Wed, 11 Jun 2008 08:35:01 -0700 (PDT)
I have a large data file of upto 1 million x,y,z coordinates of
points. I want to identify which points are within 0.01 mm from each
other. I can compare the distance from each point to every other
point , but this takes 1 million * 1 million operations, or forever!
Any quick way to do it, perhaps by inserting just the integer portion
of the coordinates into an array, and checking if the integer has
already been defined before inserting a new point?
.
- Follow-Ups:
- Re: How to find duplicate 3d points?
- From: Gary Herron
- Re: How to find duplicate 3d points?
- From: Tim Henderson
- Re: How to find duplicate 3d points?
- Prev by Date: Re: convert sqlite ANSI to UTF-8
- Next by Date: Re: My fight with classes :)
- Previous by thread: Re: [Tutor] python gui
- Next by thread: Re: How to find duplicate 3d points?
- Index(es):
Relevant Pages
|