[vtkusers] vtkPoissonReconstruction problem in Release mode

David Doria daviddoria at gmail.com
Tue Apr 17 13:32:20 EDT 2012


On Tue, Apr 17, 2012 at 9:33 AM, Aerandir <aerandiran at gmail.com> wrote:
> Hi,
> I'm trying to get vtkPoissonReconstruction filter to work in Release mode.
> I'm using Visual Studio 2010 on Windows 7 32bit. I have compiled VTK 5.8 for
> both Debug and Release.
> I downloaded the vtkPoissonReconstruction source code from Insight Journal (
> http://www.insight-journal.org/browse/publication/718 ) then used CMake to
> make na MSCV2010 project. Everything works perfectly fine in Debug mode. In
> Release, unfortunately, im getting wrong output. I mean, there is no mesh in
> the output file. It of course, compiles in Release mode, I have changed vtk
> includes and vtk libs for Release mode.
> I have tried to add vtkPoissonReconstruction directly to vtkFiltering in VTK
> source code and then to recompile it. Still nothing. It compiles and seems
> to run (as the larger parameter the longer it takes to run the algorythm)
> but still the output is crap.
> On the other hand the standard filters included in VTK seem to work fine in
> Release. So the question is why this custom filter doesn't.
>
> Chris.

Are you using the 'horse' dataset that shipped with the code? Or your
own data? If the later, can you provide it so I can try to reproduce
your problem?

David



More information about the vtkusers mailing list