Git Product home page Git Product logo

Comments (10)

petrasvestartas avatar petrasvestartas commented on September 4, 2024 1

Thank you for an answer.

I ran the .exe file like this through cmd.exe
question

I downloaded sample .ply from stanford directory and tried to run it (attached the file here).

What is the issue why it did not work?
(I just want to run this app just to learn how to do it.)
Is it something wrong with .ply file? If it is .ply that causing problems would it be possible to get a sample of .ply that represents good input file?

bun000.zip

from poissonrecon.

mkazhdan avatar mkazhdan commented on September 4, 2024

from poissonrecon.

petrasvestartas avatar petrasvestartas commented on September 4, 2024

Sorry maybe I was not clear enough. This time I just downloaded executables.

Please take a look at my screen grab video what I did.
I expected to run .exe files and type file locations for .ply.

What I am doing wrong and what is the correct way for running executables?

ScreenGrab

from poissonrecon.

mkazhdan avatar mkazhdan commented on September 4, 2024

from poissonrecon.

mkazhdan avatar mkazhdan commented on September 4, 2024

from poissonrecon.

petrasvestartas avatar petrasvestartas commented on September 4, 2024

Thanks it worked, I generated mesh from bunny.points.ply.

Is there any method in one of exe to generate normals if none exists in .ply file?
For instance having the same file from Stanford what would the way to generate normals inside of it?

from poissonrecon.

mkazhdan avatar mkazhdan commented on September 4, 2024

from poissonrecon.

petrasvestartas avatar petrasvestartas commented on September 4, 2024

I have a Faro model s 150 laser scanner and I am C# developer with some knowledge of C++, I am wondering if you could point me to any github repository for processing such pointclouds from scanners?

I would really like eventually to code or test somebodies code to compute those normals.
Any references would be much appreciated.

from poissonrecon.

ahmadhasan2k8 avatar ahmadhasan2k8 commented on September 4, 2024

You can use libraries as PCL or CGAL. Depending on the complexity of your point cloud you can switch the libraries. If it's a simple point cloud with somewhat regular shape I would say PCL will do the job. After normal estimation pcl can orient your point cloud with a reference viewpoint. If you have a very complex point cloud you might wanna use CGAL and after estimation use mst_orient_normals to orient them. Again, if your point cloud have islands or noise etc libraries won't directly cut it and needs some intelligent modifications. I hope this gives you a decent start. For noisy point clouds I would suggest trying different PCL filters.

from poissonrecon.

mkazhdan avatar mkazhdan commented on September 4, 2024

from poissonrecon.

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.