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

Which transformation is used here? #2

Open
adrianloy opened this issue Dec 2, 2017 · 2 comments
Open

Which transformation is used here? #2

adrianloy opened this issue Dec 2, 2017 · 2 comments

Comments

@adrianloy
Copy link

Hi,
Just a short question: Which transformation is implemented in this DIRnet? Is it a cubic B spline transformation as described in "Nonrigid Registration Using Free-Form
Deformations: Application to Breast MR Images" (Section II B) and mentioned in the original DIRnet paper?

Thanks in advance, and nice code!
Cheers

@iwyoo
Copy link
Owner

iwyoo commented Dec 3, 2017

Actually, I used a simple bicubic interpolation on vector control points. I'm not sure it is same with cubic B-spline. You can check https://github.com/iwyoo/bicubic_interp-tensorflow and https://blog.demofox.org/2015/08/15/resizing-images-with-bicubic-interpolation/.

@o0t1ng0o
Copy link

Hi, @adrianloy

Did you figure out whether the transformation is cubic B spline transformation?

Many thanks!

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

3 participants