photo

Nayana Hammini


2015년부터 활동

Followers: 0   Following: 0

통계학

  • Thankful Level 1

배지 보기

Feeds

보기 기준

질문


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

7년 초과 전 | 답변 수: 0 | 0

0

답변

질문


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

8년 초과 전 | 답변 수: 0 | 0

0

답변

질문


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

8년 초과 전 | 답변 수: 1 | 0

1

답변

질문


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

8년 초과 전 | 답변 수: 1 | 1

1

답변

질문


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

8년 초과 전 | 답변 수: 1 | 0

1

답변

질문


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

대략 9년 전 | 답변 수: 1 | 0

1

답변