Vertices from COP Image

   2364   4   1
User Avatar
Member
383 posts
Joined: June 2010
Offline
I want to create a vertex or a particle for each pixel of the attached image from COP which is lighter than a certain threshold. How can I solve this problem? Any hints on similar example files ?

Attachments:
detector.jpg (542.0 KB)

www.woogieworks.at
User Avatar
Member
383 posts
Joined: June 2010
Offline
With trace fuse and sort I succeeded in creating the Pointcloud I wanted to achive, but if I export the randomly sorted Pointcloud into an obj for example the point order is absolutely not random. In the obj the points are iterated from top left to bottom right, but I would need random points in the object.
So my next question would be how to create an .obj from my pointcloud with random point order…
An how can I get rid of the polygons ? I just want to have the point. blast alway killed all polys and points.

thx
www.woogieworks.at
User Avatar
Member
330 posts
Joined: July 2007
Offline
you can remove geometry but keep points using an Add SOP .



.cheers
except the things that cannot be seen , nothing is like it seems .
User Avatar
Member
383 posts
Joined: June 2010
Offline
zarti
you can remove geometry but keep points using an Add SOP .
.cheers
Works perfectly now. If I place the Geometry ROP after the Sort Node and this after Point Add SOP the Vertices are randomly mixed in the .obj file. If there were polygons left, the vertex index in houdini was random, but in the exported file it was not.
www.woogieworks.at
User Avatar
Member
84 posts
Joined: May 2012
Offline
You also can delete geometry keeping the points with a Delete Sop, it has a check box “Keep Points” at the bottom.

..just pointing out an alternative way
  • Quick Links