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 Kamel2010

  1. K

    Iris recognition system using Haar Wavelet

    Hello, How can i extract relevent information using Haar wavelet for iris recognition? My idea is to extract features from normalised iris without using noise mask. For that, i calcluted approximation and vertical details at 4 level, and i reshape it to vector. After that, i effectuated...
  2. K

    Genuine and imposter scores

    Thank's BradtheRad, I run my code just once, I have optimistic.mat folder containing vectors FAR, FRR with size 16. it's knowns that GAR=1-FRR, and I calculated mean and std for GAR and FAR .I also used pdf function to estimate probabilities vs normalized hamming distance. I should have this...
  3. K

    Gabor filter for fingerprints enhancement

    Hi AeonJo, A Gabor filter is sin modulated with gaussian and it works with rotation i means orientation and frenquency and other parameters..I suggest to you to download simply Gabor filter toolbox from web..you can find easly this tool ...well, i think using sobel is best way to generate edge
  4. K

    Genuine and imposter scores

    Hi, I tried to generate genuine and imposter scores, in purpose to evaluate my iris dual authentication system (Multimodal biometric system). Following is my first trial on coding using Matlab: load('optimistic.mat'); xcut = 0.05:0.05:0.8; GAR=100-FRR; sigma1 = std(GAR)...

Part and Inventory Search

Back
Top