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.

Recent content by koosdoos

  1. K

    help required with matlab code for fingerprint matching

    Howzit buddy, OK, what are you using the Euclidian distance for ? SpuriousMinutae=Distance<D; (Maybe you should set your D to less, cause you are losing most of your minutia points here.)
  2. K

    Simple UPS(1000w to 1500w)Circuits Required

    ups 500w circuit Great circuit ssajidhb, will give it a try.
  3. K

    simple object recognition

    What are you feeding (input) into the ann ?
  4. K

    need matlab code for fingerprint classification

    fingerprint classification 2007 Hi buddy , in this forum you will be able to find everything you need (theory & code ) I'll check my own code and see if i can upload it onto the forum . Why dont you try writing the code yourself ? You'll have a beter understanding of how it works and maybe u...
  5. K

    fingerprint matching help please

    Hi , OK , ive done a couple of projects on Fingerprint matching , what do you mean by 'elastic matching' ? Lekke
  6. K

    fingerprint recognition

    Hi kejunconsult , Ive done a project a while back using Neural networks for fingerprint recognition . The Neural net was a MLP using BP . What would you like to know about your project ? Regards KoosDoos
  7. K

    Fingerprint Recognition in MATLAB

    Hi there , all you need is on this site . Do a search on fingerprint recognition. You'll find lots of papers and links to get yourself started . If you have any questions post them here . I think there will be lots of us that will help u here . Check out these from the Forum: h**p:// h**p://...
  8. K

    Fingerprint Recognition project

    projects for fingerprint recognition Here it goes , the code for Poinare as posted by Leekk8 ( Thanks Leekk8) : function [ output_args ] = poincare-leek( input_args ) [row col]=size(Orient); %Orient is the directional field after averaged for X=2:1:row-Poin_Block_Size-2 for...
  9. K

    Fingerprint Recognition project

    projects on fingerprint recognition system Hi Konarkk , Ive seen this code , but it is not very explanatory . Ive dont know how to implement it , any ideas ? Thanks
  10. K

    Fingerprint Recognition project

    fingerprint recognition project Hi guys , Ive started a project using MatLab for fingerprint recognition . I have stumbled onto a problem with finding the center of the fingerprint , ie. the core of the fingerprint . Currently im using poincare to solve it , but its incorect . Due to that...
  11. K

    Fingerprint Ridge Crossing

    Thanks SmileySam , Looking at the formula you gave me: 'y=mx+c' is 'm' the slope of the line ? Thank you for your help . Regards koosdoos
  12. K

    Fingerprint Ridge Crossing

    Hi guys , Does anyone know how to count the number of crossings between 2 minutiae in a fingerprint image ? For an example ive attached an image to make it a bit easier to understand . Looking at the image , two minutiae are marked in red . OK . So connecting the 2 minutiae with a blue line...
  13. K

    Delaunay Matching ( Help )

    Hi again guys , Do anyone know how to match to sets of delaunay triangles . Any help regarding this will be very much appreciated . Thanks alot Koosdoos
  14. K

    Help me understand a program for orientation image like fingerprint

    Fingerprint Help? Hi again zahedpoor Can you maybe post the paper/link of peter's paper from Wau university so that i can see what he is actually doing and what you want to do . Regards KoosDoos
  15. K

    How to calculate the amount of overlap between two delaunay traingles?

    Hi guys , Does anyone know how to calculate the amount of overlap between two delaunay traingles ? The thing is that ive got two fingerprint images that i extract minutiae from . Now for each fingerprint image i calculate the delaunay triangles (using the minutaie points for refrence) . Now i...

Part and Inventory Search

Back
Top