-
Notifications
You must be signed in to change notification settings - Fork 18
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
will this work on ITK 5.1.2? #19
Comments
I have not tried ITK 5 at all yet. I think it should work because the
changes to the core classes are supposed to be rather cosmetic and Greedy
only relies on core classes. If you work on porting I would appreciate if
you could submit a pull request, as this is on my list of things to do...
…On Sun, Dec 6, 2020 at 11:05 AM mschachter ***@***.***> wrote:
Hi there! I'm trying to upgrade the dependencies of CaPTk
<https://github.com/CBICA/CaPTk>, which utilizes greedy. As noted in
another greedy issue <#9>,
I'm running into deprecated/missing itkBarrier.h. Somewhat ominously, it
was noted that "there seem to be quite some other issues with compatiblity
to ITKv5".
Can I expect greedy to work with ITK 5.1.2 if I address the itkBarrier
issue, or are there some fundamental issues that go beyond simple renaming?
—
You are receiving this because you are subscribed to this thread.
Reply to this email directly, view it on GitHub
<#19>, or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AAJPEW3ZDFRQV6MWPHBXTY3STOTWFANCNFSM4UPNFH6A>
.
--
Paul A. Yushkevich, Ph.D.
Professor of Radiology
Penn Image Computing and Science Laboratory
University of Pennsylvania Perelman School of Medicine
|
Ok, no problem, thanks for letting me know! I'm already working on it, will submit a PR if things work out. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Hi there! I'm trying to upgrade the dependencies of CaPTk, which utilizes greedy. As noted in another greedy issue, I'm running into deprecated/missing itkBarrier.h. Somewhat ominously, it was noted that "there seem to be quite some other issues with compatiblity to ITKv5".
Can I expect greedy to work with ITK 5.1.2 if I address the itkBarrier issue, or are there some fundamental issues that go beyond simple renaming?
The text was updated successfully, but these errors were encountered: