how can we apply standard deviation to an image

5 次查看(过去 30 天)
f=imread('gee.jpg'); whos f; i=std('gee.jpg');

回答(1 个)

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

类别

Help CenterFile Exchange 中查找有关 Image Processing Toolbox 的更多信息

Community Treasure Hunt

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

Start Hunting!

Translated by