Code covered by the BSD License  

Highlights from
Image Edge Detection Using Ant Colony Optimization

3.5

3.5 | 4 ratings Rate this file 53 Downloads (last 30 days) File Size: 18.41 KB File ID: #20997

Image Edge Detection Using Ant Colony Optimization

by Kanchi

 

07 Aug 2008 (Updated 24 Jan 2011)

Image Edge Detection Using Ant Colony Optimization

| Watch this File

File Information
Description

A demo program of image edge detection using ant colony optimization.

MATLAB release MATLAB 7.1.0 (R14SP3)
Tags for This File  
Everyone's Tags
Tags I've Applied
Add New Tags Please login to tag files.
Comments and Ratings (9)
09 Aug 2008 liudaohai liudaohai

Warning: Divide by zero.
> In func_ant_colony_image_edge_detection at 192
error
??? Subscripted assignment dimension mismatch.

Error in ==> func_ant_colony_image_edge_detection at 205
                ant_pos_idx(ant_idx,1) = ant_next_row_idx;

10 Aug 2008 jichao zhao

func_ant_colony_image_edge_detection
Welcome to demo program of image edge detection using ant colony.
Please wait......
??? Undefined function or method 'sum2' for input arguments of type 'double'.

Error in ==> func_ant_colony_image_edge_detection at 72
                v(rr, cc) = sum2(temp00.^2);

09 Sep 2008 zha spenceer

Cannot work!

>> func_ant_colony_image_edge_detection
Welcome to demo program of image edge detection using ant colony.
Please wait......
??? Error using ==> find
Too many input arguments.

Error in ==> C:\MATLAB6p5\work\func_ant_colony_image_edge_detection.m
On line 196 ==> temp = find(cumsum(ant_transit_prob)>=rand(1), 1);

10 Sep 2008 jing tian

I am using Matlab 7.1. It works well, no issue.
Welcome to demo program of image edge detection using ant colony.
Please wait......
Done!

20 Sep 2008 Vivian Tu  
22 May 2009 Mark Hayworth

Takes a long time to run and the "Progress indicators" are not good. It says 4 times that need to wait and then you are Done! but actually this is only within a loop that gets executed 4 times. Then there's more to do after that, so the messages are very deceptive. Then it doesn't even display the original image or the 4 result images despite the fact that it's not a general purpose routine that returns an image - it's a script with input and output filenames hard-coded into it. Come on, at least you could display the images for us! When I did display them (myself) the results weren't even that good, which may be more the fault of the algorithm than the programmer. And there are several misspellings and so-so documentation. Overall, it needs work if it's going to be a nice demo program (for example a way to pick your own input image, etc.).

03 Dec 2009 Guru

I am doing my project on MRI brain image segmentation using ANT colony optimisation. Can anyone help me to start?

31 Aug 2010 lavanya ananthan

Is this method is applicable for medical images?

02 Mar 2012 vaishnavi

Error in ==> edge_CEC_2008_main at 135
        for step_idx = 1:total_step_num
what is the problem will it work for x ray images

Please login to add a comment or rating.
Updates
11 Aug 2008

A few typos have been fixed. Thanks.

04 Sep 2008

The warnings have been fixed.

05 Jan 2011

Add more comments and document in the file. thanks.

24 Jan 2011

Remove a pdf file, due to a copyright issue.

Tag Activity for this File
Tag Applied By Date/Time
image analysis Kanchi 22 Oct 2008 10:13:35
image processing Kanchi 22 Oct 2008 10:13:35
image edge detection Kanchi 22 Oct 2008 10:13:35
evolutionary computation Kanchi 22 Oct 2008 10:13:35
image edge detection Guru 03 Dec 2009 03:18:28
image analysis Guru 03 Dec 2009 03:18:30
chen chenhongjuan111 chenhongjuan 01 Jun 2011 19:54:28

Contact us at files@mathworks.com