photo

Nayana Hammini


Con actividad desde 2015

Followers: 0   Following: 0

Estadística

  • Thankful Level 1

Ver insignias

Feeds

Ver por

Pregunta


I have taken finger print images captured in various surfaces and enhanced the image using 'imsharpen' and histogram equalization. I want to blur background and highlight fingerprint portion only. How can it be done?
I have attached pdf file with original images and enhanced images. How to highlight fingerprint region removing background noise...

más de 7 años hace | 0 respuestas | 0

0

respuestas

Pregunta


What is the MATLAB code for band rejection filter to remove periodic noise?
I converted noisy image to frequency domain using fourier transform and now I have to apply band rejection filter on it to reduc...

más de 8 años hace | 0 respuestas | 0

0

respuestas

Pregunta


How to convert an image to frequency domain in MATLAB?
I did it with this below code. r=imread('C:\Users\Nayana22\Desktop\k.jpg'); figure,imshow(r) F=fft2(r); S=fftshift...

más de 8 años hace | 1 respuesta | 0

1

respuesta

Pregunta


How to capture video from webcam in MATLAB?
vid = videoinput('winvideo',1, 'YUY2_320x240'); set(vid, 'FramesPerTrigger', Inf); set(vid, 'ReturnedColorspace', 'rgb')...

más de 8 años hace | 1 respuesta | 1

1

respuesta

Pregunta


I have 3 separate lines in an image and i need to find length of each line separately and display.
Logic i thought is, first search for pixel having zero intensity value and then find its neighbor pixels by traversing and incre...

más de 8 años hace | 1 respuesta | 0

1

respuesta

Pregunta


How to enhance a blurred image captured in real-time?
I captured an image using webcam and estimated the blur extent of it using Haar wavelet transform. Now I want to enhance the sam...

alrededor de 9 años hace | 1 respuesta | 0

1

respuesta