Skip to content

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

Description

@mrteera
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?

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions