Volume segmentation using the Fourier surface method

2 vues (au cours des 30 derniers jours)
mohd akmal masud
mohd akmal masud le 7 Jan 2023
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 commentaire
William Rose
William Rose le 3 Mar 2023
@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!

Connectez-vous pour commenter.

Réponse acceptée

Anshuman
Anshuman le 17 Avr 2023
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 commentaire
mohd akmal masud
mohd akmal masud le 18 Avr 2023
Modifié(e) : mohd akmal masud le 17 Juil 2023
Dear @Anshuman, can you give some demo?
let say my data as attached. can you help me?

Connectez-vous pour commenter.

Plus de réponses (0)

Catégories

En savoir plus sur 3-D Volumetric Image Processing dans Help Center et File Exchange

Community Treasure Hunt

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

Start Hunting!

Translated by