AlanaMelo / b-tk

Automatically exported from code.google.com/p/b-tk
0 stars 0 forks source link

btkGetPoints has an error as pointsInfo.residuals returns an empty structure #77

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
1. run [points. pointsinfo] = btkGetPoints
2.pointsinfo.residuals is empty
3.

What is the expected output? What do you see instead?
pointsinfo.residuals to be structure size of number of points in c3d file

What version of the product are you using? On what operating system?
latest release 0.3.0, windows 7

Please provide any additional information below.

Original issue reported on code.google.com by elyse.pa...@gmail.com on 19 Feb 2014 at 12:54

GoogleCodeExporter commented 8 years ago
Thanks for this bug report. The problem was reproduced and a fix will be 
quickly proposed.

If you want only the residuals for the markers you can also use the function 
btkGetMarkers. The third output contains the residuals of the markers. You have 
also the function btkGetMarkersResiduals if you prefer.

Original comment by arnaud.barre on 27 Feb 2014 at 4:42