photo

Soumyajit Pal


St Xavier's College Kolkata (Autonomous)

Last seen: 3 years ago Active since 2016

Followers: 0   Following: 0

Message

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

Statistics

MATLAB Answers

4 Questions
0 Answers

RANK
264,610
of 300,352

REPUTATION
0

CONTRIBUTIONS
4 Questions
0 Answers

ANSWER ACCEPTANCE
75.0%

VOTES RECEIVED
0

RANK
 of 20,928

REPUTATION
N/A

AVERAGE RATING
0.00

CONTRIBUTIONS
0 Files

DOWNLOADS
0

ALL TIME DOWNLOADS
0

RANK

of 168,212

CONTRIBUTIONS
0 Problems
0 Solutions

SCORE
0

NUMBER OF BADGES
0

CONTRIBUTIONS
0 Posts

CONTRIBUTIONS
0 Public Channels

AVERAGE RATING

CONTRIBUTIONS
0 Highlights

AVERAGE NO. OF LIKES

  • Thankful Level 1

View badges

Feeds

View by

Question


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...

9 years ago | 1 answer | 0

1

answer

Question


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 ...

9 years ago | 1 answer | 0

1

answer

Question


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'); %...

9 years ago | 1 answer | 0

1

answer

Question


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...

9 years ago | 1 answer | 0

1

answer