Since 4/2/2012 5:23:36 AM, trifinite84 has written 3 articles and participated in 0 conversations. trifinite84 signature: trifinite84
trifinite84's articles:
Items(3) /1
Similarity Matrix0286 (5/30/2010 7:00:04 PM) comp.soft-sys.matlab Hi all,
I wish to compare a set of histograms by computing their similarity
matrices using either Euclidean distance of Chi-square. For each
histogram, I want to compare it against all other histograms.
... J
Image Processing: Isotropic Gaussian filter41045 (5/13/2010 9:46:04 AM) comp.soft-sys.matlab Hi all,
I am using an isotropic Gaussian filter with standard deviation
sigmaX=3, sigmaY=3. Firstly, I would like to ensure that my matlab
code is correct in achieving this:
% Isotropic Gaussian filter ... J
Image smoothing using an isotropic Gaussian filter0657 (4/26/2010 10:57:40 PM) comp.soft-sys.matlab I want to smooth an image using an isotropic Gaussian filter with
standard deviation of =F3x, =F3y =3D 3.
To achieve this, can I use the fspecial function to create the
smoothing filter as follows:
gaus... J