[vtkusers] IterativeClosestPoints SIGSEV
Fernando De Freitas
fdefreitas6 at gmail.com
Sat Apr 4 17:46:53 EDT 2015
Hi, we are trying to run the IterativeClosestPoints Algorythm using Android
NDK. And we are having trouble with a SIGSEV when we execute icp->Update();
We are using the following parameters:
iteration = 15,
landmarks = 40,
maxMeanDistance = 0.001
And I'm attaching the source and target as *.vtp* files
The error is the following, as shown by android's logcat:
04-04 17:04:52.477: A/libc(15134): Fatal signal 11 (SIGSEGV) at 0xfffffffc
> (code=1), thread 15613 (AsyncTask #1)
Following is the gist of our native class
https://gist.github.com/fdefreitas/ee8f6f93272927111356
We are working based on the following example
http://www.paraview.org/Wiki/VTK/Examples/Cxx/Filtering/IterativeClosestPointsTransform
Any thoughts or help woul be appreciated.
Thanks in advance.
--
Fernando De Freitas
+584142802235
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://public.kitware.com/pipermail/vtkusers/attachments/20150404/eda243e6/attachment.html>
-------------- next part --------------
A non-text attachment was scrubbed...
Name: MADN3SController_source_ascii.vtp
Type: application/octet-stream
Size: 2864 bytes
Desc: not available
URL: <http://public.kitware.com/pipermail/vtkusers/attachments/20150404/eda243e6/attachment.obj>
-------------- next part --------------
A non-text attachment was scrubbed...
Name: MADN3SController_target_ascii.vtp
Type: application/octet-stream
Size: 2958 bytes
Desc: not available
URL: <http://public.kitware.com/pipermail/vtkusers/attachments/20150404/eda243e6/attachment-0001.obj>
More information about the vtkusers
mailing list