<< improfile Image Analysis and Statistics std2 >>

IPCV >> Image Analysis and Statistics > mean2

mean2

Average/mean of matrix elements

Syntax

m = mean2(im)

Parameters

im :

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

m :

The mean of the values in im , a scalar of class double.

Description

mean2 computes the mean of a matrix using mean(im(:)).

See also

Authors


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