Community Profile

photo

Atifah Samuri


Last seen: circa 2 anni fa Attivo dal 2021

Statistiche

  • Thankful Level 3

Visualizza badge

Content Feed

Visto da

Domanda


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

circa 2 anni fa | 2 risposte | 0

2

risposte

Domanda


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

circa 2 anni fa | 2 risposte | 0

2

risposte

Domanda


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

oltre 2 anni fa | 2 risposte | 0

2

risposte

Domanda


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

oltre 2 anni fa | 1 risposta | 0

1

risposta

Domanda


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.

oltre 2 anni fa | 2 risposte | 0

2

risposte

Domanda


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

oltre 2 anni fa | 2 risposte | 0

2

risposte

Domanda


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

oltre 2 anni fa | 1 risposta | 0

1

risposta

Domanda


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

oltre 2 anni fa | 1 risposta | 0

1

risposta