Atifah Samuri
Followers: 0 Following: 0
Estadística
8 Preguntas
0 Respuestas
CLASIFICACIÓN
92.684
of 295.569
REPUTACIÓN
0
CONTRIBUCIONES
8 Preguntas
0 Respuestas
ACEPTACIÓN DE RESPUESTAS
62.5%
VOTOS RECIBIDOS
0
CLASIFICACIÓN
of 20.247
REPUTACIÓN
N/A
EVALUACIÓN MEDIA
0.00
CONTRIBUCIONES
0 Archivos
DESCARGAS
0
ALL TIME DESCARGAS
0
CLASIFICACIÓN
of 154.105
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
Pregunta
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...
casi 3 años hace | 2 respuestas | 0
2
respuestasPregunta
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...
casi 3 años hace | 2 respuestas | 0
2
respuestasPregunta
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. ...
casi 3 años hace | 2 respuestas | 0
2
respuestasPregunta
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...
casi 3 años hace | 1 respuesta | 0
1
respuestaPregunta
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.
casi 3 años hace | 2 respuestas | 0
2
respuestasPregunta
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...
alrededor de 3 años hace | 3 respuestas | 0
3
respuestasPregunta
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...
alrededor de 3 años hace | 1 respuesta | 0
1
respuestaPregunta
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...
alrededor de 3 años hace | 1 respuesta | 0