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

Fundus vertices sometimes have more than two neighbors that are also fundus line vertices #32

Closed
ohinds opened this issue Sep 11, 2013 · 3 comments

Comments

@ohinds
Copy link
Contributor

ohinds commented Sep 11, 2013

Seen at b46ffe3, which I know is a couple weeks old. Let me know if there have been relevant changes since then and I'll try again.

I ran the mindboggle pipeline on Afterthought-1 (in /mnt/nfs-share/Mindboggle/subjects). The resulting left hemisphere fundi.vtk file indicates that the following vertices are all value '4':
75171, 75181, 75182

These vertices are also part of the same face.

@binarybottle
Copy link
Member

I added the following lines to extract_fundi() to remove fundus vertices that cover triangles:

        #-----------------------------------------------------------------
        # Remove triangle faces if all three vertices in fundus:
        #-----------------------------------------------------------------
        Iremove = find_complete_faces(skeletons, faces)
        if Iremove:
            skeletons = list(frozenset(skeletons).difference(Iremove))

give it another try!

@ohinds
Copy link
Contributor Author

ohinds commented Sep 12, 2013

Yup, looks good!

@ohinds ohinds closed this as completed Sep 12, 2013
@binarybottle
Copy link
Member

great!

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

2 participants