How to draw correct path for this image

Above is my input(model) file. Left starting corner is starting point and right end is finishing. So i want to draw correct path from start to end. So anyone help me to get the output file like below

 採用された回答

Image Analyst
Image Analyst 2014 年 1 月 7 日

0 投票

This is what my maze solving program does. Go to my File Exchange to get it: http://www.mathworks.com/matlabcentral/fileexchange/?term=authorid%3A31862

4 件のコメント

saravanakumar D
saravanakumar D 2014 年 1 月 8 日
But sir, But my input image is not a maze. So your problem wont work. I through your program. Algorithm of your program is getting path between two walls.
But in my case, I want to detect correct path and draw the correct path. Can you please tell anyother algorithm to solve my problem?
Image Analyst
Image Analyst 2014 年 1 月 8 日
編集済み: Image Analyst 2014 年 1 月 14 日
I don't understand why you can't realize that your image can be thought of as a maze. You can try Cris Luengo's maze solver if you don't like mine: http://www.cb.uu.se/~cris/blog/index.php/archives/277
But if you just cannot understand why your system is a maze, then you can try an alternative method using the geodesic distance. See Steve's blog: http://blogs.mathworks.com/steve/2011/11/01/exploring-shortest-paths-part-1/
saravanakumar D
saravanakumar D 2014 年 1 月 15 日
But it's not have two walls.It's not perfect maze
Image Analyst
Image Analyst 2014 年 1 月 15 日
Well you can make it one by cropping and extending. Anyway, why don't you use bwdistgeodesic like Alex and Steve show you?

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

その他の回答 (1 件)

Alex Taylor
Alex Taylor 2014 年 1 月 15 日

0 投票

The Image Processing Toolbox functions bwdistgeodesic and graydist can be used to solve this problem. This is explored in the following blog post:
That Image Analyst already provided.

カテゴリ

ヘルプ センター および File ExchangeImage Processing Toolbox についてさらに検索

Community Treasure Hunt

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

Start Hunting!

Translated by