How to find locations of pixels that leads to one pixel to another pixel ?

1 回表示 (過去 30 日間)
Mohammad Bhat
Mohammad Bhat 2018 年 8 月 1 日
回答済み: Image Analyst 2018 年 8 月 1 日
Hi,
I want to get the location of pixels that leads from one pixel to another pixel
Or pixel locations along the path???
  4 件のコメント
Mohammad Bhat
Mohammad Bhat 2018 年 8 月 1 日
where kl_thin is the binary image. I want to find pixels between two pixels whose coordinates are
p1(r1,c1)...............,p2(r2,c2)
I did this
s = regionprops(kl_thin(c1,r2),'PixelIdxList');
is it correct
jonas
jonas 2018 年 8 月 1 日
I don't know. You need to provide some data if you want detailed help.

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

回答 (1 件)

Image Analyst
Image Analyst 2018 年 8 月 1 日

カテゴリ

Help Center および 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