photo

charles


2017년부터 활동

Followers: 0   Following: 0

메시지

통계

MATLAB Answers

3 질문
1 답변

순위
40,327
of 300,365

평판
1

참여
3 질문
1 답변

답변 채택
66.67%

획득한 표
1

순위
 of 20,933

평판
N/A

평균 평점
0.00

참여
0 파일

다운로드 수
0

ALL TIME 다운로드 수
0

순위

of 168,262

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

대략 8년 전 | 답변 수: 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 ...

대략 8년 전 | 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...

대략 8년 전 | 답변 수: 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...

8년 초과 전 | 답변 수: 1 | 0

1

답변