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 fmb925

  1. F

    fingerprint classification when we have minutias

    hi. I have a code for fingerprint matching.my output is a n*3 matrix for end-minutia and n*2 matrix for branchs. 1. what is the meaning of 3 dim for end points. 2.how can i use this two matrix for my input in classifiction? 3.I should use position of minutia for match? thank u.
  2. F

    please answer my question from code

    hi,friends in fingerprint codes,like this: for i=1:W:w for j=1:W:h mean_thres = 0; %white is ridge -> large if i+W-1 <= w & j+W-1 <= h mean_thres = mean2(a(i:i+W-1,j:j+W-1)); %threshold value is choosed mean_thres = 0.8*mean_thres; ... why we should start from...
  3. F

    [SOLVED] matlab source code for fingerprint matching

    Re: fingerprint matching code hi. .p files: you can make work directory in matlab path. and put .p files in it. then run matlab and type main function in command window

Part and Inventory Search

Back
Top