MADjestic Posted October 18, 2006 Share Posted October 18, 2006 Does anybody have a snaplet of code example of using ninput(), cinput(), finput() and such to process an image/noise? Actually I am thinking using it to filter the noise, generated by other functions for the car-shader flakes problem. Maybe it's not that hard, but I am too sleepy now for constructive thinking. Thanks in advance. Quote Link to comment Share on other sites More sharing options...
Mario Marengo Posted October 18, 2006 Share Posted October 18, 2006 Does anybody have a snaplet of code example of using ninput(), cinput(), finput() and such to process an image/noise? Actually I am thinking using it to filter the noise, generated by other functions for the car-shader flakes problem. Never used those COP functions, sorry, but I'm not sure that filtering the resulting image in cops will help much (you'd be just blurring the aliasing, no? -- blurred flickering?). I suppose you could render an area(P) layer, but even then... It seems to me that by the time you're in COPs, it's too late. Unless you plan to do the noise from scratch in COPs (which is also possible, with P, area(P), and a few other tidbits), but then that wouldn't solve the problem, it would just change its location to COPs. That's my gut feeling anyway, but I could be wrong. Quote Link to comment Share on other sites More sharing options...
MADjestic Posted October 18, 2006 Author Share Posted October 18, 2006 Thanks, Mario Maybe it's just another gap in my knowledge. I have to think this over. 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.