[vtkusers] vtkImageMarchingCubes

Diego Parada icebishop at gmail.com
Wed Feb 1 17:54:54 EST 2006


Hi.

I try to make an isoextration of a image volume with vtkImageMarchingCubes
The image is in gray Scale
and the code is

this->m_marchingCubes->SetInput(input);
this->m_marchingCubes->SetValue(0,255);
this->m_marchingCubes->SetInputMemoryLimit(1000);
this->m_marchingCubes->Update();

but nothing appears

help me please!!!

Thanks
--
Diego Armando Parada Cuervo
Estudiante de Ingeniería de Sistemas y Computación
Universidad Pedagógica y Tecnológica de Colombia
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://www.vtk.org/pipermail/vtkusers/attachments/20060201/4fd748de/attachment.htm>


More information about the vtkusers mailing list