Image intensity statistics

Version 1.0.0.0 (1.85 KB) by Cyril
Computes statistics on the intensity of an image.
969 Downloads
Updated 10 Jun 2010

View License

This function returns statistics on the intensity of an image, including the sum, mean, standard deviation, min and max. A rectangular region of interest can be selected by the user by using 'r' as the 2nd parameter. Alternatively, the region of interest can be more accurately defined by a passing its coordinates as a vector.

%IMGSTAT Image statistics
% Returns statistics of an image M, or a portion of it.
%
% Syntax
% [sum,avg,std,min,max] = imgstat(M)
% [sum,avg,std,min,max] = imgstat(M,'r')
% [sum,avg,std,min,max] = imgstat(M,V)
%
% Description
% imgstat(M)
% returns the stats of the matrix M.
%
% imgstat(M,'r')
% displays M and lets you select a rectangle for the stats. To
% constrain the rectangle to be a square, use a shift- or right-click
% to begin the drag.
%
% imgstat(M,V)
% returns the stats of a portion of M, defined by V.
% V is a four-element vector with the form [xmin ymin width height],
% with the origin being the upper-left corner of the image.

Cite As

Cyril (2024). Image intensity statistics (https://www.mathworks.com/matlabcentral/fileexchange/27870-image-intensity-statistics), MATLAB Central File Exchange. Retrieved .

MATLAB Release Compatibility
Created with R2010a
Compatible with any release
Platform Compatibility
Windows macOS Linux

Community Treasure Hunt

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

Start Hunting!
Version Published Release Notes
1.0.0.0