Jump to content

ordering points?


zveris

Recommended Posts

hi, have a tough question:

I have a sequence of geo files containing point cloud. Although the number of points in each geo is equal, the numbering of points is arbitrari.

Now I have tryed to order them using sort op but didn`t get nowhere, the motion of points is bit too complex.

anyone can think of any other way to order point numbering for animated sequence?

thx in advance

Link to comment
Share on other sites

How about this strategy ?

1. bring in points of frame 1 and frame 2.

2. search closest fairs of two points. ( one must be on frame 1, the other is on 2 )

3. now you have velocity. within range alpha and distance, search point of frame 3.

4. loop to 2

This is my first guess. I'll think about advanced one later. <_<

Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...