In Shake there is a node called Stat which finds the min, max or average energy of an image and is processed each frame, ie no pre-baking. One can use this to return a given value and utilize it for flashing, or dynamically matching black levels.
So my question is this. Does anyone know the image analysis math to process an entire image for the minimum (or max) pixel value? I imagine it involves scanning each x and y row of pixels and comparing them to return the lowest/highest/average value.
Hope that explains what I need. Now hit me math dorks.
Post a Comment