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 ganesh449

  1. G

    finding Resolution of image

    how to find resolution of an image using matlab code??? is size of image i,e number of rows and columns is resolution of image.....
  2. G

    About rotation of vector by an angle in MATLAB

    Hi friends, In my MATLAB project regarding "Non-minutiae based fingerprint images matching" i have a scenario,in which step1: I have to extract the feature vector of a trained image and similar way i have to extract the feature vector of a testing image...
  3. G

    Comparison for existance of duplicate files in folder in MATLAB?

    I am very much thankful for your reply ninju...I worked it out successfully... Regards, RVL.GANESH
  4. G

    Comparison for existence of duplicate files in folder in MATLAB?

    Hi friends, In my MATLAB project i have a scenario,in which i have to extract the features of an image and store all the files with a specified name in a folder.Now my issue is how can i know the existence of file name already in that folder.I need a MATLAB code for the...
  5. G

    Comparison for existance of duplicate files in folder in MATLAB?

    Hi friends, In my MATLAB project i have a scenario,in which i have to extract the features of an image and store all the files with a specified name in a folder.Now my issue is how can i know the existence of file name already in that folder.I need a MATLAB code for the...
  6. G

    ABOUT STABLE VERSION OF MATLAB R2006a(student version) AND MATLAB R2008a(student ver?

    Hi, I have implemented my project using MATLAB R2006a(student version).when i tried to execute the same code on MATLAB R2008a(student version) it is showing errors.someone is saying that MATLAB R2008a is failure version not stable.so use only MATLAB R2006a. I...
  7. G

    stable version of MATLAB among MATLAB R2008a and MATLAB R2006

    Hi, I have implemented my project using MATLAB R2006a.when i tried to execute the same code on MATLAB R2008a it is showing errors.someone is saying that MATLAB R2008a is failure version not stable.so use only MATLAB R2006a. I WANT TO KNOW WHICH IS STABLE...
  8. G

    About Interridgedistance parameter of fingrprint image

    Hi, I have one doubt about interridgedistance parameter that will be used for false minutiae removal in fingerprint images comparison.Here i am using FVC 2000 database.I red in one document that its value is fixed (we can take any value that satisfy all images)(D=6 to 10).I want to know is it...
  9. G

    Matlab codes for Eucledean distance for fingerprint image

    Re: Matlab codes for Eucledean distance for fingerprint imag Try this one... function D=DistEuclidian(dataset1,dataset2) h = waitbar(0,'Distance Computation'); switch nargin case 1 [m1,n1]=size(dataset1); m2=m1; D=zeros(m1,m2); for i=1:m1...
  10. G

    Calaculation of Interridge distance for fingerprint image

    **broken link removed** In the above link before process 1 step he has taken D=6,i searched for how to find D value but when i wrote some sample code it is giving values 2.22... something .Can you correct my code and give me correct process.Thanks in advance. I have one doubt about...
  11. G

    implementing gabor filter on FPGA

    Hi vipinlal, I am Thankful for your reply.I have one doubt about interridegedistance parameter that will be used for false minutiae removal in fingerptin images comparison.In one document i found that it is calaculated using the procedure given here,we first calculate the inter ridge...
  12. G

    [SOLVED] matlab source code for fingerprint matching

    Hi guys, As already u have completed working gaborfilter.If u don't mind can u guys post the mat lab code for gaborfilter as i am doing my project on fingerprint images comparison. Thanks in Advance.. Regards, GANESH
  13. G

    Can I help me about fingerprint project Using Gabor Filter ( C++ code )

    Hi guys, As already u have completed working gaborfilter.If u don't mind can u guys post the mat lab code for gaborfilter as i am doing my project on fingerprint images comparison. Thanks in Advance..Mailid is: ganesh_rvlg@yahoo.com Regards, GANESH
  14. G

    gabor filter for face recgonation in e-attendance

    Hi guys, As already u have completed working gaborfilter.If u don't mind can u guys post the mat lab code for gaborfilter as i am doing my project on fingerprint images comparison. Thanks in Advance.. Regards, GANESH
  15. G

    implementing gabor filter on FPGA

    Hi guys, As already u have completed working gaborfilter.If u don't mind can u guys post the mat lab code for gaborfilter as i am doing my project on fingerprint images comparison. Thanks in Advance.. Regards, GANESH

Part and Inventory Search

Back
Top