<< std2 Image Analysis and Statistics Image Arithmetic >>

IPCV - Image Processing and Computer Vision Toolbox for Scilab >> Image Analysis and Statistics > stdev2

stdev2

Standard deviation of 2D matrix elements

Syntax

s = std2(im)
s = stdev2(im)

Parameters

im :

An matrix/image, which can be integer or double matrix, but must be one channel image.

s :

The standard deviation, a scalar of class double.

Description

std2/stdev2 computes standard deviation of matrix im using stdev(im(:)).

See also

Authors


Report an issue
<< std2 Image Analysis and Statistics Image Arithmetic >>