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

Convexity Threshold Setting #4

Open
vgrouza opened this issue Mar 6, 2021 · 1 comment
Open

Convexity Threshold Setting #4

vgrouza opened this issue Mar 6, 2021 · 1 comment

Comments

@vgrouza
Copy link

vgrouza commented Mar 6, 2021

Dear SHERM team: I read that the default implementation specifies the convexity threshold to 0.85, but I can't find where in the code that's done. Could you please offer a hint where to look for this parameter?

@liu-yikang
Copy link
Owner

if sum(mask(:)) < max_vol/(dx*dy*dz) && sum(mask(:)) > min_vol/(dx*dy*dz) && get_convexity(mask, dx, dy, dz) > 0.85

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