Community Profile

photo

charles


Actif depuis 2017

Followers: 0   Following: 0

Contact

Statistiques

  • First Review
  • Thankful Level 1

Afficher les badges

Feeds

Afficher par

Question


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

plus de 6 ans il y a | 1 réponse | 1

1

réponse

A répondu
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 ...

plus de 6 ans il y a | 0

| A accepté

Question


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

plus de 6 ans il y a | 2 réponses | 0

2

réponses

Question


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

plus de 6 ans il y a | 1 réponse | 0

1

réponse