How can I segment image using pso (particle swarm optimization)?
Show older comments
pso is nature inspired optimization technique based on bird flock or fish school behaviour.
7 Comments
Walter Roberson
on 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
on 6 Nov 2015
Image Analyst
on 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
on 6 Nov 2015
shivali k
on 6 Nov 2015
Image Analyst
on 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
on 20 Mar 2019
if u get this code plz send it 2 me
neehal.fawzt91@yahoo.com
Accepted Answer
More Answers (2)
Nandhini Sankar
on 14 Jan 2018
0 votes
Sir, how to write PSO matlab code for filter method please help me...
1 Comment
Image Analyst
on 14 Jan 2018
Seshan S
on 25 May 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 Comment
Image Analyst
on 25 May 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.
Categories
Find more on Particle Swarm in Help Center and File Exchange
Products
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!