-
Notifications
You must be signed in to change notification settings - Fork 9
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
LabelOverlapMeasures added #104
Comments
I removed the code because of a pre-existing class for calculating the Hausdorff distance. It would be easy to include that class, if needed. |
I see. I'm looking but, it is possible to calculate Hausdorff or ASD in
ANTsRCore? I'm not against trying to adapt this code, but I'm not as
familiar with the ANTs codebase to figure out what the easiest path to
doing this. Any guidance would be appreciated
Best,
John
…On Thu, Nov 7, 2019 at 11:37 AM Nick Tustison ***@***.***> wrote:
I removed the code because of a pre-existing class
<https://itk.org/Doxygen/html/classitk_1_1HausdorffDistanceImageFilter.html>
for calculating the Hausdorff distance. It would be easy to include that
class, if needed.
—
You are receiving this because you authored the thread.
Reply to this email directly, view it on GitHub
<#104?email_source=notifications&email_token=AAIGPLTBXAWLSP5L44Y3KILQSQ75JA5CNFSM4JKJTCD2YY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGOEDNAS2Y#issuecomment-551160171>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AAIGPLTMKPWLAB5O23RK6FTQSQ75JANCNFSM4JKJTCDQ>
.
|
Regardless, can close but would be interested in the discussion. |
in brief:
something like this. |
probably close to correct |
note update - need |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I think adding https://github.com/ANTsX/ANTs/blob/master/Examples/LabelOverlapMeasures.cxx would be a great addition to the ANTsRCore package. I need Hausdorff distance for some of my research and it seems like ANTsX/ANTs#611 has indicated that this should be fixed, but ANTsX/ANTs@295ae80 had the hausdorff distance, but it seemed it was immediately removed from @ntustison in ANTsX/ANTs@119dd3b#diff-267dd586075f89a331c8b476d18fe752
Describe the solution you'd like
LabelOverlapMeasures.cpp for overlap measures (including Hausdorff and ASD)
Describe alternatives you've considered
You can do this in R, but seems like the ITK functionality is more optimized for this function.
The text was updated successfully, but these errors were encountered: