photo

santosh patil


自 2015 起处于活动状态

Followers: 0   Following: 0

统计学

MATLAB Answers

6 个提问
0 个回答

排名
105,804
of 300,429

声誉
0

贡献数
6 个提问
0 个回答

回答接受率
16.67%

收到投票数
0

排名
 of 20,976

声誉
N/A

平均
0.00

贡献数
0 文件

下载次数
0

ALL TIME 下载次数
0

排名

of 168,781

贡献数
0 个问题
0 个答案

评分
0

徽章数量
0

贡献数
0 帖子

贡献数
0 公开的 个频道

平均

贡献数
0 个亮点

平均赞数

  • Thankful Level 1

查看徽章

Feeds

排序方式:

提问


how to resolve index exceeds matrix dimensions in matlab?
i am trying to read series of dicom images from a folder named as series 8.below is code to read series of dicom images from a p...

10 years 前 | 2 个回答 | 0

2

个回答

提问


how can i convert Dicom directory (series of dicom images) to 3D volume image??
i have almost 80 dicom images in a folder now i want to convert these series of dicom images to a 3d volume.below is the code wh...

10 years 前 | 0 个回答 | 0

0

个回答

提问


how to find perimeter of object without using bwperim?
i am using BW2 = bwperim(BW) inbuilt function to find perimeter of an image. now i want to undestand how this exactly works? how...

10 years 前 | 1 个回答 | 0

1

个回答

提问


how to put rectangle for labeled images?? which is labeled using CC = bwconncomp(BW)
i labeled an image using CC = bwconncomp(BW); and masking the label with maximum area using code numPixels = cellfun(@numel...

10 years 前 | 0 个回答 | 0

0

个回答

提问


how to draw rectangle for biggest labeled area in an image??
i labeled an image using CC = bwconncomp(BW). and found the biggest area labeled using numPixels = cellfun(@numel,CC.Pixel...

10 years 前 | 0 个回答 | 0

0

个回答

提问


how to calculate the area of different labels and remove the labels with smaller area??
i labeled an image using CC = bwconncomp(BW).how to find area of different labels?? and how do i remove labels with smaller area...

10 years 前 | 2 个回答 | 0

2

个回答