Continue to Site

Welcome to EDAboard.com

Welcome to our site! EDAboard.com is an international Electronics Discussion Forum focused on EDA software, circuits, schematics, books, theory, papers, asic, pld, 8051, DSP, Network, RF, Analog Design, PCB, Service Manuals... and a whole lot more! To participate you need to register. Registration is free. Click here to register now.

matlab image processing

Status
Not open for further replies.

engineere

Newbie level 5
Joined
May 23, 2013
Messages
8
Helped
1
Reputation
2
Reaction score
1
Trophy points
1,283
Activity points
1,334
hi .i'm a student of 3rd yr electronics .i'm just new to matlab. i want to start with finger print recognition at a simple level . can any one suggest me what are the things one must learn before doing image processing and where to start with.

i have read about fingerprint recognition and just have a idea of segmentation , binarization , histogram etc. .. .but dont know how to implement it .

thank you
 

hi .i'm a student of 3rd yr electronics .i'm just new to matlab. i want to start with finger print recognition at a simple level . can any one suggest me what are the things one must learn before doing image processing and where to start with.

i have read about fingerprint recognition and just have a idea of segmentation , binarization , histogram etc. .. .but dont know how to implement it .

thank you

Hi matlab based image processing is a vast area to study. You can get necessary help regarding basics of matlab and its operations from the matlab help browser itself. I would say it is the best tutorial and regarding fingerprint recognition after gaining basic knowledge in matlab matrix operations and image processing toolbox via help browser try to understand the algorithm used in your paper for fingerprint recognition as it can be implemented using many algorithms. Then study step by step implementation of equations and functions. That will do. If you need further assistance please post the details of algorithm used will try it.
 
[QUOTI=sarathhari;1237210]Hi matlab based image processing is a vast area to study. You can get necessary help regarding basics of matlab and its operations from the matlab help browser itself. I would say it is the best tutorial and regarding fingerprint recognition after gaining basic knowledge in matlab matrix operations and image processing toolbox via help browser try to understand the algorithm used in your paper for fingerprint recognition as it can be implemented using many algorithms. Then study step by step implementation of equations and functions. That will do. If you need further assistance please post the details of algorithm used will try it.[/QUOTE]

thank you . .I will start.learning things from image processing toolbox . .
 
good...First go through the MATLAB section in help browser it will give you an overview of matrix and arrays and its operations. Then go to the image processing toolbox.
 

hi . .i read about image processing in help browser . . it is a nice place to study . .thank you
 

hi . .i read about image processing in help browser . . it is a nice place to study . .thank you

Good there is nothing better to study matlab other than its help browser. If my post was helpful kindly mark it as helpful.
 
hi . . .i have one problem while making the ridges thin in the fingerprint.i converted the image(fingerprint) to binary image then i used
the following command:

B1 = bwmorph(B,'skel',Inf);
figure, imshow(B1);

the image is not coming proper. the lines are getting very thin and the whole image is changing.
please suggest me any ither way to do the same.


thank you
 

hi . . .i have one problem while making the ridges thin in the fingerprint.i converted the image(fingerprint) to binary image then i used
the following command:

B1 = bwmorph(B,'skel',Inf);
figure, imshow(B1);

the image is not coming proper. the lines are getting very thin and the whole image is changing.
please suggest me any ither way to do the same.


thank you

Try using 'thin' instead of skel
 

hi . . . i want to do small projects . . which will give me practice of the same . .. can u please suggest me few ideas on which i can start with
 

hi . . . i want to do small projects . . which will give me practice of the same . .. can u please suggest me few ideas on which i can start with

just do some image read and try some basic filtering operations erosion dilation etc.
 

just do some image read and try some basic filtering operations erosion dilation etc.

hi . . . i have done extraction of minutia from the fingerprint . .now i'm not knowing how to compare the two image . .i'm confused . plz help me with this . . .thanks
 

hi . . . i have done extraction of minutia from the fingerprint . .now i'm not knowing how to compare the two image . .i'm confused . plz help me with this . . .thanks
Hi i think you have a database of different fingerprints right....if so first do a training using the images in database do the similar extraction steps for all the images in database and create a feature vector. Then do the testing section with the image which you want to check. Find its feature then you can make a match.
 

Hi i think you have a database of different fingerprints right....if so first do a training using the images in database do the similar extraction steps for all the images in database and create a feature vector. Then do the testing section with the image which you want to check. Find its feature then you can make a match.

Thanks . .what is feature vector? I didn't understand that thing . . . And which function I need to use to compare two images?
 

Status
Not open for further replies.

Part and Inventory Search

Welcome to EDABoard.com

Sponsor

Back
Top