How can I segment image using pso (particle swarm optimization)?
古いコメントを表示
pso is nature inspired optimization technique based on bird flock or fish school behaviour.
7 件のコメント
Walter Roberson
2015 年 10 月 26 日
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
2015 年 11 月 6 日
Image Analyst
2015 年 11 月 6 日
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
2015 年 11 月 6 日
shivali k
2015 年 11 月 6 日
Image Analyst
2015 年 11 月 6 日
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
2019 年 3 月 20 日
if u get this code plz send it 2 me
neehal.fawzt91@yahoo.com
採用された回答
その他の回答 (2 件)
Nandhini Sankar
2018 年 1 月 14 日
0 投票
Sir, how to write PSO matlab code for filter method please help me...
1 件のコメント
Image Analyst
2018 年 1 月 14 日
Seshan S
2022 年 5 月 25 日
0 投票
Hello @Image Analyst
I need to implement Ant Colony Optimization Algorithm to Segment Breat Tumor from the mammogram image. Need your help sir!!!

1 件のコメント
Image Analyst
2022 年 5 月 25 日
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.
カテゴリ
ヘルプ センター および File Exchange で Particle Swarm についてさらに検索
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!