find the shortest path
古いコメントを表示
i have 2 set of coordinates S1-S25 (set 1) and D1-D10 (set2)
i have connection between coordinates
my start points are from set1 and destination points from set2
if i select start and destination points, and i can go only through the path that has connection
how to reach destination using the given path, also i need to use shortest path
eg: i need to go from S7 to D8, using the specified path
採用された回答
その他の回答 (2 件)
Kelly Kearney
2019 年 4 月 10 日
2 投票
Take a look at graph and digraph objects; the shortestpath function provides several different algorithms to calculate this for a given graph.
Image Analyst
2019 年 4 月 11 日
1 投票
See Steve Eddins's blog series on this: MathWorks Image Processing Blog
4 件のコメント
Image Analyst
2019 年 4 月 12 日
You can use impixelinfo() to find out what row and column of the image contains the Urdu text, then just set it to black
rgbImage(row1:row2, col1:col2, :) = 0; % Erase box.
Walter Roberson
2019 年 4 月 12 日
Segmentation does not have to do with shortest path, so this should be in a different Question.
@Image Analyst
Thank You so much, for you help. I have one more question. sir when i extract all words they extrated randomly, i want to extract them in sequence like in image first "Name" then "Muhammad" then "Mughees" then "Raza" and so on.. can you please tell how i do this?
Walter Roberson
2019 年 4 月 13 日
Umar Awan:
This Question is about finding shortest path. Asking about optical character recognition is off topic for this Question. You need to start your own Question.
カテゴリ
ヘルプ センター および File Exchange で Graph and Network Algorithms についてさらに検索
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!