Git Product home page Git Product logo

Comments (4)

mkazhdan avatar mkazhdan commented on September 4, 2024

Not sure what you mean by "constant term". But yes, you need to implement the base_read function. This is a function that takes the position and normal as references and tries to set them with the next point from the data stream. The function should return "true" if it successfully read and set the next point/normal and false otherwise.

The point itself is a struct that overloads the bracket operator, so you can set "p[i] = _coordinate; // i within[0,3)".

from poissonrecon.

ClaudioChiariello avatar ClaudioChiariello commented on September 4, 2024

With constant term I meant the $V$ in the poisson equation. We are trying to solve the poisson equation with respect the implicit function $\chi$:
$\Delta \chi = \nabla \cdot V$
So my input point cloud should be used to determinate the $V$, more or less, right?ΓΉ

Anyway, thank you for your answer, I'll try to implement my code on the basis of what you explained

from poissonrecon.

ClaudioChiariello avatar ClaudioChiariello commented on September 4, 2024

Excuse me professor, I have another important question: where do the functions base_read() and base_write() are called?

Based on the code in ReconstructionExample.cpp, it appears that the only function being called is implicit.extractlevelSet, so I expected to find a 'base_read()' function there, but I couldn't find anything.

Moreover, looking for that functions in other file, I only find declaration, and not calls.

Thanks again

from poissonrecon.

mkazhdan avatar mkazhdan commented on September 4, 2024

Don't remember off hand. But you should be able to grep for it.

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.