Commit 49f7e50b authored by jlaura's avatar jlaura
Browse files

Merge pull request #78 from kree/refine_docs

Updated FundamentalMatrix.refine() docstring
parents 9b09c247 4594d7c5
Loading
Loading
Loading
Loading
+3 −0
Original line number Diff line number Diff line
@@ -188,6 +188,9 @@ class FundamentalMatrix(TransformationMatrix):
        all values greater than the selected bin.  Then compute a
        new fundamental matrix.

        The matrix is "refined" based on the reprojection errors for
        each point.

        Parameters
        ----------