У нас вы можете посмотреть бесплатно Extracting STL surface from CT data with DeVIDE или скачать в максимальном доступном качестве, видео которое было загружено на ютуб. Для загрузки выберите вариант из формы ниже:
Если кнопки скачивания не
загрузились
НАЖМИТЕ ЗДЕСЬ или обновите страницу
Если возникают проблемы со скачиванием видео, пожалуйста напишите в поддержку по адресу внизу
страницы.
Спасибо за использование сервиса ClipSaver.ru
This screencast shows how to extract an STL format mesh surface from DICOM CT data, using the open source DeVIDE software [1]. Although DeVIDE can visualise the surface, the saved STL file is opened with another very cool open source package called MeshLab [2] to double-check its correctness. [1] http://github.com/cpbotha/devide [2] http://meshlab.sourceforge.net/ More information: The final pipeline used in DeVIDE was: DICOMReader - doubleThreshold - seedConnect - closing - contour - wsMeshSmooth - vtkQuadricDecimation - stlWRT I could have gotten rid of the inner surfaces by using a polyDataConnect with a seed point to select only the outer surface. There's also a screencast showing more of the DICOM browsing and reading functionality in DeVIDE: • DeVIDE 8.5 DICOM Browser