Volume segmentation using the Fourier surface method

조회 수: 3 (최근 30일)
mohd akmal masud
mohd akmal masud 2023년 1월 7일
편집: mohd akmal masud 2023년 7월 17일
Dear all, anyone know is how to use the Fourier surface method for volume segmentation in SPECT imaging?
That method mention in this paper, on page 3. https://sci-hub.hkvisa.net/10.1186/s13550-017-0262-7
  댓글 수: 1
William Rose
William Rose 2023년 3월 3일
@mohd akmal masud, No I have not done it.
The paper you cited has the relevant equations. They used a downhill simplex to adjust the unknown coefficients, to maximize B (tehir equation 4). You could use downhill simplex, but you could also use fmincon() which is a nice Matlab routine for minimization. Good luck!

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

채택된 답변

Anshuman
Anshuman 2023년 4월 17일
Steps to perform volume segmentation using the FSM:
  1. First step is to acquire SPECT data for the object.
  2. The obtained SPECT data is preprocessed to remove noise, artifacts, and other unwanted features. This step includes filtering and normalization.
  3. Now we have to perfrom the image segmentation to separate the object from the background. FSM is a model-based image segmentation method that uses Fourier transforms to represent the surface of the object.
  4. Now the Fourier transform converts the SPECT data into the frequency domain, where the object's surface can be represented as a sum of Fourier coefficients.
  5. Fourier coefficients are thresholded to remove noise and other unwanted features.
  6. The thresholded Fourier coefficients are then transformed back to the spatial domain using the inverse Fourier transform. The resulting image represents the object's surface, which can be used to segment the volume of interest.
Hope it helps!
  댓글 수: 1
mohd akmal masud
mohd akmal masud 2023년 4월 18일
편집: mohd akmal masud 2023년 7월 17일
Dear @Anshuman, can you give some demo?
let say my data as attached. can you help me?

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

추가 답변 (0개)

카테고리

Help CenterFile Exchange에서 3-D Volumetric Image Processing에 대해 자세히 알아보기

Community Treasure Hunt

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

Start Hunting!

Translated by