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?
The text was updated successfully, but these errors were encountered:
Dear Teera,
Sorry I don't have the time at the moment to check if I used a different
convention. But if I am using a different convention, this should nothing
more than amount to a flip of the signs of w_line,w_edge, I think.
Hope that helps.
Best wishes,
Julius
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?
The text was updated successfully, but these errors were encountered: