Coder Social home page Coder Social logo

poncascope's People

Contributors

dcoeurjo avatar nmellado avatar thibaultlejemble avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar

poncascope's Issues

Erreur à la compilation

Bonjour, en compilant poncascope j'ai obtenue ce résultat :

[leo@localhost build]$ make
Consolidate compiler generated dependencies of target stb
[  2%] Built target stb
Consolidate compiler generated dependencies of target glad
[  3%] Built target glad
Consolidate compiler generated dependencies of target glfw
[ 19%] Built target glfw
Consolidate compiler generated dependencies of target imgui
[ 26%] Built target imgui
Consolidate compiler generated dependencies of target polyscope
[ 97%] Built target polyscope
[ 98%] Install assets to binary folder
[ 98%] Built target poncascope-copyassets
Consolidate compiler generated dependencies of target poncascope
[ 99%] Building CXX object CMakeFiles/poncascope.dir/src/main.cpp.o
Dans le fichier inclus depuis /home/leo/Documents/stage/poncascope/external/libigl/include/igl/diag.h:59,
                 depuis /home/leo/Documents/stage/poncascope/external/libigl/include/igl/cotmatrix.cpp:84,
                 depuis /home/leo/Documents/stage/poncascope/external/libigl/include/igl/cotmatrix.h:79,
                 depuis /home/leo/Documents/stage/poncascope/external/libigl/include/igl/per_face_normals.cpp:106,
                 depuis /home/leo/Documents/stage/poncascope/external/libigl/include/igl/per_face_normals.h:76,
                 depuis /home/leo/Documents/stage/poncascope/external/libigl/include/igl/per_vertex_normals.cpp:11,
                 depuis /home/leo/Documents/stage/poncascope/external/libigl/include/igl/per_vertex_normals.h:77,
                 depuis /home/leo/Documents/stage/poncascope/src/main.cpp:4:
/home/leo/Documents/stage/poncascope/external/libigl/include/igl/diag.cpp: Dans la fonction « void igl::diag(const Eigen::SparseVector<T>&, Eigen::SparseMatrix<Scalar>&) »:
/home/leo/Documents/stage/poncascope/external/libigl/include/igl/diag.cpp:75:10: erreur: « DynamicSparseMatrix » n'est pas un membre de « Eigen »; vouliez-vous employer « SparseMatrix » ?
   75 |   Eigen::DynamicSparseMatrix<T, Eigen::RowMajor> dyn_X(V.size(),V.size());
      |          ^~~~~~~~~~~~~~~~~~~
      |          SparseMatrix
/home/leo/Documents/stage/poncascope/external/libigl/include/igl/diag.cpp:75:31: erreur: expected primary-expression before « , » token
   75 |   Eigen::DynamicSparseMatrix<T, Eigen::RowMajor> dyn_X(V.size(),V.size());
      |                               ^
/home/leo/Documents/stage/poncascope/external/libigl/include/igl/diag.cpp:76:3: erreur: « dyn_X » n'a pas été déclaré dans cette portée
   76 |   dyn_X.reserve(V.size());
      |   ^~~~~
/home/leo/Documents/stage/poncascope/external/libigl/include/igl/diag.cpp: Dans la fonction « void igl::diag(const Eigen::MatrixBase<U>&, Eigen::SparseMatrix<Scalar>&) »:
/home/leo/Documents/stage/poncascope/external/libigl/include/igl/diag.cpp:92:10: erreur: « DynamicSparseMatrix » n'est pas un membre de « Eigen »; vouliez-vous employer « SparseMatrix » ?
   92 |   Eigen::DynamicSparseMatrix<T, Eigen::RowMajor> dyn_X(V.size(),V.size());
      |          ^~~~~~~~~~~~~~~~~~~
      |          SparseMatrix
/home/leo/Documents/stage/poncascope/external/libigl/include/igl/diag.cpp:92:31: erreur: expected primary-expression before « , » token
   92 |   Eigen::DynamicSparseMatrix<T, Eigen::RowMajor> dyn_X(V.size(),V.size());
      |                               ^
/home/leo/Documents/stage/poncascope/external/libigl/include/igl/diag.cpp:93:3: erreur: « dyn_X » n'a pas été déclaré dans cette portée
   93 |   dyn_X.reserve(V.size());
      |   ^~~~~
<make[2]: *** [CMakeFiles/poncascope.dir/build.make:76 : CMakeFiles/poncascope.dir/src/main.cpp.o] Erreur 1
make[1]: *** [CMakeFiles/Makefile2:285 : CMakeFiles/poncascope.dir/all] Erreur 2
make: *** [Makefile:136 : all] Erreur 2

et maintenant je suis bloqué...

(version du compilateur : g++ (GCC) 11.3.1 20220421 (Red Hat 11.3.1-2))

An example of loading a point cloud such as xyz format?

First of all, thank you for the repository.

I try to run on my point cloud which is saved as xyz format with normal vectors. I can compile the code, but I failed to load my point cloud. (I try to convert to obj file, but it didn't work and I'm not familiar with the libigl).

Could you add an example for a point cloud input?

Strange computations

After a clean build, when I use the armadillo asset and just click on the APSS and ASO without changing the parameters (same as in the video), I get some NaNs and plenty of Warning: fit 7456 is not stable messages.
Is that normal ?

Capture d’écran 2023-11-22 à 14 46 19

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.