Dominant Features Extraction from an image using genetic algorithm

조회 수: 2 (최근 30일)
Ujjwal
Ujjwal 2017년 2월 15일
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!

답변 (1개)

S. Muhammad Hossein Mousavi
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

카테고리

Help CenterFile Exchange에서 Genetic Algorithm에 대해 자세히 알아보기

Community Treasure Hunt

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

Start Hunting!

Translated by