Dominant Features Extraction from an image using genetic algorithm
2 vues (au cours des 30 derniers jours)
Afficher commentaires plus anciens
I am looking forward to extracting dominant features from a color image using genetic algorithm to feed it into neural networks for detection of object. I got basic understanding about genetic algorithm but chromosome encoding and fitness function are the two things I am confused about! If I am willing to extract dominant Hue information from a color image using genetic algorithm, how can I do it? how can i encode the chromosomes and define a fitness function? How do I initialize the population for this? The entire image pixels are possible solution and do they need to be included in the initial population? Including an entire image will slow down the process? Please enlighten me about this confusion! Thanks in advance!
0 commentaires
Réponses (1)
S. Muhammad Hossein Mousavi
le 1 Jan 2022
This code of mine is for ACO feature extraction:
https://www.mathworks.com/matlabcentral/fileexchange/104385-aco-image-feature-extraction
0 commentaires
Voir également
Catégories
En savoir plus sur Genetic Algorithm dans Help Center et File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!