Skip to content

error in denormalizing the points in of compute_fundamental_normalized(.) #3

Description

@lcit

cvbook/sfm.py

Line 56 in 613f905

F = numpy.dot(T1.T, numpy.dot(F, T2))

I suspect this line should be instead:
F = numpy.dot(T2.T, numpy.dot(F, T1))

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