Artificial Intelligence Warehouse
Artificial Intelligence Depot
"As knowledge increases, ignorance unfolds." -Kennedy
FEATURES COMMUNITY KNOWLEDGE SEARCH  
Code for feature extraction in Matlab
signature recognition
 
• Code for feature extraction in Matlab

I need a code in matlab for feature extraction of a signature. The features extracted will be fed into a neural network for identification. Please help me out soon.

4 posts.
Monday 15 March, 10:58
Reply
• Bitmap Projections

Some simple but often effective features of bitmaps are the vertical and horizontal projections:

VerticalProjection = mean(Bitmap);
HorizontalProjection = mean(Bitmap');

-Predictor
http://will.dwinnell.com

249 posts.
Monday 15 March, 13:54
Reply
• code for signature identification

Thanks alot for your guidance. Can you help me by giving a code in matlab for signature recognition. I am implementing it by prepocessing the scanned image through the image processing toolbox of matlab. After doing feature extraction I am doing PCA, giving it's output to MLP as an input.

Take care

Regards
Tulips

4 posts.
Thursday 18 March, 09:06
Reply
• feature extraction

I m doin a project on signature verification usin Neural Networks.
Can u plz guide me with feature extraction of signatures. i am planning to use moment invariant to extract features. can u plz tell me how to go about it thru matlab. please.im not able to proceed further. i want to know how can i calulate the moment of the signature.

please reply soon
Please

warm regards
tulpis

4 posts.
Thursday 08 April, 06:38
Reply
• need help

Hi,I also need source code in MATLAB for signature verification as it is my final year project.If you get any help plz inform me too... thanking you...

2 posts.
Thursday 09 November, 13:25
Reply
• project help

Hi.Could you please send the code on extraction and verifcation of signature from a bank cheque.Its imporatant for me.Pls reply

1 posts.
Friday 02 February, 08:19
Reply