Giter Site home page Giter Site logo

Comments (3)

eidelen avatar eidelen commented on May 18, 2024

Hi Cicero, Your are not the first one with this issue. It seems to be a new problem on Windows. I have to come up with a solution. In the meantime, just delete those two lines in from your cmake files:

target_compile_options( dicom2meshlib PRIVATE -Wall -pedantic -Wextra -Wno-extra-semi )
target_compile_options( dicom2mesh PRIVATE -Wall -pedantic -Wextra -Wno-extra-semi )

Then redo the cmake configuration and it should work. Sorry for the hassle.
Adrian

from dicomtomesh.

cogitas3d avatar cogitas3d commented on May 18, 2024

Hi @eidelen

Thank you, I use and run. But I have some problems, Ill share here.

Only to documentate porpouse, the two files are:

DicomToMesh-vtk-9-novisual\dicom2mesh\CMakeLists
DicomToMesh-vtk-9-novisual\lib\CMakeLists

About the problems, the time with old version is 103 second, and the same CT-Scan with new version is 148 seconds!

More than this, the reconstruction present some mesh erros:

2021-04-26

Look at knee, that triangulated mesh is not present on CT-Scan.

Do you think I made some mistake?

A big hug!

from dicomtomesh.

eidelen avatar eidelen commented on May 18, 2024

All this processing is done in VTK. If you have the same VTK version:

  • the time difference could be caused by the fact that one is a release build and the other one a debug build.
  • the triangulation error can be caused by running dicom2mesh with different parameters. Is it happening during reduction, smoothing or surface creation?

from dicomtomesh.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.