Artem Smirnov Posted December 1, 2012 Share Posted December 1, 2012 (edited) Hi. I have a question about COP networks. Is there a way in Houdini to process images just like the sop solver process geometry? Edited December 1, 2012 by Artem Smirnov Quote Link to comment Share on other sites More sharing options...
Peter Quint Posted December 1, 2012 Share Posted December 1, 2012 Not as far as I know - but you could create a point for each pixel of your image, and then use a sop solver on the resulting geometry. Its not that straightforward to convert from an image to points and vice versa - can you say more precisely what you would like to do? 1 Quote Link to comment Share on other sites More sharing options...
Artem Smirnov Posted December 2, 2012 Author Share Posted December 2, 2012 (edited) I'm trying to find a way to run vex and vop not on the points but rather on surface, without scattering aditional points on geometry. So far I came up with decision to store world position and other attributes in a color map and process it in vex to get some result. The problem is that I cant accumulate results in the sop solver way. imgSolve.rar Edited December 2, 2012 by Artem Smirnov Quote Link to comment Share on other sites More sharing options...
Recommended Posts
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.