Adrian Schneider
Adrian Schneider
Hi Markus, Thank you for your recommendations. I know about exception handling in C++, and I used it here and there. I feel that in my everyday programming I apply...
Hi, Sorry for not responding. Are you still looking for a solution? First, VTK 9.0 is not running well together with dicom2mesh, respectively some side components which can be enabled....
That's good to hear that it worked out. I am just wondering, do you really want to use the GUI? This is a very quick (and dirty) implementation, which does...
Hi, I am sorry for the late response. First of all, dicom2mesh does not manipulate the orientation of coordinate systems (CS). The command `-c` does only a translation of the...
These dicom files are compressed. With the dicom2mesh build from the ppa you cannot read compressed files. There are two ways: - Building Dicom2Mesh yourself by considering following issue https://github.com/AOT-AG/DicomToMesh/issues/14#issuecomment-443224034...
Good morning, There is no binary named dcmtk. What you are interested in is the command **dcmjpeg**. This came with dcmtk on your system. About the cmake error: You need...
Hi Cicero, Sorry for the delay. Unfortunately I am still on Mojave. Did you rerun the cmake command? Sometimes it is even the best to just erase the whole build-folder....
Hi, Another user, Moritz Moeller, wrote a small summary about vtk-dicom and dicom2mesh: https://github.com/AOT-AG/DicomToMesh/issues/14#issuecomment-443224034 Just for your information: DicomToMesh works also without vtk-dicom. However, there will be fewer support for...
Hi again :) With the command **ccmake** you can read and edit your projects' cmake parameters. Likely, your `DICOM_DIR` does not point to the build directory of vtk-dicom. Could you...
Then its seems to be an issue of vtk-dicom. Even though I am not involved in this project, maybe I can help you by showing a subset of my vtk-dicom...