[algogeeks] Re: FingerPrints recognition

2006-07-04 Thread adak
Trying to get a computer program to tune itself beyond what a knowledgeable (in the subject), programmer can achieve, is dificult. Of course, you'll have to learn and experiment somewhat to tune your program. There must be some biometric programming info available in papers and such. Any luck

[algogeeks] Re: FingerPrints recognition

2006-06-30 Thread adak
No. But if I had to code one, I'd start with getting the program to scan through the image and output data from it that can be compared with other fingerprints. Seems a natural for a large 2D array to hold the image data. Your program would need a little fudge factor since the same finger will

[algogeeks] Re: FingerPrints recognition

2006-06-30 Thread Lukas Ĺ alkauskas
I know this, but how to determinate data from it and what data use for comparing here is a problem, to scan image is easy. IMHO need to use neuro algos.On 30/06/06, adak [EMAIL PROTECTED] wrote: No.But if I had to code one, I'd start with getting the program to scanthrough the image and output