dicom2stl icon indicating copy to clipboard operation
dicom2stl copied to clipboard

Python script to extract a STL surface from a DICOM image series.

Results 7 dicom2stl issues
Sort by recently updated
recently updated
newest added

Thresholding method can't segment the dicom precisely, and I guess machine learning may do a good job. It seems that there's no well open sourced repository using machine learning to...

Does the threshold equal to the CT value? For example, the thresholds of bones are [200., 800., 1300., 1500.], but the CT value of a bone is often less than...

C:\Users\User\Desktop\Ömer\bionluk\dicom2stl-main>python dicom2stl.py dicomFiles/test/ --output test.stl Temp dir: C:\Users\User\AppData\Local\Temp\tmpb92h54r6 Isovalue = 0.0 Error in loadLargestSeries. No files found. dicomdir = dicomFiles/test/ Traceback (most recent call last): File "C:\Users\User\Desktop\Ömer\bionluk\dicom2stl-main\dicom2stl.py", line 160, in...

Hi! I was able to successfully convert the dicom files to a 3d image (.stl) and I tried 2 datasets and I am getting a cube in the output STL...

The program stuck at [line 174](https://github.com/dave3d/dicom2stl/blob/main/utils/vtkutils.py#174) in `vtkutils.py`: ```python def reduceMesh(mymesh, reductionFactor): """Reduce the number of triangles in a mesh using VTK's QuadricDecimation filter.""" try: t = time.perf_counter() deci =...

Hi, By using your code is it possible to remove clothing, patient bed etc. removal by changing HU threshold values or trying something else? I tried a few threshold value...

你好,如果我想得到不分割的3d模型,即3d模型同时包含骨、皮肤、脂肪、软骨以及其他,我只用不输入-t就可以了吗? Hello, if I want to get an unsegmented 3D model, that is, the 3D model contains bone, skin, fat, cartilage, and others, can I just enter -t without entering?