Community Profile

photo

Shaveta Arora


Aktiv seit 2015

Followers: 0   Following: 0

Kontakt

Assistant Professor at ITMU in EECE Department
Professional Interests: Signal Processing, Image processing, Fuzzy Logic, Control systems

Statistiken

  • First Review
  • First Answer

Abzeichen anzeigen

Feeds

Anzeigen nach

Beantwortet
reading multiple images from a folder in Matlab
If I have .tiff images and .tif images that I want to read, how they can be read ? I know how to read one type of images but ho...

etwa 8 Jahre vor | 0

Beantwortet
How to filter an signal(image) data best
How can we design a fuzzy based filter and use it with command imfilter?

etwa 8 Jahre vor | 0

Beantwortet
Image Processing Noise differences
How to add gaussian noise of variance 10 by both methods?

etwa 8 Jahre vor | 0

Beantwortet
PCA OF AN IMAGE...
actually I want to recover the image using principal components after the following instruction: % project the original da...

etwa 8 Jahre vor | 0

Frage


how can I show the denoised image after applying pca to a noisy image.
im=imread('cameraman.tif'); im1=imresize(im,[50,50]); im=double(im1); figure(1);imshow(im,[]); sig=10; noi=sig*randn(size(...

etwa 8 Jahre vor | 1 Antwort | 0

1

Antwort

Beantwortet
how PCA can be applied to an image to reduce its dimensionality with example?
Can I have the pca code used in this color image example

etwa 8 Jahre vor | 0

Beantwortet
Loading images from a .MAT file
i have .mat one file which is 1x1 struct. how to read the image from this.

fast 9 Jahre vor | 0