| Author |
Message |
naj.cuizon
Joined: 04 Jul 2005 Posts: 23 Helped: 7
|
04 Jul 2005 12:47 how to segment top of the image in matlab |
|
|
|
|
| can somebody help me in how to use matlab in image processing? i don't know what are the algorithms used in image processing...
|
|
| Back to top |
|
 |
Google AdSense

|
04 Jul 2005 12:47 Ads |
|
|
|
|
|
|
| Back to top |
|
 |
Renjith
Joined: 03 Jan 2005 Posts: 179 Helped: 9 Location: India
|
04 Jul 2005 13:16 image processing algorithm used in matlab |
|
|
|
|
have u seen the image processing demos from matlab?
Matlab has an image processing toolbox, and they have listed the algorithms that they have implemented for those.
Have a look at Malab-toolbox--imageprocessing--demos
|
|
| Back to top |
|
 |
mayyan
Joined: 18 Aug 2001 Posts: 273 Helped: 7
|
04 Jul 2005 14:47 Re: image processing algorithm used in matlab |
|
|
|
|
| You need to explaine more about what to want do do, then you can get more help.
|
|
| Back to top |
|
 |
naj.cuizon
Joined: 04 Jul 2005 Posts: 23 Helped: 7
|
05 Jul 2005 12:28 Re: image processing algorithm used in matlab |
|
|
|
|
haven't seen the image processing toolbox in matlab yet, but i'll be checking it out later... what i wanted to do with matlab was to use it in our project...
here are some details of the project: the gate automatically opens up when it has identified the plate number of the vehicle approaching that has been captured by a camera. the plate number that is identified should match the plate number of the owner of the house...
i really don't know yet where to start with this project and how it goes...but i sure hope you could help me out..
do you think this is easy to do?
|
|
| Back to top |
|
 |
mayyan
Joined: 18 Aug 2001 Posts: 273 Helped: 7
|
05 Jul 2005 13:17 Re: image processing algorithm used in matlab |
|
|
|
|
| I didnt find what you are looking for in the matlab toolbox. What you need is to find OCR algorithm ( OCR stand for Optical Caracter Recogniton ). Search google there are numerous examples.
|
|
| Back to top |
|
 |
naj.cuizon
Joined: 04 Jul 2005 Posts: 23 Helped: 7
|
07 Jul 2005 11:10 Re: image processing algorithm used in matlab |
|
|
|
|
| i tried looking in matlab too but then i wasn't able to find what i was looking for...can you suggest then on what i should do?
|
|
| Back to top |
|
 |
eltonjohn
Joined: 22 Feb 2002 Posts: 1751 Helped: 28
|
07 Jul 2005 22:45 Re: image processing algorithm used in matlab |
|
|
|
|
MATLAB is an ideal tool to do image processing .Images are arrays .And matlab deals with matrices and operations on those .Well arrays are matrices
So get an image processing algorithm book and the sky is the limit .
on top of that MATLAB reads most commun image formats
Cheeers
|
|
| Back to top |
|
 |
amer
Joined: 27 Jul 2004 Posts: 31 Helped: 1
|
11 Jul 2005 20:40 Re: image processing algorithm used in matlab |
|
|
|
|
i m sure that u would find image processing tool in matlab 7, but u dont need image processing toolbox for this project i guess.
by the way, what transforms are u planning to use ??
i suggest u to use zig-zag scanning & apply dct ...
wavelet transforms might be useful too.
anyways plz let me know more about ur project ...
|
|
| Back to top |
|
 |
zhaoyimiao
Joined: 02 Jun 2005 Posts: 38 Helped: 1
|
14 Jul 2005 16:02 image processing algorithm used in matlab |
|
|
|
|
| there is a image processing toolbox in matlab. You can show picture, do LP/HP filtering, enhance edge and so on.
|
|
| Back to top |
|
 |
me2please
Joined: 07 Aug 2004 Posts: 362 Helped: 64
|
14 Jul 2005 16:59 Re: image processing algorithm used in matlab |
|
|
|
|
Your problem is a lot easier because the problem is very restrictive. You don't really need the program to read the plate in general, since it will only need to recognize the exact same plate(s) of the car(s).
You only need to identify and segment the part of the image corresponding to the plate. After applied the appropriate affine transform (rotate, scale) and color adjustment, you can simply use template matching of the read-in car plate with the previouly stored image.
Try
http://www.edaboard.com/viewtopic.php?t=112329&highlight=image
http://www.edaboard.com/viewtopic.php?t=117017&highlight=image
http://www.edaboard.com/viewtopic.php?t=98210&highlight=duda
|
|
| Back to top |
|
 |
swahlah
Joined: 24 Mar 2005 Posts: 145 Helped: 16
|
15 Jul 2005 6:37 Re: image processing algorithm used in matlab |
|
|
|
|
Dear naj.cuizon,
I will recommend you to read the book named
"Digital Image Procession Using Matlab by Gonzeles"
This book contains all that one need to learn image processing alogorithms using matlab.
Here i am attaching few tutorial on MATLAB functions and also some sample files containing Inverse Filter and Weiner Filter and also lots of different filtering Examples i hope you will find it precious.
But again i will recommend you to get the above mentioned book.
Sincerely,
|
|
| Back to top |
|
 |