craiglhoffman Posted May 22, 2013 Share Posted May 22, 2013 Sorry if this has been covered before, but is there any easy way to compare respective pixels from all the frames in a sequence of images? I have a couple hundred frames and want to intelligently compare or do operations across the entire sequence like min/max/average/etc. There isn't a loop operator in COPs so is there any easy way to do something like this? Thanks, Craig Quote Link to comment Share on other sites More sharing options...
magneto Posted May 23, 2013 Share Posted May 23, 2013 You can easily do min/max/average in a VOPCOP, but I am not sure what kind of intelligence do you need in your comparison? There is also a Diff COP that you might find useful. Quote Link to comment Share on other sites More sharing options...
Pazuzu Posted July 11, 2013 Share Posted July 11, 2013 I think CHOPs is the way to go; You can read the COPs data in chops and process all the channels at once inside a foreach CHOP then read the data back from COPs. 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.