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

fx and fy value looks different from the original paper #1

Open
mrteera opened this issue May 24, 2017 · 1 comment
Open

fx and fy value looks different from the original paper #1

mrteera opened this issue May 24, 2017 · 1 comment

Comments

@mrteera
Copy link

mrteera commented May 24, 2017

inv = scipy.linalg.inv(A+gamma*np.eye(n))
...
xn = np.dot(inv, gamma*x + fx)

https://github.com/juliusbierk/activecontourmodel/blob/master/active_contour_model.py#L165

If I understand correctly, fx value in the code above use RectBivariateSpline() to fill the missing points.

But an equation (19) from the original paper:
screen shot 2560-05-24 at 10 43 32 pm
It has minus sign in front of fx. Could you please help me to understand why the implementation in the code looks different from the original paper?

@juliusbierk
Copy link
Owner

juliusbierk commented May 29, 2017 via email

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