charles - MATLAB Central
photo

charles


自 2017 起处于活动状态

Followers: 0   Following: 0

消息

统计学

MATLAB AnswersFrom 07/17 to 04/25Use left and right arrows to move selectionFrom 07/17Use left and right arrows to move left selectionTo 04/25Use left and right arrows to move right selectionUse TAB to select grip buttons or left and right arrows to change selection100%
MATLAB Answers

3 个提问
1 个回答

排名
40,560
of 298,116

声誉
1

贡献数
3 个提问
1 个回答

回答接受率
66.67%

收到投票数
1

排名
 of 20,535

声誉
N/A

平均
0.00

贡献数
0 文件

下载次数
0

ALL TIME 下载次数
0

排名

of 160,402

贡献数
0 个问题
0 个答案

评分
0

徽章数量
0

贡献数
0 帖子

贡献数
0 公开的 个频道

平均

贡献数
0 个亮点

平均赞数

  • First Review
  • Thankful Level 1

查看徽章

Feeds

排序方式:

提问


How do you calculate the radius in a 3D tubular structure?
I'm trying to calculate the radius at every point in a root of a plant. What I have is a 3D image of that root. I have already s...

7 years 前 | 1 个回答 | 1

1

个回答

已回答
Somehow my code doesn't work and I don't know why
Worked it out myself. sphere = zeros(dimx,dimy,dimz); sphere(seed_point{:})=1; B = bwdist(sphere) <= count; I put ...

7 years 前 | 0

| 已接受

提问


Somehow my code doesn't work and I don't know why
I'm writing an algorithm to succesfully segment 3D images of roots in soil. I have to seperate the main root from the first orde...

7 years 前 | 2 个回答 | 0

2

个回答

提问


How can I rewrite this code as to ommit the for loop?
I'm writting a script for root (of plants) analysis. I work with quite large datasets (1000*1000*1000 pixels) and therefor I wou...

7 years 前 | 1 个回答 | 0

1

个回答