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 CenterFile Exchange에서 Image Segmentation and Analysis에 대해 자세히 알아보기

Community Treasure Hunt

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

Start Hunting!

Translated by