[Insight-users] How can I triangulate or polygonalize a 3D point
set data ?
Alexandre GOUAILLARD
Alexandre.Gouaillard at Sun.COM
Sun Sep 24 04:49:39 EDT 2006
hi cem,
1. do you have FLTK installed on your computer? If no, install it.
2. did you set in order:
a. fltk_path (path to your build of fltk)
b. fltk_include_path (path on level above the FL directory)
fltk_fluid_executable (location of the fluid binary)
for example, on my computer (windows)
fltk_path = c:/fltk
fltk_include_path = c:/fltk
fltk_fluid_executable = c:/fltk/fluid/fluidd.exe
hope this helps.
alex
Cem DEMiRKIR wrote:
> Hi Sylvain,
> I'm sorry for bothering you, but I need to ask a question of the
> Cmake building of the InsightApplications/DeformableModelSimplexMesh/
> xample. When I configure the Cmake it produces the following error,
>
> Cmake Error: Error required internal Cmake variable not set, cmake may not
> be built correctly.
> Missing variable is:
> FLTK_FLUID_EXECUTABLE
>
> Do you have any idea about How I can resolve this error ?
>
> Thanks
> Sincerely
> Cem DEmiRKIR
>
> -----Original Message-----
> From: Sylvain Jaume [mailto:sylvain.jaume at kitware.com]
> Sent: Saturday, September 23, 2006 12:51 AM
> To: Cem DEMiRKIR
> Cc: ITK Mailing List
> Subject: Re: [Insight-users] How can I triangulate or polygonalize a 3D
> point set data ?
>
> Hi Cem,
>
> You could use vtkDelaunay2D or vtkDelaunay3D and vtkPolydataToitkMesh in
> InsightApplications/DeformableModelSimplexMesh/. You can constrain the
> triangulation of the vtkDelaunay2D using SetSource. To export a VTK scene
> into an .obj file, use the vtkOBJExporter.
>
> Regards,
> Sylvain
>
> Cem DEMiRKIR wrote:
>
>>Hi everyone,
>> I have 3D points data and their corresponding texture values and
>>their constraint edges, i.e. boundary points which construct the edges
>>and holes. I'd like to triangulate these 3D points to produce a
>>polygonal mesh structure by using the constrained edges information.
>>Is there an algorithm in ITK to do this ? and Also if this operation
>>is possible How can transfer this mesh structure to vtk to visualize
>>it ? and the last one How can I save it in a common 3D data format
>>such as *.obj ?
>>
>>
>> Thanks for your interest in advance
>> Good jobs to all community members
>> Sincerely
>> Cem DEMiRKIR
>>----------------------------------------------------------------------
More information about the Insight-users
mailing list