Clear Filters
Clear Filters

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

1 view (last 30 days)
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

Walter Roberson
Walter Roberson on 5 Feb 2016
Yes that is often used. Working channel by channel has its uses as well.

More Answers (0)

Categories

Find more on Image Processing Toolbox in Help Center and File Exchange

Community Treasure Hunt

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

Start Hunting!