[Insight-users] DeformableModelSimplexMesh example problems

Dženan Zukić dzenanz at gmail.com
Wed May 19 08:40:12 EDT 2010


Hi everyone,

I have been trying to use the deformable model simplex mesh example in
insight applications, but using seed point does not work - the program
always crashes.

I followed it in debugger, and the crash occurs deep in VTK code, which is
invoked through render method from
\Applications\DeformableModelSimplexMesh\ImageSurfaceViewer.cxx, line 285.
The problem manifests itself in file
\vtk-5.6.0\Common\vtkDataArrayTemplate.txx, line 613 (Unhandled exception at
0x000000013f45a9e9 in DeformableModelSimplexMesh.exe: 0xC0000005: Access
violation reading location 0x000000c003bc2100.). The problem at that point
is that parameter "vtkIdType i" is equal to 68719476736, which is obviously
junk.

I am working on Win7 x64 (my stuff built for x64 target), VS2008SP1, ITK
3.18, InsightApplications 3.18.

Can anyone shed some light on this?

Thanks,
Dženan
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://www.itk.org/pipermail/insight-users/attachments/20100519/c877b3b2/attachment.htm>


More information about the Insight-users mailing list