Skip to Content.
Sympa Menu

cgal-discuss - Re: [cgal-discuss] CGAL :: Poisson Surface Reconstruction

Subject: CGAL users discussion list

List archive

Re: [cgal-discuss] CGAL :: Poisson Surface Reconstruction


Chronological Thread 
  • From: "Sebastien Loriot (GeometryFactory)" <>
  • To:
  • Subject: Re: [cgal-discuss] CGAL :: Poisson Surface Reconstruction
  • Date: Wed, 22 Jun 2011 10:43:04 +0200

Marc Klopfenstein wrote:
Dear CGAL developers,

I’m using Poisson Surface Reconstruction from Point Sets and it works almost
well.
I need to have control over the reconstruction error for my application. If
I understand correctly the documentation the error depends on:
- Surface Approximation error * average spacing.
- The number of point
Is that true?

On other problem is a crash of my application when the point set have more
the 160k point. In the CGAL Manual there is written “The Poisson implicit function
computation has a memory peak when solving the Poisson linear system using
the Taucs sparse linear solver. For large point sets, it may fail to
allocate big chunks of memory due to memory fragmentation.
The exact limit depends of the allocation scheme used by the compiler. In
our experiments, a PC running Linux 32 bits can reconstruct the Bimba con
Nastrino point set up to 1.6M points while Windows 32 bits is limited to
1.3M points.”
Why did I have such a gap between my application (160k points) and your
(1.3M points)? Did I made a bug or is it due to Taucs? To find that out, I
want to test my application whit the Bimba con Nastrino point set, so I can
compare your results and mine. It is possible to send me the Bimba con
Nastrino point set?

It is available on the website of
aim@shape.

search for bimba here:
http://shapes.aimatshape.net/searchdiv.php

Sebastien.

Thanks,

Marc


--
View this message in context:
http://cgal-discuss.949826.n4.nabble.com/CGAL-Poisson-Surface-Reconstruction-tp3616368p3616368.html
Sent from the cgal-discuss mailing list archive at Nabble.com.





Archive powered by MHonArc 2.6.16.

Top of Page