Click here to Skip to main content
15,912,897 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
sir we are doing a project on matlab image processing ,
by using matlab, texture classification of a objet is the mail moto of the project for this there is any previous developed codes are availlable,if it is where it can

pls suggest which isthe best way to this project

thank you,
ragards
ramaraju
Posted

1 solution

Well i won't provide any code on this since in my opinion it would be best for yourself if you try to code something on your own. I mean at least you want to learn coding don't you?

For image processing within Matlab you should use the Image Processing Toolbox (IPT) if it is available (licensed) for you. Many fundamental functions for image processing are provided within this toolbox. If you dont have access to this but are forced to use Matlab, you'll have to code pretty much stuff on your own.

If you are free of choice in your used programming language you can also look for openCV which can be sued farely easy with Python or C++. Also ITK is a popular free image processing library for C++.
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900