Clear Filters
Clear Filters

how can we apply standard deviation to an image

5 views (last 30 days)
f=imread('gee.jpg'); whos f; i=std('gee.jpg');

Answers (1)

Stalin Samuel
Stalin Samuel on 9 Mar 2016
f=imread('gee.jpg');
i=std2(f);

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!