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.

How to load an image from a fingerprint scanner in Matlab?

Status
Not open for further replies.

fatimajoy

Junior Member level 3
Joined
May 25, 2007
Messages
25
Helped
1
Reputation
2
Reaction score
0
Trophy points
1,281
Activity points
1,447
hi! how can I load an image from a fingerprint scanner into matlab? thanks!
 

load image in matlab

hi
It's very simple .
if u refer to toolbox help (Image processinh) u can find your answer
 
how to read image in matlab

I guess, its not that simple. If you have to read from the scanner, then I am afraid you have to interface with the device?? I personally have not done any in Matlab. But i think there is no alternative.

regards,
cedance.
 

load image matlab

heloo
how to interface with matlab plz help me
reply soon

Added after 1 minutes:

what command will be used in matlab to interface with hardware
 

matlab image load

If you are doing post processing use:
READBMP Read image data from a BMP file.
READGIF Read an image from a GIF file.
READHDF Read an image from an HDF file.
READJPG Read image data from a JPEG file.
READPCX Read image data from a PCX file.
READPNG Read an image from a PNG file.
READTIF Read an image from a TIFF file.
READXWD Read image data from an XWD file.
RJPGC Read a JPEG image.
RTIFC Read a TIFF image.

To do real time acquisition from your Scanner you will have to get the programing
info from the scanner and figure it out yourself. You might be able to use
a MEX file or Active X in Matlab.

Good luck
 

how to read a image in matlab

I found the mex file for the scanner but how can i open the file in matlab? is there a command for this? thanks!
 

    V

    Points: 2
    Helpful Answer Positive Rating
Re: how to read a image in matlab

I found the mex file for the scanner but how can i open the file in matlab? is there a command for this? thanks!
what is mex file and where you found plz help
 

Status
Not open for further replies.

Part and Inventory Search

Welcome to EDABoard.com

Sponsor

Back
Top