photo

Soumyajit Pal


St Xavier's College Kolkata (Autonomous)

Last seen: 2년 초과 전 2016년부터 활동

Followers: 0   Following: 0

메시지

A quiet, enthusiastic person who wants to learn more!! My fields of interest include Image Processing, Networking, Object Oriented Technology and Artificial Intelligence.

통계학

  • Thankful Level 1

배지 보기

Feeds

보기 기준

질문


How do I identify the branch points between topmost and bottom most endpoints on the shortest path? Please help.
%Code for topmost and bottom most endpoints endpoints = bwmorph(clnKonkal, 'endpoints'); [node_y, node_x] = find(end...

8년 초과 전 | 답변 수: 1 | 0

1

답변

질문


How do I find fork points of a skeleton? By fork point, I mean, a skeleton point having more than two adjacent points. Please help.
skltn = bwmorph(binaryImage, 'skel', Inf); %obtaining skeleton of a binary image %Now, how do I go about finding the fork ...

8년 초과 전 | 답변 수: 1 | 0

1

답변

질문


How do I find the topmost, bottomost, leftmost and rightmost endpoints of a skeleton of a binary image? Please help.
skltn = bwmorph(binaryImage, 'skel', Inf); %getting skeleton of binary image endpts = bwmorph(skltn, 'endpoints'); %...

8년 초과 전 | 답변 수: 1 | 0

1

답변

질문


How do I get the fork points of a skeleton of an image?
I want to find the fork points of a skeleton of an image. I have obtained the skeleton of the image using the bwmorph(binaryImag...

8년 초과 전 | 답변 수: 1 | 0

1

답변