Community Profile

photo

charles


2017 年からアクティブ

Followers: 0   Following: 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...

6年以上 前 | 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 ...

6年以上 前 | 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...

6年以上 前 | 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...

6年以上 前 | 1 件の回答 | 0

1

回答