You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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:
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?
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:

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?