No BSD License  

Highlights from
Histogram Gaussian Smooth

4.0

4.0 | 1 rating Rate this file 19 Downloads (last 30 days) File Size: 1.13 KB File ID: #7556

Histogram Gaussian Smooth

by Ivan Dario Castano Perez

 

29 Apr 2005 (Updated 02 May 2005)

This function implements the gaussian smooth of any size for an histogram ...

| Watch this File

File Information
Description

This function implements the gaussian smooth for an histogram an then it can be used to find the thershold. It uses the COUNTS variable that isreturned by the imhist funcion an w is the size of the window that you want to use. It has to be a odd number. if not, the funcion will not run properly.

Typical application:
           I=imread('blood1','tiff');
           [COUNTS,x]=imhist(I);
           COUNTSn=suavgausiano(COUNTS,3);

Where COUNTSn is the new COUNTS variable that is smoothed using the suavgausiano function with a window of size 3. To run this function you wont need the Image Processing Toolbox, but you'll need it when you want to read the image and try to get its histogram. I hope this code can help you.

Required Products Image Processing Toolbox
MATLAB release MATLAB 5.3 (R11)
Tags for This File  
Everyone's Tags
Tags I've Applied
Add New Tags Please login to tag files.
Comments and Ratings (2)
20 Feb 2006 alaa al-amayerh  
30 Aug 2009 sudhansu

could you please elaborate a little on this program,i find it tough to interpret it.
thanks in advance.

Please login to add a comment or rating.
Tag Activity for this File
Tag Applied By Date/Time
morphology Ivan Dario Castano Perez 22 Oct 2008 07:47:27
segmentation Ivan Dario Castano Perez 22 Oct 2008 07:47:27
gaussian Ivan Dario Castano Perez 22 Oct 2008 07:47:27
function Ivan Dario Castano Perez 22 Oct 2008 07:47:27
image processing Ivan Dario Castano Perez 22 Oct 2008 07:47:27
smotth Ivan Dario Castano Perez 22 Oct 2008 07:47:27
threshold Ivan Dario Castano Perez 22 Oct 2008 07:47:27
histogram Ivan Dario Castano Perez 22 Oct 2008 07:47:27
gaussian Yeeshu Rastogi 19 Jan 2012 03:21:20

Contact us at files@mathworks.com