Clear Filters
Clear Filters

image features such as average, energy etc.

2 views (last 30 days)
hi,
Image can be represented as a singe feature like energy, mean, entropy, etc. I would like to know that is there any other single feature with which an IMAGE can be represented.
Thanks

Accepted Answer

Image Analyst
Image Analyst on 25 Jun 2015
Yes, of course it can. Just pick one that is meaningful for what you want to discover about the image. Which one you pick depends on what you want to find out about the image. Maybe it's the mean, or maybe it's the average blob diameter, or maybe it's the area fraction or standard deviation or whatever. What do you think you might want to measure? Can you attach and image and explain what things are in it and what you want to measure?
  2 Comments
shishir
shishir on 27 Jun 2015
Thank you very much sir,
Actually, I want to classify the images on the basis of TEXTURE in order to differentiate between the normal and the diseased image.
So I require that feature for ex. mean or energy etc.which can be used for the purpose.
Image Analyst
Image Analyst on 27 Jun 2015
OK. Good luck. There are functions like stdfilt() and entropyfilt() to help you.

Sign in to comment.

More Answers (0)

Community Treasure Hunt

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

Start Hunting!