Volume segmentation using the Fourier surface method

5 ビュー (過去 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 Center および File Exchange3-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