I need matlab code for optimization techniques which is suited for texture image
Ältere Kommentare anzeigen
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 Kommentare
Walter Roberson
am 26 Okt. 2018
What is being optimized?
GNANAPRAKASH V
am 27 Okt. 2018
Walter Roberson
am 27 Okt. 2018
Which GLCM parameters? Number of intensity levels?
GNANAPRAKASH V
am 28 Okt. 2018
Image Analyst
am 28 Okt. 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
am 28 Okt. 2018
GNANAPRAKASH V
am 28 Okt. 2018
Walter Roberson
am 28 Okt. 2018
Then have a look at the above link, which outlines the available choices.
GNANAPRAKASH V
am 31 Okt. 2018
GNANAPRAKASH V
am 31 Okt. 2018
Walter Roberson
am 31 Okt. 2018
Bearbeitet: Walter Roberson
am 31 Okt. 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
am 31 Okt. 2018
GNANAPRAKASH V
am 31 Okt. 2018
Walter Roberson
am 31 Okt. 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
am 1 Nov. 2018
Antworten (0)
Kategorien
Mehr zu Image Category Classification finden Sie in Hilfe-Center und File Exchange
Produkte
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!