Shaveta Arora
Followers: 0 Following: 0
Assistant Professor at ITMU in EECE Department
Professional Interests: Signal Processing, Image processing, Fuzzy Logic, Control systems
Estadística
1 Pregunta
6 Respuestas
CLASIFICACIÓN
249.708
of 295.467
REPUTACIÓN
0
CONTRIBUCIONES
1 Pregunta
6 Respuestas
ACEPTACIÓN DE RESPUESTAS
0.0%
VOTOS RECIBIDOS
0
CLASIFICACIÓN
of 20.234
REPUTACIÓN
N/A
EVALUACIÓN MEDIA
0.00
CONTRIBUCIONES
0 Archivos
DESCARGAS
0
ALL TIME DESCARGAS
0
CLASIFICACIÓN
of 153.912
CONTRIBUCIONES
0 Problemas
0 Soluciones
PUNTUACIÓN
0
NÚMERO DE INSIGNIAS
0
CONTRIBUCIONES
0 Publicaciones
CONTRIBUCIONES
0 Público Canales
EVALUACIÓN MEDIA
CONTRIBUCIONES
0 Temas destacados
MEDIA DE ME GUSTA
Feeds
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...
más de 8 años hace | 0
How to filter an signal(image) data best
How can we design a fuzzy based filter and use it with command imfilter?
más de 8 años hace | 0
Image Processing Noise differences
How to add gaussian noise of variance 10 by both methods?
más de 8 años hace | 0
PCA OF AN IMAGE...
actually I want to recover the image using principal components after the following instruction: % project the original da...
casi 9 años hace | 0
Pregunta
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(...
casi 9 años hace | 1 respuesta | 0
1
respuestahow 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
casi 9 años hace | 0
Loading images from a .MAT file
i have .mat one file which is 1x1 struct. how to read the image from this.
más de 9 años hace | 0