photo

Atifah Samuri


Last seen: 3 years 前 自 2021 起处于活动状态

Followers: 0   Following: 0

统计学

MATLAB Answers

8 个提问
0 个回答

排名
152,244
of 299,784

声誉
0

贡献数
8 个提问
0 个回答

回答接受率
62.5%

收到投票数
0

排名
 of 20,803

声誉
N/A

平均
0.00

贡献数
0 文件

下载次数
0

ALL TIME 下载次数
0

排名

of 165,909

贡献数
0 个问题
0 个答案

评分
0

徽章数量
0

贡献数
0 帖子

贡献数
0 公开的 个频道

平均

贡献数
0 个亮点

平均赞数

  • Thankful Level 3

查看徽章

Feeds

排序方式:

提问


Can I use median filtering without put the salt & pepper noise?
%median filtering handmf = imread ('ifa.jpg'); handmedfilt = imnoise (handmf,'salt & pepper', 0.02); handdahmf = medfilt3 (ha...

3 years 前 | 2 个回答 | 0

2

个回答

提问


Why my value of MSE and PSNR have 3 values?
My code is shown below: InputImage=imread('ifa.jpg'); ReconstructedImage=imread('ifamedifilt.jpg'); n=size(InputImage); M...

3 years 前 | 2 个回答 | 0

2

个回答

提问


What is the filter I can use to get clearer image on hand vein?
I use this code below but when I see the result i did'nt see any differences between original image and median filtering image. ...

3 years 前 | 2 个回答 | 0

2

个回答

提问


How to display pixel values on the image and label on the region I want?
My project is want to enhance the hand vein image. The problem is I need to display some values on the vein. For example, pixe...

3 years 前 | 1 个回答 | 0

1

个回答

提问


How to coloured outline the region I want?
I want to highlight/coloured the outline vein at my hand image and I tried many codes but it doesn't work.

4 years 前 | 2 个回答 | 0

2

个回答

提问


How to fix this error if my image is not two dimensional?
handclah = imread('hand2.jpg'); handclahe = adapthisteq(handclah, 'clipLimit', 0.02, 'Distribution', 'rayleigh'); figure, imsh...

4 years 前 | 3 个回答 | 0

3

个回答

提问


Image enhancement using MATLAB code with ArduCAM 2MP OV2640
I am doing a project by using ArduCAM to capture hand vein. Can I use MATLAB code to enhance the image and how to connect the Ar...

4 years 前 | 1 个回答 | 0

1

个回答

提问


Why my colour image cannot display when using imread and imshow?
I= imread ('pineapple.png'); imshow(I) I am using this code. When I run the code, it display the grayscale image. Why the norm...

4 years 前 | 1 个回答 | 0

1

个回答