photo

Soumyajit Pal


St Xavier's College Kolkata (Autonomous)

Last seen: 3 years 前 自 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.

统计学

MATLAB Answers

4 个提问
0 个回答

排名
64,235
of 299,759

声誉
0

贡献数
4 个提问
0 个回答

回答接受率
75.0%

收到投票数
0

排名
 of 20,794

声誉
N/A

平均
0.00

贡献数
0 文件

下载次数
0

ALL TIME 下载次数
0

排名

of 165,756

贡献数
0 个问题
0 个答案

评分
0

徽章数量
0

贡献数
0 帖子

贡献数
0 公开的 个频道

平均

贡献数
0 个亮点

平均赞数

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

9 years 前 | 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 ...

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

9 years 前 | 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...

9 years 前 | 1 个回答 | 0

1

个回答