how to display variance of an image in command box?
Afficher commentaires plus anciens
median_image=medfilt2(im_n) axes(handles.axes3); imshow(median_image);
%variance% IM= im2double(median_image); V_image = var(IM(:));
1 commentaire
KALYAN ACHARJYA
le 25 Mar 2018
Command Box Means?
Réponse acceptée
Plus de réponses (0)
Catégories
En savoir plus sur Filter Banks dans Centre d'aide et File Exchange
Produits
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!