How can I segment image using pso (particle swarm optimization)?
Afficher commentaires plus anciens
pso is nature inspired optimization technique based on bird flock or fish school behaviour.
7 commentaires
Walter Roberson
le 26 Oct 2015
In order to use PSO, you need a cost function, a measure of how good any particular possibility is, with lower values being better. What would be your cost function for segmentation? What would the inputs look like, and how can you tell how good the choice is?
shivali k
le 6 Nov 2015
Image Analyst
le 6 Nov 2015
At what point do you want to use PSO? To produce an image that you can threshold, or to use on an existing image in the threshold determination algorithm? If it's the latter, why not just use traditional threshold determination algorithms?
shivali k
le 6 Nov 2015
shivali k
le 6 Nov 2015
Image Analyst
le 6 Nov 2015
I have not heard of any method using PSO to compute a threshold. Why do you think there is? Why is it better than any other method? Have you seen my interactive thresholding method?
Nehal fawzy
le 20 Mar 2019
if u get this code plz send it 2 me
neehal.fawzt91@yahoo.com
Réponse acceptée
Plus de réponses (2)
Nandhini Sankar
le 14 Jan 2018
0 votes
Sir, how to write PSO matlab code for filter method please help me...
1 commentaire
Image Analyst
le 14 Jan 2018
Seshan S
le 25 Mai 2022
0 votes
Hello @Image Analyst
I need to implement Ant Colony Optimization Algorithm to Segment Breat Tumor from the mammogram image. Need your help sir!!!

1 commentaire
Image Analyst
le 25 Mai 2022
What sort of help do you need? You didn't say. I don't have any ant colony code and I can't write a turnkey application for you. There is ACO code in the File Exchange.
Try to adapt one of those.
Catégories
En savoir plus sur Particle Swarm dans Centre d'aide et File Exchange
Produits
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!