Home > freetb4matlab > image > mean2.m

mean2

PURPOSE ^

% Returns the mean value for a 2d real type matrix.

SYNOPSIS ^

function m = mean2 (I)

DESCRIPTION ^

% -*- texinfo -*-
% @deftypefn {Function File} @var{m}= mean2 (@var{I})
% Returns the mean value for a 2d real type matrix.
% Uses @code{mean(I(:))}
% @seealso{std2,mean}
% @end deftypefn

CROSS-REFERENCE INFORMATION ^

This function calls: This function is called by:
Generated on Fri 22-May-2009 15:13:00 by m2html © 2003