is it right for an RGB image to calcule the variance with simple this way?

is it right for an RGB image to calcule the variance with var(image(:))?? not to calcul the variance of 3 chanels Red green blue?

 Accepted Answer

Yes that is often used. Working channel by channel has its uses as well.

More Answers (0)

Categories

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!