Community Profile

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 years 前 | 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 years 前 | 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 years 前 | 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 years 前 | 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 years 前 | 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 years 前 | 1 个回答 | 0

1

个回答