Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Unable to access tracks object in pyhton #1

Open
Exception4U opened this issue Jul 8, 2016 · 0 comments
Open

Unable to access tracks object in pyhton #1

Exception4U opened this issue Jul 8, 2016 · 0 comments

Comments

@Exception4U
Copy link

Exception4U commented Jul 8, 2016

i am unable to access 3d points in tracks

tried writting following code

    tracks = recon.getTracks()
    for i in tracks:
        print '3d points', i.pt.x, i.pt.y, i.pt.z
        pixels = recon.getTracksPixels(i)
        print i.pixels.size(),

but it did not work

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant