I am working in the field of image fusion (HSV method) and I want to use the gray wolf optimizer algorithm for selecting the optimum pixels through three different images.
my problem is changing the source GWO code to get a result.
Could you better explain what you are selecting in each image?
I'm not familiar with gray wolf, but I believe you must define a fitness function that evaluates the selected pixel (PSO and genetic algorithm both work this way). Here, for example (https://link.springer.com/article/10.1007%2Fs11760-021-01908-3), I used genetic algorithm to select the best combination of channels in an image.