Git Product home page Git Product logo

Comments (9)

mkazhdan avatar mkazhdan commented on September 4, 2024

from poissonrecon.

mkazhdan avatar mkazhdan commented on September 4, 2024

from poissonrecon.

antibes0415 avatar antibes0415 commented on September 4, 2024

Thanks. I've implemented unscreened Poisson by myself. Maybe due to different ways of implementation, I have to use an extra factor to adjust the weight among different levels ( x(p) = sum(factor * xi * Bi(p) ). Right now I try to implement the screened Poisson, however the adaptive weight of the screen term ( 2^d ) described in your paper just doesn't work for my code. Anyway I will be trying. Thanks.

from poissonrecon.

antibes0415 avatar antibes0415 commented on September 4, 2024

Hi. Where can I find the standard B-spline prolongation stencil ? Could you give me some help ?

from poissonrecon.

mkazhdan avatar mkazhdan commented on September 4, 2024

from poissonrecon.

antibes0415 avatar antibes0415 commented on September 4, 2024

Much thanks. I've found this 1D stencil described in your V4 Poisson code comments. But I was not so sure.

from poissonrecon.

antibes0415 avatar antibes0415 commented on September 4, 2024

Hi, I have another question about the prolongation. I use the 2 degree B-spline and the prolongation stencil is {1/4, 3/4, 3/4, 1/4}. For example, in 1D, if the solution of a node T in depth D-1 is b(T), and the B-spline range of the node is [-1.5w, 1.5w], then the prolonged solutions of related 6 nodes in depth D are {0,1/4, 3/4, 3/4, 1/4,0} * b(T) ? To my understanding, it's like this:

node T in depth D - 1:
              |-------------|
                     b(T)
nodes in depth D covered by node T:
|------|------|------|------|------|------|
  0            0.75b(T)      0.25b(T)
       0.25b(T)      0.75b(T)         0

But when there are some neighbor nodes T1,T2,... in depth D-1, how to compute the prolonged solution in overlap nodes in depth D ?

from poissonrecon.

antibes0415 avatar antibes0415 commented on September 4, 2024

Hi. I just accumulate those prolonged solutions of depth D - 1 nodes for overlapped depth D nodes. It works. Much thanks. Finally I get the same quality and accuracy mesh compared with mesh generated by your codes.

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.