I need matlab code for optimization techniques which is suited for texture image
Show older comments
I am working on texture image classification using BPNN classifier.I have extracted GLCM feature and I need to select the best features among 22 GLCM features.I need the best Optimization technique for texture images with code
15 Comments
Walter Roberson
on 26 Oct 2018
What is being optimized?
GNANAPRAKASH V
on 27 Oct 2018
Walter Roberson
on 27 Oct 2018
Which GLCM parameters? Number of intensity levels?
GNANAPRAKASH V
on 28 Oct 2018
Image Analyst
on 28 Oct 2018
You're not answering clearly in a way that allows anyone to help you. OK, let's try it a different way. Let's say that you had two sets of GLCM parameters: one that was "optimized" and one that was NOT. How would you know the difference? Or, if I just gave you a random set of parameters, and you told me "No, that is not optimized", then how would you know to say that? What metric are you looking at to determine if the set of parameters is good or not?
Walter Roberson
on 28 Oct 2018
GNANAPRAKASH V
on 28 Oct 2018
Walter Roberson
on 28 Oct 2018
Then have a look at the above link, which outlines the available choices.
GNANAPRAKASH V
on 31 Oct 2018
GNANAPRAKASH V
on 31 Oct 2018
Walter Roberson
on 31 Oct 2018
Edited: Walter Roberson
on 31 Oct 2018
That link refers to Regularization for removing redundant features. That was a kink to https://www.mathworks.com/discovery/regularization.html
That page in turn links to two blog posts and an example with complete code shown for them.
GNANAPRAKASH V
on 31 Oct 2018
GNANAPRAKASH V
on 31 Oct 2018
Walter Roberson
on 31 Oct 2018
"Can I import excel file data to that code...."
No. But you can modify the code to accept data from a file.
"Where I can do my novelty work in that code or feature selection algorithm"
Anywhere you want.
I am getting the impression that you are looking for complete code that already does everything you need, and yet at the same time is very very obvious as to how you would modify it to do new things (and yet at the same time it has to already have those new things already in place.)
The material I linked to is blog posts and sample code and File Exchange Contributions and a Webinar, all demonstrating how to use the techniques. It is not intended as an exact solution for your needs. The exact code for what you need does not already exist, and you need to write it.
GNANAPRAKASH V
on 1 Nov 2018
Answers (0)
Categories
Find more on Image Category Classification in Help Center and File Exchange
Products
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!