As much as I use and love the noise reduction filters from Mike Crash, I am disappointed in the "auto" part of the Auto-Levels filter. I don't understand exactly what it does, but I can't use it because it adds "flashes" by adjusting the overall levels very rapidly. My goal is to use the filter to automatically expand the levels to a min/max range, but it must also dampen the adjustments so it doesn't look like someone is "riding the brightness knob a couple times a second".
Possibly I'm suffering from ignorant user syndrome. If anyone has figured out a good way to use this filter to automatically adjust the levels, I'm all ears.
I mention this because I'm spending the day writing some java code for the Sun "JAI" (java advanced imaging) package. One of the available functions is to take any image and adjust its levels to match a given histogram. (And of course I can take any image and use its histogram as the "standard".) That is a very powerful feature that I haven't seen elsewhere (if I have I never recognized it :-) I have yet to write the code to evaluate this feature so I cannot claim how it looks visually, but I suspect being able to "clamp the histogram" is a useful technique.
Actually, I'd like to "clamp the histogram" then add a PID controller to allow adjustable short-term excursions (e.g., when the dark-/light-shirted idiot walks in front of the camera). That would be slick.
P.S. The sun tool is for programmers-only and for stills-only, so no chance of me writing a vegas plugin, I'm afraid.
Possibly I'm suffering from ignorant user syndrome. If anyone has figured out a good way to use this filter to automatically adjust the levels, I'm all ears.
I mention this because I'm spending the day writing some java code for the Sun "JAI" (java advanced imaging) package. One of the available functions is to take any image and adjust its levels to match a given histogram. (And of course I can take any image and use its histogram as the "standard".) That is a very powerful feature that I haven't seen elsewhere (if I have I never recognized it :-) I have yet to write the code to evaluate this feature so I cannot claim how it looks visually, but I suspect being able to "clamp the histogram" is a useful technique.
Actually, I'd like to "clamp the histogram" then add a PID controller to allow adjustable short-term excursions (e.g., when the dark-/light-shirted idiot walks in front of the camera). That would be slick.
P.S. The sun tool is for programmers-only and for stills-only, so no chance of me writing a vegas plugin, I'm afraid.