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
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
shivali k 2015 年 11 月 6 日
Sir, I am working with finding threshold value for image using pso in matlab. I am not able to do that. I will be very thankful to you if u help me. I don't know exactly from where should i start.
Image Analyst
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
shivali k 2015 年 11 月 6 日
I have used otsu method and got a value of threshold on the basis of which i segmented my image. But i want to calculate threshold using pso. But to write its code in matlab is very difficult for me. I need u to please help me in the code.
shivali k
shivali k 2015 年 11 月 6 日
Sir, graythresh function is used to calculate threhsold of image using otsu method. I have understood the code behind that function.But now I am unable to use pso algorithm in finding value of threshold for my test images. I need your help sir
Image Analyst
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
Nehal fawzy 2019 年 3 月 20 日
if u get this code plz send it 2 me
neehal.fawzt91@yahoo.com

サインインしてコメントする。

 採用された回答

Image Analyst
Image Analyst 2015 年 10 月 26 日

0 投票

There's code for PSO in the File Exchange.

その他の回答 (2 件)

Nandhini Sankar
Nandhini Sankar 2018 年 1 月 14 日

0 投票

Sir, how to write PSO matlab code for filter method please help me...
Seshan S
Seshan S 2022 年 5 月 25 日

0 投票

I need to implement Ant Colony Optimization Algorithm to Segment Breat Tumor from the mammogram image. Need your help sir!!!

1 件のコメント

Image Analyst
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.

サインインしてコメントする。

カテゴリ

Community Treasure Hunt

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

Start Hunting!

Translated by