how to choose which is best

1 view (last 30 days)
FIR
FIR on 17 Dec 2011
hi I have extracted the features of image such as colour ,shape and texture,no i have to apply a technique to select which is best from colour shape or texture,can anyone tell which technique or algorithm to apply please

Accepted Answer

Walter Roberson
Walter Roberson on 17 Dec 2011
The most important technique is to mathematically define what you mean by "best" in this context. Without a mathematical definition for your situation, you are not going to be able to resolve this.
  5 Comments
Walter Roberson
Walter Roberson on 20 Dec 2011
Did you create the requirement of "best", or did someone else? If you are the one who created that requirement, then change the requirements until you get something that you can mathematically define. If someone else created that requirement, go back to them and talk to them about what is required.
I have no algorithms to suggest to you: you have asked for something that does not have a meaning. Your question is like asking "What is best, pizza, beer, or chocolate?"
FIR
FIR on 20 Dec 2011
ok walter i will come back to you after defining the meaning for best

Sign in to comment.

More Answers (1)

Jan
Jan on 19 Dec 2011
It is impossible to give you a valid suggestion. It depends on the input and the wanted output, but you did not define them exactly.
Currently your question is equivalent to: "I have different sets of numbers. Which one is the best?"
Using the Buddha Toolbox, the answer will be:
The one with the smallest information (maximum entropy), because there is no information at all.
  2 Comments
FIR
FIR on 20 Dec 2011
Jan i have posted it ,ok ,in other way i have image features formats stores in cell in .mat file
[1x30 double] [1x60 double] [1x30 double]
[1x30 double] [1x30 double] [1x30 double]
[1x30 double] [1x30 double] [1x30 double]
from these is it able to find which is best,these are the output of three different images,where each row represents extracted features of colour,shape,texture
Jan
Jan on 20 Dec 2011
@FIR: There is still no definition of "best". You have to start from a mathematical definition of "good". If you build the gradient over this expression, you will find the defition of "better". And at the points, where "better" is zero, you get either the "best" or "worst" images.

Sign in to comment.

Community Treasure Hunt

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

Start Hunting!