필터 지우기
필터 지우기

How to Segemnt Volume 3D Objects by Pixel gray scale automatically ?

조회 수: 2 (최근 30일)
voxey
voxey 2019년 3월 8일
댓글: voxey 2019년 3월 11일
How to Segemnt Volume 3D Objects by Pixel gray scale automatically ? can share any idea's?

채택된 답변

Image Analyst
Image Analyst 2019년 3월 8일
Perhaps just threshold
binaryImage = volumetricImage3D > someThresholdValue;
  댓글 수: 1
voxey
voxey 2019년 3월 11일
Thanks Image Analyst, how to set ThresholdValue based on 3D volume image automatically ?

댓글을 달려면 로그인하십시오.

추가 답변 (0개)

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by