Jump to content

Point Cloud in VopCop2Filter ?


Christian S

Recommended Posts

Hi,

 

On a grid, I used a VOPSOP with a point cloud lookup to find the closes point around my current point that has a specific attribute. And then I can measure the distance between them and compute other stuff.

 

But, this system is slow (We have a big pipeline with many different things, this is just part of it). We decided to swtich to COP since we can treat the grid as an image. 1 point == 1 pixel.

 

What I want to know, can I use the point cloud nodes in a VOPCOP2FILTER inside a COP2NET?

 

Pixel position is the same as point position right? But how do I specify the Point Cloud Texture (file) to be the COP image? Is it posible at all to use Point Cloud nodes in COP context?

 

Thx for your input.

C

Link to comment
Share on other sites

you can use point cloud nodes in cop context, however still only for sampling points from file or sop geo

 

 

I guess for querying pixels around certain pixel position you will need to write custom functions, luckily it's really predictable, since pixels are always in a grid and not sparse as point clouds

Link to comment
Share on other sites

  • 6 years later...

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...