Dominant Features Extraction from an image using genetic algorithm
2 次查看(过去 30 天)
显示 更早的评论
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 个评论
回答(1 个)
S. Muhammad Hossein Mousavi
2022-1-1
This code of mine is for ACO feature extraction:
https://www.mathworks.com/matlabcentral/fileexchange/104385-aco-image-feature-extraction
0 个评论
另请参阅
类别
在 Help Center 和 File Exchange 中查找有关 Genetic Algorithm 的更多信息
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!