Remove certain isosurfaces in a volume by size and shape
1 次查看(过去 30 天)
显示 更早的评论
I have used the volume viewer tool to isolate some organelles within a cell, mostly lipid droplets and ribosomes etc. which are typically spherical. Is there a way to discard srtifacts that are not round?
1 个评论
Walter Roberson
2021-6-13
volumeViewer() has no way to select datapoints for display, other than whether the datapoints are within an adjustable range.
You would need to pre-filter the data. For example bwareafilt() might perhaps help.
回答(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!