photo

Shaveta Arora


自 2015 起处于活动状态

Followers: 0   Following: 0

消息

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

统计学

MATLAB Answers

1 个提问
6 个回答

排名
259,932
of 299,862

声誉
0

贡献数
1 个提问
6 个回答

回答接受率
0.0%

收到投票数
0

排名
 of 20,824

声誉
N/A

平均
0.00

贡献数
0 文件

下载次数
0

ALL TIME 下载次数
0

排名

of 166,327

贡献数
0 个问题
0 个答案

评分
0

徽章数量
0

贡献数
0 帖子

贡献数
0 公开的 个频道

平均

贡献数
0 个亮点

平均赞数

  • First Review
  • First Answer

查看徽章

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...

9 years 前 | 0

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

9 years 前 | 0

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

9 years 前 | 0

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

9 years 前 | 0

提问


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(...

9 years 前 | 1 个回答 | 0

1

个回答

已回答
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

9 years 前 | 0

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

10 years 前 | 0