Forum Discussion
Image processing project
I am in final year of my B.TECH and i have chosen image processing as subject of my final year project. I want to make either image detection, fingerprint detection or smthng u can suggest. But i am no getting the material to study and from where to start. Can you pls suggest me sum books which will help me in this. I am using Matlab image processing tool for it. But i have to learn matlab first. I think Mtlab help tutorials are good enough to learn from. But tell me some book from where i can learn. will i be needing some other toolboxes too..?
Please suggest me something. I want to start my project as soon as possible.. Thank you10 Replies
- Altera_Forum
Honored Contributor
for Matlab the best which i used is digital image processing using Matlab written by RC Gonzalez. it is the best book to get started and you can also use the Matlab image processing toolbox help for more deeply started. hopes it works
- Altera_Forum
Honored Contributor
The best thing to start a project on image processing is to get started by Matlab help and demos , they are the most relaible and helpful stuff i found in my current FYP which is also based Image Processing . Hope it can work .
Regards Umair Arif - Altera_Forum
Honored Contributor
Two excellent books on image processing:
practical algorithms for image analysis Second Edition L. O'Gorman, M. J. Sammon, M. Seul ISBN 978-0-521-88411-2 and digital image processing Third Edition R. C. Gonzalez, R. E. Woods ISBN 0-13-168728-x 978-0-13-168728-8 - Altera_Forum
Honored Contributor
thanks a lot:D
- Altera_Forum
Honored Contributor
both are great books
- Altera_Forum
Honored Contributor
Gonzalez and Woods is a very good book.
- Altera_Forum
Honored Contributor
OpenCV is better.
- Altera_Forum
Honored Contributor
am doing my project on image processing(enhancement) using fpga.
how to read .txt file into verilog. and is it possible directly read image(.jpg) into verilog coding or interface with vertex-2-pro kit. now am writing code for simple negative transform ( s=L-1-r ), please help me for this. - Altera_Forum
Honored Contributor
First the Vertex isn't an Altera FPGA, you should go to a Xilinx forum to ask your question.
Second you can't directly "read a file" with HDL. You can create an IP that uses configuration registers and data streams, but if you need file access it is better to use an embedded CPU with some software for that part. - Altera_Forum
Honored Contributor
great books!