Write ModifyImage results
celifani
How can I save the effects of ModifyImage on a wave, or in other words how can I save the results that I see. ModifyImage only change the graphic output, not the source and I want to modify the source too.
Thanks in advance,
Claudio
How to do it depends on specifically what you want to do.
September 2, 2010 at 12:15 am - Permalink
Thanks
September 2, 2010 at 12:57 am - Permalink
If you want to change the data in the wave you have to use functions or operations that work on waves, if you want to change the appearance of the data in a graph you have to use functions or operations that modify graphs.
Changing the waves will often change also the graphs in which the waves are visualized. But changing only the graphs will NEVER change the waves.
With this in mind it depends on specifically what you want to do (as Howard said).
Andreas
September 2, 2010 at 03:29 am - Permalink
I actually do want to change the wave and I was wondering if it there was a ModifyImage function which modifies the wave (and as you said will change the graph too), let's say a "ModifyWave" function. I'm actually working on image contrast and I wanted to apply contrast profile in a similar way like ModifyImage does with the lookup="wave" parameter.
Thanks again
September 2, 2010 at 09:15 pm - Permalink
But I am not very familiar with image processing. There are possibly more efficient and powerful methods to increase the contrast of an image wave.
A.
September 3, 2010 at 02:29 am - Permalink
It works great, or at least it does the job it is supposed to do!
September 5, 2010 at 09:08 pm - Permalink