How can i extract features from an image(fracture) and construct a feature vector from the texture ?

2 views (last 30 days)
Hi i am using matlab 2010a for image processing of fracture images. But i find it difficult to extract features(variance ,smoothness,entropy) from the image? Is it possible to use a generate function call for extracting texture features from such an image?

Accepted Answer

Image Analyst
Image Analyst on 30 Dec 2013
Yes. You write it like any other function. You need to do image analysis to measure whatever you need, such as area, total crack length, average width, number of branchpoints, or whatever. Then string them all together into a vector - that's your "feature vector". See my File Exchagne for demos on image analysis.

More Answers (0)

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!