Volume segmentation using the Fourier surface method
1 次查看(过去 30 天)
显示 更早的评论
Dear all, anyone know is how to use the Fourier surface method for volume segmentation in SPECT imaging?
1 个评论
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
2023-4-17
Steps to perform volume segmentation using the FSM:
- First step is to acquire SPECT data for the object.
- The obtained SPECT data is preprocessed to remove noise, artifacts, and other unwanted features. This step includes filtering and normalization.
- 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.
- 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.
- Fourier coefficients are thresholded to remove noise and other unwanted features.
- 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!
更多回答(0 个)
另请参阅
类别
在 Help Center 和 File 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!