how to calculate the background variance(BV) an detail varaince(DV) of an image in matlab?? Thanks in advance

std=(stdfilt(temp,ones(5))); %local standard deviation
Lvar=(std.^2); % local variance
Background Variance??
Detail Variance??

1 Kommentar

it is not a good idea to name a variable std as that will interefere with using the function std()

Melden Sie sich an, um zu kommentieren.

Antworten (0)

Kategorien

Gefragt:

am 31 Aug. 2015

Kommentiert:

am 31 Aug. 2015

Community Treasure Hunt

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

Start Hunting!

Translated by